just create a bmp file like.... and name it vertex_colour_tools_16i.bmp (note the alpha) and stick it in C:\Users\*******\AppData\Local\Autodesk\3dsMax\YEAR - 64bit\ENU\usericons\ folder and reboot max then right click the button and pick "Edit Button Appearance..." where the above icons should be available. if you use…
Pjanssen: Use the userScripts folder instead of the scripts folder. you can access that folder in Maxscript using:pathConfig.GetDir #userScripts it behaves the same as the scripts folder but was added after Microsoft asked devs to avoid admin privileges and use the user folders for that kind of stuff. There are other user…
Hello again polycounters! i have some troubles with Qt Designer and 3ds Max about the icons. In Qt Designer i got load the icon(in editor and preview modes): Here the parameters: But in 3ds max no: the icon is into subfolder (UI/icons/folder-icon.png) I tried to save the icon into 3ds max folder "usericons". any ideas? :'(
Hi everyone while installing textools i am getting error and it is telling me to install it manually i copied textools folder to C:\Users\Adarsh\AppData\Local\Autodesk\3dsMax\2014 - 64bit\ENU\scripts and icons to C:\Users\Adarsh\AppData\Local\Autodesk\3dsMax\2014 - 64bit\ENU\usericons and i drag the install max script to…
Many of them seem to be in this folder: C:\Program Files\Autodesk\3ds Max 2017\UI_ln\Resources\Dark\Icons\Modeling\ But to get them to show up in the Edit Macro Button dropdown you'll need to convert them to BMP, create a 24 pixel version, and rename the file to something: resetWorkingPivot_16i.bmp…
Hi! My name is Arthur, digital artist from Russia. I mostly draw characters and fantasy illustrations inspired by DnD, Pathfinder and some CCG. I'm looking for intersting projects. You can contact me by asaricon@gmail.com If you like my work you can find more here https://www.artstation.com/asaricon
I am having trouble installing TexTools 4.10. I downloaded the file but the downloaded file is a .zip file and not a .mzp. Therefore unable to drag and drop into viewport. I tried manual installation but the instruction say to install icons and script folder to: C:\document and settings\user\local settings\application…
I use source control (Perforce) to update everyone's machines at work. When max is first installed, I have them run a Setup.ms script that changes the $UserScripts, $UserMacros, $UserIcons, and $UserStartup directories to a folder under the source tree. From then on when the users get latest in Perforce they get any new…
Here is the script that I run. I have one script saved for each project I'm working on and just use MaxScript | Run Script... command to execute the script. (Or you can drag the text to a toolbar to make a toolbar button.) I actually use relative autoback folders so that each project has it's own autoback files. I also had…