Blender Git Loki
Git Commits -> Revision dd204cb
Revision dd204cb by Sergey Sharybin (master) September 19, 2011, 08:25 (GMT) |
Fix for add hook/vertex parent for meshes The only way to achieve this is to re-load editMesh. After this commit you can't iterate through vertices and insert hooks/parents from script anymore -- this operators are now treated as topology-changing and shouldn't be used when iterating via geometries. |
Commit Details:
Full Hash: dd204cb9f73ace004322675da7928dd274cc4882
SVN Revision: 40343
Parent Commit: 4e9ab6d
Lines Changed: +16, -5