Page Menu
Home
Search
Configure Global Search
Log In
Files
F10953
len.diff
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Lorenzo Tozzi (oni_niubbo)
Nov 13 2013, 2:19 PM
Size
945 B
Subscribers
None
len.diff
View Options
Index: /home/lorenzo/Scrivania/blender-svn/blender/source/blender/makesrna/intern/rna_access.c
===================================================================
--- /home/lorenzo/Scrivania/blender-svn/blender/source/blender/makesrna/intern/rna_access.c (revisione 31332)
+++ /home/lorenzo/Scrivania/blender-svn/blender/source/blender/makesrna/intern/rna_access.c (copia locale)
@@ -727,7 +727,7 @@
/* get string to use for array index */
if ((index < 4) && ELEM(subtype, PROP_QUATERNION, PROP_AXISANGLE))
return quatitem[index];
- else if((index < 4) && ELEM6(subtype, PROP_TRANSLATION, PROP_DIRECTION, PROP_XYZ, PROP_EULER, PROP_VELOCITY, PROP_ACCELERATION))
+ else if((index < 4) && ELEM7(subtype, PROP_TRANSLATION, PROP_DIRECTION, PROP_XYZ, PROP_XYZ_LENGTH, PROP_EULER, PROP_VELOCITY, PROP_ACCELERATION))
return vectoritem[index];
else if ((index < 4) && ELEM(subtype, PROP_COLOR, PROP_COLOR_GAMMA))
return coloritem[index];
File Metadata
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
37/50/159109061be36f368256f41c36c6
Event Timeline
Log In to Comment