Changeset View
Changeset View
Standalone View
Standalone View
source/blender/ikplugin/intern/itasc_plugin.cpp
| Show First 20 Lines • Show All 1,872 Lines • ▼ Show 20 Lines | static void execute_scene(struct Depsgraph *depsgraph, | ||||
| } | } | ||||
| if (i < ikscene->numchan) { | if (i < ikscene->numchan) { | ||||
| /* big problem */ | /* big problem */ | ||||
| } | } | ||||
| } | } | ||||
| /*--------------------------------------------------- | /*--------------------------------------------------- | ||||
| * plugin interface | * plugin interface | ||||
| * */ | */ | ||||
| void itasc_initialize_tree(struct Depsgraph *depsgraph, | void itasc_initialize_tree(struct Depsgraph *depsgraph, | ||||
| struct Scene *scene, | struct Scene *scene, | ||||
| Object *ob, | Object *ob, | ||||
| float ctime) | float ctime) | ||||
| { | { | ||||
| bPoseChannel *pchan; | bPoseChannel *pchan; | ||||
| int count = 0; | int count = 0; | ||||
| ▲ Show 20 Lines • Show All 125 Lines • Show Last 20 Lines | |||||