blender/release/scripts/modules/bpy
Bastien Montagne 0c6e74436f Fix T39158: Help > Operator Cheat Sheet causes a python recursive loop.
Core issue exists since ages - the thing you get from bpy.types.YOUR_OT_operator is fuzzy, and may change,
due to the fact that both Operator and OperatorProperties share the same name...
Would be cool to get rid of this issue one day, but for now it's safer to use rna acessor...

This commit is to be backported to 2.70.
2014-03-13 17:37:19 +01:00
..
__init__.py use import rather then assignment for loading '_' into scripts. 2013-02-10 09:56:05 +00:00
ops.py Fix T39158: Help > Operator Cheat Sheet causes a python recursive loop. 2014-03-13 17:37:19 +01:00
path.py Code Cleanup: style, spelling and pep8 edits 2013-11-20 03:40:10 +11:00
utils.py Fix for custom property editor when property id's contained quotes 2014-02-25 16:19:57 +11:00