hey ho, it is possible to trigger the prefab-creation-buttons with maxscript? What would be cool too would be an event that fires when the prefab is created. Or do I have to recreate that behavior with my own script from scratch? cheers
I was looking at scripting this a while back, to script a make poly tool that works like modo's. Sadly, it doesn't seem possible (or at least possible in any efficient way) to get the order of selection in Max.
Does anyone know a script or easy method for 3dmax that could turn UDIM textured model with a single material into multiple matID one + multi-materials ?
Hi all, here are seven macros for Affinity Photo. Those scripts can help and significantly shorten the time needed during the channel editing process as well as conversion from RGBA to R-G-B-A files. The from scratch macros allow stacking transparent vectors or textlayers on top of each other. This only works as long as…
I've created a post process effect in the generic browser and I want to load it up with a script, I'm sure it's simple but this code stuff is alien to me. HALP!
hey, glad to see more people get into scripting Blender! Even the few scripts I use have really change the entire experience for me, and I'm always happy to see what people come up with. If you take this any further, I'm sure there are a few people who'd be interested in this!
is there a script that makes the normal a cross product of the 2 longest edges attached to tem? would be cool for making the look of campfered models more acurate because the 2 longest edges are usually not the campfered edges and so it looks like unsmoothed in the middle and the campfered edges alone make the smoothing…
Hey guys I tried searching but didn't come up with anything. Is there a script out there that can automatically assign smoothing groups based on your UV islands? Just been really tedious lately doing it manually and figured there's probably a better way out there. Thanks!
Something we found today.. Maybe people already knows but since everyone always complaining about the quad/tri system of Maya, that may help. https://www.creativecrash.com/maya/marketplace/scripts-plugins/modeling/poly-tools/c/max-style-turn-edge-for-maya
anyone know how to write a mel script in maya to create a window that allows me to quick change the currentUnit settings? so far im stuck here : string $window = `window`; columnLayout; string $node = `currentUnit`; attrEnumOptionMenu -label "Unit" -attribute ($node + " -linear"); showWindow $window; which is obviously…