blender/release/scripts/modules
Campbell Barton e61c90e416 operators were copying the properties from the rna operator into the class instance.
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
2009-11-19 17:12:08 +00:00
..
bpy operator properties were not the correct type 2009-11-19 16:15:22 +00:00
console missed committing this file (from Stani's patch) 2009-11-07 14:17:49 +00:00
bpy_types.py changes python initialization 2009-11-13 09:28:05 +00:00
dynamic_menu.py pep8 whitespace commit 2009-11-07 22:07:46 +00:00
rna_prop_ui.py operators were copying the properties from the rna operator into the class instance. 2009-11-19 17:12:08 +00:00