Skip to content

Commit 9c92c1d

Browse files
committed
rdm update
1 parent 52b5749 commit 9c92c1d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,23 @@ 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+
- create new attributes within the subprocess
15+
- create and delete points within the subprocess
16+
- initiate and delete primitives within the subprocess
1417

1518
## Known Issues
1619

1720
- currently there is no access to intrinsic attributes
1821
- currently list attributes are not supported
19-
- currently erors of the subprocess are not caught
22+
- currently errors of the subprocess are not caught
23+
- vertices can not be created or added to primitives
2024

2125
## Upcoming Features
2226

2327
- Support of list attributes
2428
- Support of intrinsic attributes
29+
- Suppot of adding vertex to primitives within the subpocess
2530
- Support of writing python code inside houdini interface
26-
- Ability to create new attributes within the subprocess
27-
- Ability to create and delete points within the subprocess
28-
- Ability to create and delete primitives within the subprocess
2931
- Catching the errors of the subprocess
3032

3133
---

0 commit comments

Comments
 (0)