Blender Git Commit Log

Git Commits -> Revision f299813

Revision f299813 by Bastien Montagne (master)
October 8, 2012, 07:40 (GMT)
Do not use nodeLabel() to generate new nodes' names, this is an UI func returning translated strings, which should never get into data. And it may generates dummy names in some situations (like all new Filter nodes were getting "Soften" as name (default option), better to always get "Filter" in this case!).

(Note for Lockal: also checked fcurves/drivers, but those names are directly taken from RNA prop name, hence they are as UI label, translated in the current language, but not stored in data. So no problem here ;) ).

Commit Details:

Full Hash: f299813bfaf4634ec29f6b5972f54fbe21dd2707
SVN Revision: 51170
Parent Commit: 8b78968
Lines Changed: +6, -3

1 Modified Path:

/source/blender/blenkernel/intern/node.c (+6, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021