Announcement

Collapse
No announcement yet.

Standalone imgWidth and imgHeight not working

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

  • Standalone imgWidth and imgHeight not working

    (Nightlies current 27259)

    Hiya.. I've noticed that I can't get imgWidth and imgHeight to work on GPU renders with Standalone. CPU works fine (both with region="none")

  • #2
    It might work to use the -parameterOverride switch to override the various parameters of the SettingsOutput plugin (imgWidth/imgHeight/bmpWidth/bmpHeight/rgn_width/rgn_height/r_width/r_height). For V-Ray 4 I want to rework these to use normalized 0-1 coordinates.

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

    Comment


    • #3
      Thank you Vlado
      not sure in what context to use -parameterOverride but glad I'm not just going mad.

      Comment


      • #4
        Well instead of
        Code:
        -imgWidth=A -imgHeight=B
        you can try
        Code:
        -parameterOverride="SettingsOptions::imgWidth=A" -parameterOverride="SettingsOutput::bmpWidth=A" -parameterOverride="SettingsOutput::rgn_width=A" -parameterOverride="SettingsOutput::r_wdith=A" -parameterOverride="SettingsOptions::imgHeight=B" -parameterOverride="SettingsOutput::bmpHeight=B" -parameterOverride="SettingsOutput::rgn_height=B" -parameterOverride="SettingsOutput::r_height=B"
        and see if it works better.

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

        Comment

        Working...
        X