cycles mapping node rotation order #43120

Closed
opened 2015-01-04 13:42:05 +01:00 by Cezary Kopias · 12 comments

System Information
Operating system and graphics card

Blender Version
Broken: 2.73.2

Short description of error
cycles mapping node rotation order is reversed for viewport and for render

Exact steps for others to reproduce the error
opend attached blend{F135089}

**System Information** Operating system and graphics card **Blender Version** Broken: 2.73.2 **Short description of error** cycles mapping node rotation order is reversed for viewport and for render **Exact steps for others to reproduce the error** opend attached blend{[F135089](https://archive.blender.org/developer/F135089/xyz-custom-uv-rotate.blend)}
Author

Changed status to: 'Open'

Changed status to: 'Open'
Antonis Ryakiotakis was assigned by Cezary Kopias 2015-01-04 13:42:05 +01:00
Author

Added subscriber: @kopias

Added subscriber: @kopias
Author

Win7x64 GTX660M 337.88

Win7x64 GTX660M 337.88
Antonis Ryakiotakis was unassigned by Sergey Sharybin 2015-01-05 14:24:38 +01:00
Sergey Sharybin self-assigned this 2015-01-05 14:24:38 +01:00

Added subscriber: @Psy-Fi

Added subscriber: @Psy-Fi

This is pretty horrible one actually. it's caused by the wrong logic in Cycles itself: https://developer.blender.org/diffusion/B/browse/master/intern/cycles/util/util_transform.h;89b654dc56b38a332e5bc4f82109152e21f0a5b6$219

Will look into some ways to make it proper behavior without introducing regressions for existing files here.

This is pretty horrible one actually. it's caused by the wrong logic in Cycles itself: https://developer.blender.org/diffusion/B/browse/master/intern/cycles/util/util_transform.h;89b654dc56b38a332e5bc4f82109152e21f0a5b6$219 Will look into some ways to make it proper behavior without introducing regressions for existing files here.

This issue was referenced by a1ffb49e49

This issue was referenced by a1ffb49e494deac6cf6d3bcca45c046d9acdfad1

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'

Closed by commit a1ffb49e49.

Closed by commit a1ffb49e49.

This issue was referenced by blender/cycles@69a14ff147

This issue was referenced by blender/cycles@69a14ff1477752df59c492eb752a1a53b5c3a241

Added subscriber: @moak

Added subscriber: @moak

Question: in most situations (objects, bones) where the rotation order is ambiguous, there's usually an option to let the user set the rotation mode. Would that have not worked here?

From my (non-developer) perspective, it seems like the cleanest solution might be to provide a drop-down menu on the mapping node, with all of the six permutations of XYZ-Euler available (maybe not quaternions and axis-angle if changing the number of inputs would be a problem.) Then the user could know (and define!) exactly how the mapping node is going to behave without having to, say, guess how adding a new mapping node to an old-version file will work.

I mean, the mapping node already has four modes depending on what type of vector is being used as an input. I don't think adding a "rotation mode" option would make things too much more complex on the user's side.

Question: in most situations (objects, bones) where the rotation order is ambiguous, there's usually an option to let the user set the rotation mode. Would that have not worked here? From my (non-developer) perspective, it seems like the cleanest solution might be to provide a drop-down menu on the mapping node, with all of the six permutations of XYZ-Euler available (maybe not quaternions and axis-angle if changing the number of inputs would be a problem.) Then the user could know (and define!) exactly how the mapping node is going to behave without having to, say, guess how adding a new mapping node to an old-version file will work. I mean, the mapping node already has four modes depending on what type of vector is being used as an input. I don't think adding a "rotation mode" option would make things too much more complex on the user's side.

Rotation order is not ambiguous, it is expected to be XYZ-euler by BI and viewport. Just by accident Cycles used flipped order. It is possible to support different orders, but it ends up in totally hairy code because of specifics how this mapping works internally for glsl. Just sticking to XYZ-euler is easier for everyone.

Rotation order is not ambiguous, it is expected to be XYZ-euler by BI and viewport. Just by accident Cycles used flipped order. It is possible to support different orders, but it ends up in totally hairy code because of specifics how this mapping works internally for glsl. Just sticking to XYZ-euler is easier for everyone.
Sign in to join this conversation.
4 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: blender/blender#43120
No description provided.