Blender Git Commit Log
Git Commits -> Revision d4518ca
Revision d4518ca by Diego Borghetti (master) June 8, 2010, 20:24 (GMT) |
Fix #22534 linking object data for two forces results in crash. This is because the make_links_data_exec don't check for the object type like before, so try to access the obdata of an empty and blender crash. The solution is not the best, we have a new function allow_make_links_data to check if we can links data from one object to another. The real solution is build the menu like the 2.4x, so only show the options that we allow for the object type that we have select/active. Matt, any suggestion ? |
Commit Details:
Full Hash: d4518ca79e217b2f850b21097fc5dd1f464cfa4f
SVN Revision: 29346
Parent Commit: 728799e
Lines Changed: +58, -33
1 Modified Path:
/source/blender/editors/object/object_relations.c (+58, -33) (Diff)