Announcement

Collapse
No announcement yet.

error: Parameter ... has unsupported type '8' and it cannot be overridden!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • error: Parameter ... has unsupported type '8' and it cannot be overridden!

    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

    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));"
    But when I try to access to uvw_transform the CLI returns this error:

    HTML Code:
    error: Parameter '_Plastic_Simple_Blurry_Black_Bump_UVW_Placement_UVW.uvw_transform' has unsupported type '8' and it cannot be overridden!
    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
    Last edited by giulio_perosino; 14-12-2020, 12:58 AM.

  • #2
    Hi,
    It seems that V-Ray Standalone CLI does not currently support Matrix and Texture types. Do you have V-Ray AppSDK? You can change everything with it. Python V-Ray AppSDK is included in V-Ray for Maya and V-Ray for 3ds max recent builds.

    See this thread:
    https://forums.chaosgroup.com/forum/...ide-parameters

    Comment

    Working...
    X