Announcement

Collapse
No announcement yet.

Did pattern selection in vrscene change?

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

  • #16
    bdancer it works, you are a wonderful human being! Thank you!

    Comment


    • #17
      Hello bdancer,

      sorry I have to bother you once more, but I'm not sure if it's a bug.

      If I use standalone to render this file, and I use the -remap parameter in order to string replace paths, it does not seem to do it to the vrscene inside of the "loadScene1" definition.
      Only to top level "includes" - is there a way it can be done recursively?

      Code:
      VRayScene loadScene1 {
      filepath=".\myVrscene.vrscene";
      use_overrides=1;
      override_filepath=".\myOverride.vrscene";
      transform=TransformHex("0000803F000000000000000000 0000000000803F0000000000000000000000000000803F0000 00000000000000000000000000000000000000000000000000 00");
      }
      
      RenderView renderView {
      transform=TransformHex("F304353FF30435BF00000000F2 04B53EF204B53ED8B35D3F71C41CBF71C41CBFFEFFFF3E0000 0000000000E0148B57C0000000E0671F57C000000000BAEF54 40");
      fov=0.7853982;
      focalDistance=200;
      clipping=0;
      clipping_near=0.1;
      clipping_far=-1e+30;
      orthographic=0;
      ortho_adjust_to_scene=1;
      use_scene_offset=1;
      }
      Thanks
      -Robert

      Comment

      Working...
      X