Page 2 of 2

Re: keyframe HDRI rotation?

Posted: Mon Jul 15, 2019 6:54 pm
by protovu
Thanks, Chris.

That was it.
If we could figure out a live update it would be perfect. My in and out of the preview is slow. Possibly because of mesh compilement.
But thankfully, another fine tune in the toolbox thanks to you.

Rick

Re: keyframe HDRI rotation?

Posted: Tue Jul 16, 2019 9:45 am
by Whispermode
ChrisH wrote:I thought "This could probably be solved with an OSL script!"
And so it could! :)
Chris - you are my hero. :P

Re: keyframe HDRI rotation?

Posted: Tue Jul 16, 2019 4:53 pm
by J.C
You can use traditional keyframing to achieve this.
1. Attach Full Transform Node to Image transform input.
2. Change Translation X value to desired number.
3. Hover mouse over Translation pulldown (not over X, Y or Z value) and press "I" key to insert a keyframe.
4. Change Translation X value to desired number and set keyframe like in step 3.

Checkout attached example:
envRotation.blend
(13.03 MiB) Downloaded 157 times

Re: keyframe HDRI rotation?

Posted: Tue Jul 16, 2019 5:08 pm
by J.C
J.C wrote:You can use traditional keyframing to achieve this.
1. Attach Full Transform Node to Image transform input.
2. Change Translation X value to desired number.
3. Hover mouse over Translation pulldown (not over X, Y or Z value) and press "I" key to insert a keyframe.
4. Change Translation X value to desired number and set keyframe like in step 3.
You can also do this with any node that has pull down menus with values. The trick is that you have to set keyframe while hovering mouse cursor over pulldown selection name, not a specific value.

Re: keyframe HDRI rotation?

Posted: Tue Jul 16, 2019 5:16 pm
by protovu
Happy, happy, joy, joy!



Thank you, JC. It even has the live update!

Re: keyframe HDRI rotation?

Posted: Tue Jul 16, 2019 10:21 pm
by Whispermode
J.C wrote: You can also do this with any node that has pull down menus with values. The trick is that you have to set keyframe while hovering mouse cursor over pulldown selection name, not a specific value.
...Amazing, J.C - also my new hero.