forked from bartvdbraak/blender
e61c90e416
however this meant the invoke function could not modify properties for exec to use (unless it called exec directly after) since the popup for eg would re-instance the python class each time. now use the operator properties directly through rna without an automatic copy. now an operator attribute is accessed like this... self.path --> self.properties.path |
||
---|---|---|
.. | ||
gamelogic_basic.py | ||
gamelogic_module.py | ||
gamelogic.py | ||
operator_simple.py | ||
operator.py |