Changeset View
Changeset View
Standalone View
Standalone View
source/blender/depsgraph/intern/node/deg_node_operation.cc
| Show First 20 Lines • Show All 55 Lines • ▼ Show 20 Lines | case OperationCode::ANIMATION_EVAL: | ||||
| return "ANIMATION_EVAL"; | return "ANIMATION_EVAL"; | ||||
| case OperationCode::ANIMATION_EXIT: | case OperationCode::ANIMATION_EXIT: | ||||
| return "ANIMATION_EXIT"; | return "ANIMATION_EXIT"; | ||||
| case OperationCode::DRIVER: | case OperationCode::DRIVER: | ||||
| return "DRIVER"; | return "DRIVER"; | ||||
| /* Scene related. */ | /* Scene related. */ | ||||
| case OperationCode::SCENE_EVAL: | case OperationCode::SCENE_EVAL: | ||||
| return "SCENE_EVAL"; | return "SCENE_EVAL"; | ||||
| case OperationCode::AUDIO_VOLUME: | |||||
| return "AUDIO_VOLUME"; | |||||
| /* Object related. */ | /* Object related. */ | ||||
| case OperationCode::OBJECT_BASE_FLAGS: | case OperationCode::OBJECT_BASE_FLAGS: | ||||
| return "OBJECT_BASE_FLAGS"; | return "OBJECT_BASE_FLAGS"; | ||||
| case OperationCode::DIMENSIONS: | case OperationCode::DIMENSIONS: | ||||
| return "DIMENSIONS"; | return "DIMENSIONS"; | ||||
| /* Transform. */ | /* Transform. */ | ||||
| case OperationCode::TRANSFORM_INIT: | case OperationCode::TRANSFORM_INIT: | ||||
| return "TRANSFORM_INIT"; | return "TRANSFORM_INIT"; | ||||
| ▲ Show 20 Lines • Show All 193 Lines • Show Last 20 Lines | |||||