Skip to content

Commit 68e31cd

Browse files
committed
rdm update
1 parent 9c92c1d commit 68e31cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,15 @@ This module uses the `sqlite3` standard library to replicate the houdini's geo d
1111
- The input data is saved to tables named `"POINTS", "VERTICES", "PRIMITIVE", "DETAIL"`.
1212
- the output data needs to be saved to tables named `"POINTS_NEW", "VERTICES_NEW", "PRIMITIVE_NEW", "DETAIL_NEW"`.
1313
- You can find an example python script along with the asset.
14+
15+
## Features
16+
17+
- Run python code in any environment in connection to houdini geometry database
18+
- selectively pass the attributes for efficiency
1419
- create new attributes within the subprocess
1520
- create and delete points within the subprocess
1621
- initiate and delete primitives within the subprocess
22+
- output the database for trouble shooting purposes
1723

1824
## Known Issues
1925

0 commit comments

Comments
 (0)