Page 1 of 1

Can UV-maps be animated? (E.g. can the offset be animated?)

Posted: Mon Aug 15, 2016 4:55 pm
by justavisitor
If you use Cycles, you can go into the Texture Panel and animate a UV-map's XYZ values - but that panel doesn't know anything about Octane.

So is there another way to animate transformations of a UV-map?

I've experimented with the Octane Full Transform node and other Octane nodes, but I can't find a way to make this work...

Re: Can UV-maps be animated? (E.g. can the offset be animated?)

Posted: Tue Aug 23, 2016 3:09 pm
by regionfive
You can either animate the Octane Transform node to have general access within the shader tree, or you directly animate the uv layout with the animall add on.
The increments in the transform node need to be right. try to stay between 0 and 1.

Re: Can UV-maps be animated? (E.g. can the offset be animated?)

Posted: Wed Aug 24, 2016 1:33 pm
by kraken
Transforming the texture is easy. Use the transform node in the node editor. It works for both image maps and procedural.
The trick for image maps is to UV unwrap the object otherwise the map will not share the coordinate space.

What baffles me is the why can't procedural textures share the object space. Doesn't matter if you unwrap the object or not. The textures
have their own space and you can't lock it to the surface.

Anyone have a solution for that?

Thanks
James
cube.gif
cube.gif (2.17 MiB) Viewed 3167 times

Re: Can UV-maps be animated? (E.g. can the offset be animated?)

Posted: Wed Aug 24, 2016 7:47 pm
by pegot
kraken wrote:What baffles me is the why can't procedural textures share the object space. Doesn't matter if you unwrap the object or not. The textures have their own space and you can't lock it to the surface.
+1
I have run into this as well in Octane Blender (though I was using a more complex object - a spline with a morph).

Re: Can UV-maps be animated? (E.g. can the offset be animated?)

Posted: Thu Aug 25, 2016 6:22 pm
by aufwind
hi,

it works. You have to unwrap the object. Make sure you have the 'uvw projection node' plugged into the projection pin of the procedural texture.

Re: Can UV-maps be animated? (E.g. can the offset be animated?)

Posted: Tue Aug 30, 2016 12:54 am
by kraken
Kudos Aufwind!!!!

Oddly I did UV Unwrap, but I forgot to save the map. That's why I was having so much trouble. Note to self: SAVE the map.
cube1.gif
Cheers,
James