Ania Posted July 5, 2013 Share Posted July 5, 2013 Czy jest jakis skrot klawiszowy, albo czy mozna taki ustawic, zeby zejsc calkiem na dol w modifier stacku? Alternatywnie, zeby wejsc w Editable Spline? stack wyglada nastepujaco: Jakis Modyfikator N Jakies Modyfikatory Jakis Modyfikator 1 Editable Spline Mam sporo takich obiektow i musze zawsze edytowac splina, i mozolnie za kazdym razem klikac. W Customize User Interface > Keyboard nie znalazlam opcji ktora takie cos robi. (sory za literki) Link to comment Share on other sites More sharing options...
mafida Posted July 5, 2013 Share Posted July 5, 2013 (edited) Kiedyś taki skrypt znalazłem, chyba na polycount. Uruchamisz sobie przez run script i podpinasz pod skrót w customize. Standardowo będzie w category:"whatever you want". Jak chcesz coś innego to sobie edytuj;) https://www.dropbox.com/s/pdk1fpxktfp6g38/Bottomstack.ms PS.Bo bez skrypta to znalazłem tylko do skakania po jednym mod. - "previous modifier" i "next modifier". PPS. Tutaj wątek na poly : http://www.polycount.com/forum/showthread.php?t=79041 Edited July 5, 2013 by mafida Link to comment Share on other sites More sharing options...
Ania Posted July 8, 2013 Author Share Posted July 8, 2013 (edited) Dzieki, dziala! edit: gdyby ktos potrzebowal, zedytowalam tak zeby dalo sie w dol i w gore tym samym skrotem. macroScript Stack category:"Stack" toolTip:"Stack up down" buttontext:"Stack up down" ( macros.run "Modifier Stack" "SubObject_1" ( if modpanel.getCurrentObject () != undefined then ( if modpanel.getCurrentObject () == selection[1].baseobject then ( subObjectLevel = 0 modPanel.setCurrentObject $.modifiers[1] ) else ( modpanel.setCurrentObject selection[1].baseobject subObjectLevel = 1 ) ) ) ) Edited July 8, 2013 by Ania Link to comment Share on other sites More sharing options...
mafida Posted July 8, 2013 Share Posted July 8, 2013 O, fajnie:). A dałoby się zrobić żeby wskakiwał od razu na subobject vertex? Link to comment Share on other sites More sharing options...
Ania Posted July 29, 2013 Author Share Posted July 29, 2013 aktualnie wyskakuje, tylko nie wyłapuje błędu jak na splinie nie ma innych modyfikatorów. Działa też na meshe. edit: chociaż teoretycznie poprzednia wersja też powinna, właśnie widzę że tam już było subObjectLevel. Jak chcesz zmienić na edge czy coś, to wpisz tam 2 albo 3. macroScript Stack category:"Stack" toolTip:"Stack up down" buttontext:"Stack up down" ( macros.run "Modifier Stack" "SubObject_1" ( if modpanel.getCurrentObject () != undefined then ( if modpanel.getCurrentObject () == selection[1].baseobject then ( subObjectLevel = 0 modPanel.setCurrentObject $.modifiers[1] ) else ( try ( modpanel.setCurrentObject selection[1].baseobject subObjectLevel = 1 ) catch () ) ) ) ) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now