Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Jolly <mistajolly@gmail.com>2020-02-24 21:17:19 +0300
committerCharlie Jolly <mistajolly@gmail.com>2020-02-24 21:17:19 +0300
commitf9b1e8f000ad636456e66e7a377814d79f7d85ac (patch)
treef2fde9f5b7e3957e2ceb9e8916b0ea2ada284f11 /source/blender/makesdna/DNA_node_types.h
parentf7b6b7dda358c7928ca053c27357bc068b8c9d12 (diff)
Fix T74169: Vector Rotate Node - Euler modes not working as intended
Remove additional Euler modes for the time being, not working as intended, will add back if there is a need.
Diffstat (limited to 'source/blender/makesdna/DNA_node_types.h')
-rw-r--r--source/blender/makesdna/DNA_node_types.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h
index 5f7c42b7521..44d44b92499 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -1212,11 +1212,6 @@ enum {
NODE_VECTOR_ROTATE_TYPE_AXIS_Y = 2,
NODE_VECTOR_ROTATE_TYPE_AXIS_Z = 3,
NODE_VECTOR_ROTATE_TYPE_EULER_XYZ = 4,
- NODE_VECTOR_ROTATE_TYPE_EULER_XZY = 5,
- NODE_VECTOR_ROTATE_TYPE_EULER_YXZ = 6,
- NODE_VECTOR_ROTATE_TYPE_EULER_YZX = 7,
- NODE_VECTOR_ROTATE_TYPE_EULER_ZXY = 8,
- NODE_VECTOR_ROTATE_TYPE_EULER_ZYX = 9,
};
/* math node clamp */