Announcement

Collapse
No announcement yet.

render preset on mutiple grids

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

  • render preset on mutiple grids

    can we have a way for a grid to point to a render preset/txt file?
    often I have multiple grids, if I make changes to 1 grid, I would like it to change in all other grids too, rather than copying/pasting from one grid to another
    would be nice to specify weather I want to load just the "fire", "Smoke color" or "Smoke opacity" parameters

    hope that makes sense

    Harv

  • #2
    Hey,

    This is yet in the to do list, but what you can do instead is you can use Maxscript to save and load the render presets.

    Using this sample script will load the saved render preset to all grids in the selection.

    for i in $ do
    i.loadRenderPreset "presetPath"


    Hope this helps
    Georgi Zhekov
    Phoenix Product Manager
    Chaos

    Comment


    • #3
      ooo nice
      thanks

      as a suggestion, can we have like houdini does, a relative reference, essentially u can paste a "value" to anywhere else , if u change it , it changes ALL "relative refs"

      Comment

      Working...
      X