Announcement

Collapse
No announcement yet.

Vray 3.3 and Maya 2016 extension 2

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

  • #31
    I managed to reproduce the disappearing quad menus, so we can now try and fix it. Thanks for the report.
    Alex Yolov
    Product Manager
    V-Ray for Maya, Chaos Player
    www.chaos.com

    Comment


    • #32
      Originally posted by yolov View Post
      What's your vray build?
      Can you check the history queue for vray-related commands when this happens. We fixed something that sounds a bit like this issue a few weeks ago.
      You can query the undo queue with this line in MEL: undoInfo -q -pq;

      Vray Build: vray_adv_33501_maya2016.5_x64_26742

      Small example (hypershade window open)

      Created cube -> selected some faces -> extruded a face etc.
      For the undo I have to hit the undo button several times to go back one step as it seems that I also have to undo the "doUpdatePropertyPanel...."
      commands...is this normal behavior???


      undoInfo -q -pq;
      // 0: hikDefinitionFileNewCallback; //
      // 1: selectionMaskResetAll //
      // 2: selectionMaskResetAll //
      // 3: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // 4: CreatePolygonCube //
      // 5: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // 6: select -r pCube1 //
      // 7: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // 8: doMenuComponentSelection("pCube1", "facet") //
      // 9: select -r pCube1.f[0] //
      // 10: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // 11: select -tgl pCube1.f[4] //
      // 12: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // 13: select -tgl pCube1.f[1] //
      // 14: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // 15: select -tgl pCube1.f[5] //
      // 16: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // 17: select -tgl pCube1.f[2] //
      // 18: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // 19: select -tgl pCube1.f[3] //
      // 20: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // 21: select -cl //
      // 22: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // 23: select -r pCube1.f[3] //
      // 24: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // 25: performPolyExtrude 0 //
      // 26: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // 27: //
      // 28: select -cl //
      // 29: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // 30: select -r pCube1.f[6] //
      // 31: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // 32: select -tgl pCube1.f[3] //
      // 33: select -tgl pCube1.f[2] //
      // 34: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      select -cl ;
      select -r pCube1.f[3] ;
      // Undo: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // Undo: select -r pCube1.f[3] //
      // Undo: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // Undo: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // Undo: select -cl //
      // Undo: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // Undo: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // Undo: select -tgl pCube1.f[2] //
      // Undo: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // Undo: select -tgl pCube1.f[3] //
      // Undo: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // Undo: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // Undo: select -r pCube1.f[6] //
      // Undo: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // Undo: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // Undo: select -cl //
      // Undo: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      // Undo: //
      // Undo: doUpdatePropertyPanel("hyperShadePanel1dockStation |propertyPanelForm|ppRoot", "hyperShadePropertyPanelSelectionCallback" , "hyperShadePropertyPanelActiveNodeCallback", "hyperShadeNodeDeletedCallback", "hyperShadeNodeNameChangedCallback" , 1) //
      -------

      Same procedure with hypershade window closed (undo works as intended)

      undoInfo -q -pq;
      // 0: hikDefinitionFileNewCallback; //
      // 1: selectionMaskResetAll //
      // 2: selectionMaskResetAll //
      // 3: CreatePolygonCube //
      // 4: doMenuComponentSelection("pCube1", "facet") //
      // 5: select -r pCube1.f[0] //
      // 6: select -tgl pCube1.f[4] //
      // 7: select -tgl pCube1.f[1] //
      // 8: select -tgl pCube1.f[2] //
      // 9: select -tgl pCube1.f[3] //
      // 10: select -tgl pCube1.f[5] //
      // 11: select -cl //
      // 12: select -r pCube1.f[4] //
      // 13: performPolyExtrude 0 //
      // 14: //
      // 15: select -cl //

      Comment


      • #33
        Seems like something that should be reported to autodesk.
        In my tests it only happens on 2016.5, but worked fine on 2016 where they have the new hypershade too.
        Last edited by yolov; 03-05-2016, 04:18 AM.
        Alex Yolov
        Product Manager
        V-Ray for Maya, Chaos Player
        www.chaos.com

        Comment


        • #34
          Originally posted by yolov View Post
          I managed to reproduce the disappearing quad menus, so we can now try and fix it. Thanks for the report.
          Has there been any progress with this ? They're still unusable as of build 26772

          Comment


          • #35
            No, not yet. It's a bit more difficult to fix than we thought.
            Alex Yolov
            Product Manager
            V-Ray for Maya, Chaos Player
            www.chaos.com

            Comment


            • #36
              It looks like a difficult bug - if it helps in any way, it's not only the quad menu that is affected - it can affect titles in the ui as well for custom mel scripts;

              Click image for larger version

Name:	2016-05-17 09_40_08-Autodesk Maya 2016 Extension 2_ untitled.png
Views:	1
Size:	12.6 KB
ID:	862062
              Maya 2020/2022
              Win 10x64
              Vray 5

              Comment


              • #37
                It happens only very rarely on a few machines here and we have no idea whatsoever what's causing it... I can't imagine any way in which V-Ray can mess up Maya's fonts. Hopefully we'll manage to track it down.

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

                Comment


                • #38
                  Same issues over here latest nightly build Maya 2016 Ext2 Windows 10. All my marker menus and everything gets like that

                  Comment


                  • #39
                    It messes up a lot of labels throughout Maya, not only the marking menus, yes. So far the only thing that we're pretty certain about is that the channel box is somehow involved in all of this. I.e. if you keep your channel box closed from when Maya starts, there's a good chance you won't be running into this until we find a way to fix it. You might want to give that one a try. I'd suggest close the channel box, restart Maya and then see if it will happen in your next Maya session.
                    Alex Yolov
                    Product Manager
                    V-Ray for Maya, Chaos Player
                    www.chaos.com

                    Comment


                    • #40
                      While it's not a fix (we can't live without the channel box of course.. that's worse than having no marking menus ) I'm pretty cartain you're right.
                      Tried everything to get the corruption without the channel box and it was stable then. Right up until needing the channel box of course.

                      Win 10 btw, if that helps.

                      Comment


                      • #41
                        Originally posted by ricoholmes View Post
                        Win 10 btw, if that helps.
                        It helps, since it's also OS related So far we know that it only happens on windows and on versions 7+SP1 and above.
                        Alex Yolov
                        Product Manager
                        V-Ray for Maya, Chaos Player
                        www.chaos.com

                        Comment


                        • #42
                          Probably the strangest bug. I can't reproduce it either, as pointed out earlier, it seems to be the Channel Box that really does it. In a long Maya session I've also seen it go back to normal.
                          Maya 2020/2022
                          Win 10x64
                          Vray 5

                          Comment


                          • #43
                            I think we kind of narrowed it down, so I hope we'll have a fix soon.

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

                            Comment


                            • #44
                              We found a fix for this issue and it's available in today's nightlies. It would be appreciated if you could give them a try and let us know if the fix works.
                              Alex Yolov
                              Product Manager
                              V-Ray for Maya, Chaos Player
                              www.chaos.com

                              Comment


                              • #45
                                We're getting this font issue as well (Windows 7 SP1 | 2016.5 with the latest nightly)
                                Click image for larger version

Name:	vray01.png
Views:	1
Size:	56.6 KB
ID:	862111

                                Comment

                                Working...
                                X