I figured out how to assign Ctrl+S to Tool - Save as, but I don't see just Save. Document has Save, but Files and Tools only have "Save as", which is annoying to confirm overwrite each time.
I started up max early yesterday and got this really bizzare startup message...has anyone encountered this issue before and know how I may resolve that? I'm not sure if this is one of the things re-installing the application would be able to deal with...
This year challenge for october/sculptober Season of the Bad Guys Club 9 Prompt: Ghoul Prompt: Bolt Boy Prompt: Bat brat Prompt: Grease Bag Prompt: Cult Member Prompt: Bone Head Prompt: Plasma Sucker
I want to say thank you for this response, when I referred to negative, I meant suggesting I was a bot and all that I am writing isn't real, it just seemed like it is an immediate assumption and attack formation was automatic. With that said, I didn't disappear when people didn't welcome this with open arms, I have come…
Hi thereI have a script that exports fbx file automatically. Is it possible to do the same thing but save selected instead of exporting file? Here's the script for current in geometry do( select current newFileName = current.name newFilePath = pathConfig.GetDir #Export completeFilePath = (newFilePath + "/" + newFileName)…
For each loop select the mesh you want to export, and then after everything is exported reset the selection to all of them. selObjs = selection as array for theObj in selObjs do ( startPos = theObj.pos theObj.pos = [0,0,0] select theObj exportFile (maxfilepath + theObj.name) #noPrompt selectedOnly:true using:fbxexp…
It's not great. I think if you wrote that prompt to a human artist, they'd have questions and need clarification. The human perspective is what I'm coming from here, so, there's no guarantee a humanly better worded prompt will get you what you need, either. I'd personally use "top down" instead of ortho (which is short…
Big dump today. I got out of the habit of posting spitpaints thanks to the holidays, but I've still been doing them every day. Prompt: Vulture Swordsman (really half-assed, because it was very late) Prompt: Volcanic landscape (also half-assed, because it was very early) Prompt: Shortcut Prompt: Steel Flesh Prompt: Sci-Fi…
hey copypastepixel can you have a look at this code? - I think I have it working so far except it can't find at them moment the RoadKill URL even though the URL is correct on my computer. The problem orginates from:fn killroad_exportObj obj= ( select #(obj); exportFile OBJFilePath #noPrompt selectedOnly:true; commandstring…