Hi friend this is my first post in the forum, I hope can you help me with a simple thing in Maya but always drive me crazy, when I have some meshes in the scene who I can to make a switch to activate the "UV Boundary Smoothing --->Preserve Edges" I was try some time and nothing happened, thank you for some help and your…
This looks like its a pathing error rather than a script error. Whatever you've screenshot there cannot find your UC files. You will likely need to adjust a path in your INI file before you cook the package to be loaded so that all the files are found.
Hey guys, I followed a tutorial to implement a gun into UDK with a reload system and it comes up with an warning that I can't seem to find what's wrong. If you could look through the code to find why this error is coming up I will be super grateful! I would switch to unreal 4 but this is for some college work that makes us…
I'm trying to make some selection shelf buttons, specifically for selecting limbs, or fingers or the like... by clicking on a control object and have the active selection extend to include the hierarchy. e.g. clicking on the wrist might select metacarpals and all the fingers. clicking on the knuckle would select the…
Hi I'm trying to use some MEL code to orient a EP curve control to a joint and while it puts the control in the correct orientation it offsets the control away from the joint. Why does this happen? The code is below: ___________________________________________________________________________________________ { string $sel[]…
Okay I have another question to ask in terms of scripting. Lets say I want to execute a command that involves a pop up property menu but do it in jscript style. What would be the jscript line of code if say I wanted the Merge property or the Weld Boundary Points/Edges property window to pop up after I have selected my…