. What am I missing that is keeping the texture from being time-shifted? Any help is appreciated.
Time shifting Animated texture
2645 4 1-
- PLCVFX
- Member
- 5 posts
- Joined: April 2019
- Offline
I'm animating a clock and then using copy stamp with a timeshift node to make copies at a time offsets. It works perfectly with the clock hands, but the texture doesn't change. I'm using an image network to create the texture and accessing it using op
. What am I missing that is keeping the texture from being time-shifted? Any help is appreciated.
. What am I missing that is keeping the texture from being time-shifted? Any help is appreciated.
Edited by PLCVFX - June 21, 2019 09:53:48
-
- Enivob
- Member
- 2658 posts
- Joined: June 2008
- Offline
-
- PLCVFX
- Member
- 5 posts
- Joined: April 2019
- Offline
Yeah, I figured that was true. That's why I thought the solution was a time shift at the SOP level immediately before the copy stamp. However, the time shift does the same thing even if you take the copy stamp out of the equation. Viewing at the time shift node results in one clock with the minute hand shifted but the texture not changed. Thanks for your help in any case.
-
- tamte
- Member
- 9380 posts
- Joined: July 2007
- Offline
if you store the texture path in an attribute on the geo, then it will get retimed
and if the attribute name and type is the same as the parameter on your material it will override it automatically at rendertime, even though you will not see it in the viewport
or you can create material stylesheet with override from attribute and that one should show up in viewport as well
and if the attribute name and type is the same as the parameter on your material it will override it automatically at rendertime, even though you will not see it in the viewport
or you can create material stylesheet with override from attribute and that one should show up in viewport as well
Tomas Slancik
CG Supervisor
Framestore, NY
CG Supervisor
Framestore, NY
-
- PLCVFX
- Member
- 5 posts
- Joined: April 2019
- Offline
-
- Quick Links

