Haha yeah C4D is definitely not going to happen. I could port the current Python internal build to other DCC applications but i prefer to focus on one software and tackle one set of issues instead of going everywhere :) New update *might* be coming tonight, with LT support, folders/sub-folders, new UI, mass asset creation,…
No update for tonight ! but here's a quick preview of what's coming :) have a bunch of other stuff that isn't in there yet, just MEL procedures floating around the code. Apart from the features listed in a previous post, there is one special feature that might see the light of day without waiting for the API :…
I'll be adding more assets yeah, it's definitely not the top priority as i'm more focused on the tool itself right now, but rest assured i've partenered with a bunch of artists to create kitbash libraries for this :) and i also encourage anyone interested in doing so to contact me :) No lets talk the real deal ! MESH BLEND…
Hey all ! :) your favorite African tech artist is back from the dead x) [Mesh Blend running in Maya 2018] A quick fix has been published to make AMTools compatible with Maya 2018, while AMT2.0 and Mesh Blend 1.5 are both in preparations.I've tested Mesh Blend on Maya 2018 and it does seem to work fine, please let me know…
Random is already done, coming in the next update :) the UI has been tweaked a bit to give more space to the new feature, too. As for the scaling, are we talking about scaling just for floaters ? or even Blends too ? I wouldn't give the user that "power" for Blend mode, as it might screw your mesh very easily depending on…
most likely a typo, copy-paste the following line of code and see if it works : source "AMT Mesh Blend/MeshBlend.mel" If it doesn't, then send me by PM the output of the script editor, will check it out and quickly fix the issue :)
Thanks for the feedback Teriyaki ! <3 Updated that "faces" issue :) In regards to the UI suggestions : Yes i'm gonna do something like that :) just need to move to the API first to avoid any convoluted MEL code. Hmm why add color in the background ? i actually wanted to add a nifty color setting later on for the user to…
Don't know if these were addressed... // Error: menuItem -label "90? -p AngleSwitch;
should read "90" so there is an error with it not being a string... this may cause the other errors. I suspect, unicode errors on the degree symbol are the problem... // Error: else if ($GetAngle == "90?) { $Rotation = 90.0 ;}
Same in this…
Hehe everybody wants that curvature info x) Simply put, it works great on curved meshes if the border edges of the kitbash pieces and the face are equal (or almost), and of similar shape. Lets take this screenshot for example, all the kitbash bolts i added to the sphere had square border, and when selecting faces on the…