Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/action.c
| Show First 20 Lines • Show All 903 Lines • ▼ Show 20 Lines | if (pchan->mpath) { | ||||
| animviz_free_motionpath(pchan->mpath); | animviz_free_motionpath(pchan->mpath); | ||||
| pchan->mpath = NULL; | pchan->mpath = NULL; | ||||
| } | } | ||||
| BKE_constraints_free_ex(&pchan->constraints, do_id_user); | BKE_constraints_free_ex(&pchan->constraints, do_id_user); | ||||
| if (pchan->prop) { | if (pchan->prop) { | ||||
| IDP_FreeProperty(pchan->prop); | IDP_FreeProperty(pchan->prop); | ||||
| pchan->prop = NULL; | |||||
| } | } | ||||
| /* Cached data, for new draw manager rendering code. */ | /* Cached data, for new draw manager rendering code. */ | ||||
| MEM_SAFE_FREE(pchan->draw_data); | MEM_SAFE_FREE(pchan->draw_data); | ||||
| /* Cached B-Bone shape and other data. */ | /* Cached B-Bone shape and other data. */ | ||||
| BKE_pose_channel_runtime_free(&pchan->runtime); | BKE_pose_channel_runtime_free(&pchan->runtime); | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 734 Lines • Show Last 20 Lines | |||||