PyRNA
- Support for python to convert a PyObject into a collection (uses a list of dicts - quite verbose :/) - Operators can now take collection args when called from python. - Support for printing operators that use collections (macro recording). - Added RNA_pointer_as_string which prints all pointer prop values as a python dict. Example that can run in the in test.py (F7 key) bpy.ops.VIEW3D_OT_select_lasso(path=[{"loc":(0, 0), "time":0}, {"loc":(1000, 0), "time":0}, {"loc":(1000, 1000), "time":0}], type='SELECT') for some reason lasso locations always print as 0,0. Need to look into why this is.
This commit is contained in:
@@ -42,7 +42,4 @@ typedef struct {
|
||||
|
||||
PyObject *BPY_operator_module(void);
|
||||
|
||||
/* fill in properties from a python dict */
|
||||
int PYOP_props_from_dict(PointerRNA *ptr, PyObject *kw);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user