Announcement

Collapse
No announcement yet.

Read VFB settings without opening max file

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

  • Read VFB settings without opening max file

    Is there a way to read the settings of the VFB in a max file: for instance the exposure, highlight burn and lens effects settings without opening the max file? Our entire farm is apparently still at 3.60.03 and I'm on .04 since I had to format. When I send everything to the farm, all color corrections are back to the defaults so one of my colleagues is going to resend them (when he opens my files, settings are back to default) with his .03 version but I have to give him all the settings first.
    A.

    ---------------------
    www.digitaltwins.be

  • #2
    No, it's not possible (we don't know the format of the .max file itself). However if you can execute a MaxScript on the farm, you might be able to print out the exposure using the MaxScript command
    Code:
    vfbControl #getexposure
    after loading the scene.

    Best regards,
    Vlado
    I only act like I know everything, Rogers.

    Comment

    Working...
    X