Announcement

Collapse
No announcement yet.

render elements maxscript

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

  • render elements maxscript

    hi all
    not sure it's a bug, however can't figure out how to add renderelements via maxscript, old codes not working as you can see (i added also a vrayelement just to test the old one works)


    HTML Code:
    (
    renderscenedialog.close()
    re = maxOps.GetCurRenderElementMgr()
    re.removeallrenderelements()
    re.addrenderelement (FStormMaterials elementname:"notworking")
    re.addrenderelement (vraywirecolor elementname:"working")
    re.SetDisplayElements true
    renderscenedialog.open()
    )
    as of now i worked around it by saving an indexed preset and rename the element output after loading but should be fixed i think.

    thanks
    -cdb

  • #2
    Hi. I will check

    Comment


    • #3
      Originally posted by Karba View Post
      Hi. I will check
      Fixed, wait for a new release

      Comment


      • #4
        thank you!

        Comment

        Working...
        X