Hi, How can I use that browse button or assign command to the button, when I click on it, It should set the path? Any Idea string $window = `window`;columnLayout;textFieldButtonGrp -label "path" -buttonLabel "Browse";showWindow $window;
you can use logitech's "set point" software combined with uberoptions to customize the mouse buttons to do whatever you want. It would involve a combination of max hotkeys and mouse software to do this, so for example if I put "undo" on one of my thumb buttons, I am actually binding "ctrl+z" to that thumb button. I wouldnt…
So I was able to assign a material slot to a selected mesh by a simple button press but now I want to be able to define the material slot number in the edit text field then be able to press the button and that material slot would be used. I just cant seem to figure out how to mesh the information from the text box to the…
Unfortunately its a bit of a mess since different settings are stored in different places. And while you can use a start-up macro/script to automatically set certain toggles and preferences for you... you might find that half of them get wiped when you load a project that has its own stored settings. In the case of the Grp…
Long story short...im making a toolset that replicates the one similar in max to make life easier for myself. Here is the button code for extrude: bt0 = cmds.button( label='Extrude Face', width=203, command=cmds.'put command here' ) The command i want is the extrude one exactly the same as the extrude button in the 'Mesh…
Hello. I tried to add some buttons to quick access toolbar and can't edit image of some buttons. But, for example, if command has image in actions table image automatically appears in quick toolbar. How can i edit commands without image?
I know that this questions are basic but I didnt find answer using google on my weak mobile, so please dont curse for asking here, on unity answers I didnt get answers, so I hope you will help me here. This is what is my problem. Answer using java script, I dont know c#. 1. Using if else and booleans. I have if else for…
I formatted my pc a little under a week ago, and since reinstalling the quixel suite i've noticed that i'm missing a bunch of buttons. The buttons for opening the exporter, cross-app mode, duplicating a layer etc. are all missing. These are essential for me, particularly the exporter.
Hi, In my #MEL command browse button is not working I'm getting an error // Error: line 56: Object 'rsTxtPath' not found. ANY IDEA? proc ScreenCaptureWin() { global string $rsTxtPath, $rsTxtName; string $sn = `file -q -sn`; string $cfp = `dirname( $sn )`; if (`window -exists ScreenCapture`) //closes window if already open…