Blender Git Commit Log
Git Commits -> Revision e22c52a
Revision e22c52a by Bastien Montagne (master) April 25, 2013, 17:40 (GMT) |
Fix [#34545] Render layer name is unwantedly translated in composite node editor Some enums' items actually are generated from data (like the render layers of compo nodes), so they should not be translated. Added a PROP_ENUM_NO_TRANSLATE new RNA flag to tag those enums (only found those for nodes, but may be more of them around). Also fix similar issue in main list of render layers (Py UI code! :P ). |
Commit Details:
Full Hash: e22c52af164e848d1032b484c9a1db3ac9381164
SVN Revision: 56300
Parent Commit: ed68497
Lines Changed: +7, -4