Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/modifier.c
| Context not available. | |||||
| } | } | ||||
| } | } | ||||
| if (amd) { /* if were still here then return the last armature */ | if (amd) { /* if we're still here then return the last armature */ | ||||
| return amd->object; | return amd->object; | ||||
| } | } | ||||
| Context not available. | |||||
| } | } | ||||
| } | } | ||||
| if (mdmd) { /* if were still here then return the last armature */ | if (mdmd) { /* if we're still here then return the last armature */ | ||||
| return mdmd->object; | return mdmd->object; | ||||
| } | } | ||||
| Context not available. | |||||
| } | } | ||||
| } | } | ||||
| if (lmd) { /* if were still here then return the last lattice */ | if (lmd) { /* if we're still here then return the last lattice */ | ||||
| return lmd->object; | return lmd->object; | ||||
| } | } | ||||
| Context not available. | |||||
| } | } | ||||
| } | } | ||||
| if (cmd) { /* if were still here then return the last curve */ | if (cmd) { /* if we're still here then return the last curve */ | ||||
| return cmd->object; | return cmd->object; | ||||
| } | } | ||||
| Context not available. | |||||