Announcement

Collapse
No announcement yet.

custom UVWGen

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

  • custom UVWGen

    hi!

    i have a custom uvwGen plugin and a corresponding "dummy" node in maya.
    - when i connect the "outU" or "outV" plug, "vrayForMaya" understands the connection and the uvwGen is exported normally.
    - when i try to connect the "outUV" plug of my node to a uvCoord plug, i get the error "No uvw generator specified. Plugin name ...".
    The uvwGen itself seems to work (when editing the vrscene manually), so it looks like an export problem...

    my "desc.txt file looks like this:
    myUVWGen myUVWGen {
    // inputs...

    "" vector "outUV" vector OUTPUT
    "" vector_x "outU" vector_x OUTPUT
    "" vector_y "outV" vector_y OUTPUT
    }

    the "outUV" attribute of the maya node is a compound attribute made of 2 floats...

    thanks for your help!
    Chervin SHAFAGHI
    CG Supervisor at CGEV, Paris.
Working...
X