Checkbox to invert rotation angle, suggested by @Simon Thommes (simonthommes)
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- master
- Build Status
Buildable 6764 Build 6764: arc lint + arc unit
Event Timeline
Comment Actions
Patch works as intended for me.
Usecase:
-intuitive and easy way of inverting an euler rotation with the same rotation vector (rotating back and forth)
-replicating the 'Texture' rotation type from the mapping node
-much less cluttered rotation type dropdown menu by dropping
| intern/cycles/kernel/shaders/node_vector_rotate.osl | ||
|---|---|---|
| 30 | Use (invert) ? , any non-zero values should be interpreted as true. | |