Hi guys,
I'm making a batch script to render a lot of seamless textures mapped on a sphere. With the parameterOverride option I successfully changed some properties like color and bump texture.
Now I want to change the UV Tiling numbers, this is the command I'm using
But when I try to access to uvw_transform the CLI returns this error:
Cannot find anything in the docs so I'm asking here, why I'm getting this error? Is there another way to change UV Tiling via CLI?
Thanks for helping
I'm making a batch script to render a lot of seamless textures mapped on a sphere. With the parameterOverride option I successfully changed some properties like color and bump texture.
Now I want to change the UV Tiling numbers, this is the command I'm using
HTML Code:
parameterOverride="_Plastic_Simple_Blurry_Black_Bump_UVW_Placement_UVW.uvw_transform=Transform(Matrix(Vector(22, 0, 0), Vector(0, 22, 0), Vector(0, 0, 22)), Vector(0, 0, 0));"
HTML Code:
error: Parameter '_Plastic_Simple_Blurry_Black_Bump_UVW_Placement_UVW.uvw_transform' has unsupported type '8' and it cannot be overridden!
Thanks for helping
Comment