Announcement

Collapse
No announcement yet.

Proxys not displaying when re-opening a scene

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

  • Proxys not displaying when re-opening a scene

    Hello,

    I've just upgraded to 3.2, and Max 2016, and have a problem with proxys.

    When I re-open a scene with proxys, the proxys don't display. I can select them by name. Once I've selected one, I have to click on the "preview from file" button to display the proxys.

    At the moment I wrote a little script to speed this up

    objs = getCurrentSelection()

    for obj in objs do
    (
    $.display = 1
    )

    but it's still annoying and not right. I've searched and can't see anyone else with this issue.

    Cheers,
    Dean

  • #2
    What was the V-Ray version of the original file? I tried creating a scene with old V-Ray and 3ds max version but everything worked fine with 3.2 and max 2016.
    Zdravko Keremidchiev | chaos.com
    Chaos Support Representative | contact us

    Comment


    • #3
      Yes it was originally created in Vray 2, and Max 2014.

      Comment


      • #4
        Would it be possible to send an example scene to: support@chaosgroup.com
        Zdravko Keremidchiev | chaos.com
        Chaos Support Representative | contact us

        Comment


        • #5
          only for the protocol, we had these issues too. possible old projects, maxdesign2015 vray??. you had to select them first...

          Comment


          • #6
            same here,
            3.2 and max 2015
            Marcin Piotrowski
            youtube
            CGI OCIO config 04

            Comment


            • #7
              Probably the issue is related to the new proxy display options added in the latest service pack. We will double check that.

              Meanwhile you can change the Display type for all proxy objects at ones using max script:
              - Select all of the proxies in the scene
              - in Max listener type: $.display = 0 for an example
              Tashko Zashev | chaos.com
              Chaos Support Representative | contact us

              Comment


              • #8
                Originally posted by piotrus3333 View Post
                same here,
                3.2 and max 2015
                Originally posted by thomes View Post
                only for the protocol, we had these issues too. possible old projects, maxdesign2015 vray??. you had to select them first...
                Would it be possible to send us an example file, because the one we already have here doesn't reproduce the issue. Also it was originally reported for V-Ray for 3DS Max 2016.
                Tashko Zashev | chaos.com
                Chaos Support Representative | contact us

                Comment


                • #9
                  I just did the following test:
                  *) In Max 2015 / V-Ray 2.5 crated a scene with several proxy objects.
                  *) Then I opened the file in Max 2015 and 2016 / V-Ray 3.2 and everything was correct.
                  So it would be good to have a scene.
                  Tashko Zashev | chaos.com
                  Chaos Support Representative | contact us

                  Comment


                  • #10
                    i had a scene with one max-xrefscene object. the proxies did not show up. even if i selected them they did not show. i had to "browse" the path for every proxyobject-meshfile (that was quite the right one and accessable) and had to "open" it again then it showed up the proxy.with every new loading it was the same...if i wanted to see i had to load again.
                    then i merged the xrefscene into the file, saved the file, loaded it again and all the proxys showed up.that was reproduceable.

                    maybe that helps

                    greets thomes

                    Comment


                    • #11
                      Originally posted by thomes View Post
                      then i merged the xrefscene into the file, saved the file, loaded it again and all the proxys showed up.that was reproduceable.
                      I suppose you don't keep the original scene?

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

                      Comment


                      • #12
                        file uploaded, mail sent

                        Comment


                        • #13
                          We managed to reproduce the issue in our environment.
                          The bug has been added into our system and we are looking for a solution about it.
                          We will let you know when we have some updates on that regard.
                          Svetlozar Draganov | Senior Manager 3D Support | contact us
                          Chaos & Enscape & Cylindo are now one!

                          Comment


                          • #14
                            I am also having the same problem, below is my quick fix script:

                            for i in $VRayProxy* do i.display = 0

                            Note: change the number to 3 if you want them to preview with faces.

                            Cheers

                            Comment


                            • #15
                              Originally posted by bob-cat View Post
                              I am also having the same problem, below is my quick fix script:

                              for i in $VRayProxy* do i.display = 0

                              Note: change the number to 3 if you want them to preview with faces.

                              Cheers
                              Yes, changing the display mode will help until we manage to fix the problem.
                              Tashko Zashev | chaos.com
                              Chaos Support Representative | contact us

                              Comment

                              Working...
                              X