Blender Git Loki
Git Commits -> Revision 971e4be
Revision 971e4be by Campbell Barton (master) June 12, 2010, 17:30 (GMT) |
modify my last commit to fix [#22486] add_actuator crashes when name is bigger than 32 chars Throwing an exception if the strings too long means scripts need to be aware of string lengths and changing a string length in RNA can too easily break scripts. Instead honor the string length in RNA_property_string_set() |
Commit Details:
Full Hash: 971e4be1081fb655f80d6d4065c734ccf625c987
SVN Revision: 29427
Parent Commit: c3c6fb2
Lines Changed: +43, -20