Blender Git Commit Log

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

4 Modified Paths:

/source/blender/blenkernel/BKE_idprop.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/idprop.c (+36, -6) (Diff)
/source/blender/makesrna/intern/rna_access.c (+4, -7) (Diff)
/source/blender/python/intern/bpy_rna.c (+1, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021