Skip to content

Commit 52b5749

Browse files
committed
detail attributes can be added
1 parent 73c491b commit 52b5749

9 files changed

+3
-0
lines changed

example/CallPython_Source.hipnc

6.26 KB
Binary file not shown.

example/CallPython_Source1.hipnc

-104 KB
Binary file not shown.

example/CallPython_Source2.hipnc

-102 KB
Binary file not shown.

example/CallPython_Source3.hipnc

-103 KB
Binary file not shown.

example/CallPython_Source4.hipnc

-104 KB
Binary file not shown.

example/CallPython_Source5.hipnc

-105 KB
Binary file not shown.

example/CallPython_Source6.hipnc

-107 KB
Binary file not shown.

example/CallPython_Source7.hipnc

-109 KB
Binary file not shown.

example/gss_call_python_example.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ def main(points, vertices, prims, detail):
4747
# Detail Manipulation
4848
#############################
4949

50+
# add prim attribute
51+
detail['detailinfo'] = 'info'
52+
5053
return (points, vertices, prims, detail)
5154

5255

0 commit comments

Comments
 (0)