Conversation
0a27223 to
34eff30
Compare
|
@filmor If I understand this correctly, one wouldn't even need the dynamic.py script anymore for DynamicObject access to work, correct? That seems great :) |
|
@spkl Yes, the dynamic support would be integrated. To build a wheel, the simplest way is to get |
|
OK so I did a little digging and found out that I can Getting the value of dynamic properties seems to work, but I encountered a problem when setting dynamic properties. This is what I observed when running a script like this: x = obj.MyProp
obj.MyProp = None
y = obj.MyPropFor line 1, |
Implements #72 and should thus fix #2696.
@spkl Could you try out this branch?