the main one wont activate, you want r7_vertCuratureCmd.py enabled in the plug-in manager. than you run the script with. the mel code. r7_vertcurvature; i just made a shelf button with that. they go in the plugins folder, since there implemented at a scripted plugin. i got both the "r7_vertCurvature_main.pyc" and…
Eight crashes per hour seems pretty excessive. I'm [un]lucky to get a few crashes per month, but then again I use Maya 2013 which I would argue is one of the most stable versions. I feel like with your crash rate you should at least be able to recognize a pattern that is leading to the crashes and establish a workaround or…
Check this link out: https://forums.autodesk.com/t5/maya-modeling/error-hikcharactercontrolsui-mel-line-329/td-p/7101141 Seems like a likely solution for you as well. I don't know MEL (maya's scripting language), but this error code has something to do with humanIK, which is a rigging thing inside maya. Totally unrelated…
hey is there a wy to turn this in to a toggle button i guess it will nees some sort of mel scripting involving if statments or something like that anyway i found this resetPolySelectConstraint; polySelectConstraint -w 1 -m 2 -bo true -sh false;; if i run it it will allow me to select border edges and it i only run…
https://www.tomshardware.com/video-games/gaming-market-melts-down-after-google-reveals-new-ai-game-design-tool-project-genie-crashes-stocks-for-roblox-nintendo-cd-projekt-red-and-more Good grief.
Hi Guys . Here is the environment work I Did for our game called Men Of Freedom : Tangestan You Can Watch First Video In Our Facebook Page : http://www.facebook.com/FaryadeAzady
Hi guys, i've tried creating an adaptation of the Mons meg. Sculpting is finished and low poly is almost done. Please leave any critique below! let me know what you think! Thanks
This snippet works, it's part of putting some blendShape targets into an existing group: int $targetDir = 1;
setAttr blendShape1.targetDirectory[$targetDir].childIndices -type Int32Array 3 0 1 3; But this doesn't, and I get an error, but I can't figure out why. I tried splitting the array size and array into two variables,…