Page Menu
Home
Search
Configure Global Search
Log In
Files
F2628
patch.txt
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Tron Thomas (tron_thomas)
Nov 13 2013, 1:05 PM
Size
692 B
Subscribers
None
patch.txt
View Options
Index: NMesh.c
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/python/api2_2x/NMesh.c,v
retrieving revision 1.108
diff -r1.108 NMesh.c
1489a1490,1494
> Object *object = ( ( BPy_NMesh * ) self )->object;
> if( !object )
> return EXPP_ReturnPyObjError( PyExc_RuntimeError,
> "This mesh must be linked to an object" );
>
1502c1507
<
---
>
1525a1531,1538
> bDeformGroup *defgroup = BLI_findlink(&object->defbase, sweight->def_nr);
> if( defgroup )
> PyList_Append( influence_list,
> Py_BuildValue( "[sf]",
> defgroup->
> name,
> sweight->
> weight ) );
File Metadata
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
19/84/d9510f9b858fed24b559fa6f2ce2
Event Timeline
Log In to Comment