Heyo peepz, I've been looking around to check if there's a solution to this. I'm using exportFile (fullFilePath + ".WRL") #noPrompt in a export script But apparently sometimes max doesn't export normals with our WRL exporter when run via script because the the #noPrompt flag avoids the export dialog and just uses defaults.…
hey guys, i'm trying to import a batch of obj files from a directory without having the script show any dialogs but for some reason it always shows the import dialog on the first import i want to do. The following objs import without showing any dialog. Here is the code ( theFiles = getFiles "C:\\path\\*.*" for i = 1 to…
Day 4: Calculator I've decided to limit myself to 2 hours for these daily prompts. Hopefully, I can become faster and accomplish more each day... Might spend a little extra time to texture and render it for a product modeling portfolio though because I kind of like the way it looks so far. Please join me on my daily…
Over the past couple of days, I've been writing a little script in Python that gives you a handful of random prompts to draw, and I think it'd be fun to use it as a kind of daily (or almost daily) drawing challenge for myself. The script itself is nothing fancy as I'm still pretty much a beginner at programming, plus it…
Hey everyone, hope you’ve been doing great! We’ve just built a small demo of our new platform — it lets you generate full character animations directly from a storyboard, text, or video input. I’d love to get a quick opinion — how do you see something like this fitting into real animation/VFX pipelines? Here’s the short…
So recently I was moving a lot of the models I created from the whole of last year and the year prior to a new drive. Mid-transfer, the drive disconnected and the bricked itself. Unfortunately (and stupidly), those files were the only ones I had available, aside from some character work I had begun on my Dropbox. So a vast…
copy this into a new script, change the directory text to the directory you want process and press ctrl-e ( backup first this hasn't been tested to any extent so we take no responsibility for what happens next :D
Well, Chat GPT now makes python scripts that builds you complex node based setups for both geometry nodes and shader nodes in Blender and I managed to make its AI image Generator build me exactly images ( alphas mostly) I asked after. After 3-4 correcting approaches . A thing I couldn't get from PHotoshop/firefly AI that…
inFormat = ".model" --put your in format hereoutFormat = ".dae" -- put your out format herefiles = getFiles "c:\\foo\\*."+ inFormatfor f in files do ( importFile f #noPrompt newFilename = (filterString f ".")[1] + outFormat exportFile newFilename #noPrompt ) this should do it. havent tested it but is not exactly complex..…
Hey everyone, thanks for the feedback on this piece — the anatomy critique on the foot was correct, so I went back and fixed it. I've updated the image in the original post with the corrected version. Quick note on my workflow, since it came up in the comments: I work with AI generation as a starting point and do extensive…