We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e31cd commit b4b762eCopy full SHA for b4b762e
README.md
@@ -20,6 +20,7 @@ This module uses the `sqlite3` standard library to replicate the houdini's geo d
20
- create and delete points within the subprocess
21
- initiate and delete primitives within the subprocess
22
- output the database for trouble shooting purposes
23
+- Support of writing python code inside houdini interface
24
25
## Known Issues
26
@@ -33,7 +34,6 @@ This module uses the `sqlite3` standard library to replicate the houdini's geo d
33
34
- Support of list attributes
35
- Support of intrinsic attributes
36
- Suppot of adding vertex to primitives within the subpocess
-- Support of writing python code inside houdini interface
37
- Catching the errors of the subprocess
38
39
---
example/CallPython_Source.hipnc
31.7 KB
0 commit comments