Using Sliders in Maya with Python to control Shapes - intSliderGrp

前端 未结 2 945
余生分开走
余生分开走 2021-01-27 08:55

I am trying to use the following sliders for the Colour, Translate, Rotate and Scale for the shapes I have in this code. Is there a way I can control all the shapes with these s

2条回答
  •  感动是毒
    2021-01-27 09:39

    If you want to know more about sliders and various ui :

    How to store the value of floatSliderGrp in Python Maya

    How to create Maya sliders to move objects in interface

    Material and Texture Change Python Script

    Maya 2015 Python - textField input, radioButton selection not working in UI

    UI in maya is the most ask question, check topics I've answered You can check also Theodox answers : https://stackoverflow.com/users/1936075/theodox

提交回复
热议问题