Blender Git Loki
Git Commits -> Revision 5ee3cd6
Revision 5ee3cd6 by Bastien Montagne (master) January 5, 2013, 13:52 (GMT) |
Remove some uneeded/irrelevant "PROP_TRANSLATE". This sub-type is actually *only* needed for the "text" property of UI rna api (maybe we should rename it to "PROP_PY_TRANSLATE", as it is anyway only 'active' during conversion from py string to RNA string property...). In fact, I think it should only be used in RNA func properties anyway, as it stores the translated string into the property, it should only be used with "one time" RNA stuff... |
Commit Details:
Full Hash: 5ee3cd6c86391e78a6905d1aa9c5241f623dcfc1
SVN Revision: 53586
Parent Commit: cf0e646
Lines Changed: +6, -6