Sorry if the title is a little confusing, I am trying to have a procedure that containts a proxy text that will be replaced after, but the only way I can create the procedure is if I declare the variable inside the procedure and that ruins my intention // Create variable string $vartest = "test"; // Check print print…
best way I can suggest is to scale real quick then open you script editor copy the scrpt: Now past that script into your mel bar to edit it scale -r -p 0.243148cm 1.618771cm -0.562163cm 1 0.921207 1 ; undo then change the script: since I want to scale to 0 in Y at the end of the copyed script you will see 3 numbers with…
I'm looking for some general advice, and you seem like the people best-able to help. I'm fairly new to the UDK, but I do have experience with several other 3D engines, with Flash/Actionscript, and with OOP. One of the most difficult things about teaching myself the UDK toolset is that I don't really have a sense of the…
Hello! I'm trying to create a custom HUD with its own font and colors. I'm following a tutorial video given to me by a former college instructor (he made it). I followed everything he's talked about in the video thus far, but I'm coming up with errors. Here's a screenshot of the errors: After clicking on each error, 2 of…
Way to go :D ! I'm sure if you have general understanding of Python, you should have no issues creating your own plugin! I learned everything I know, from: * http://docs.pixologic.com/user-guide/customizing-zbrush/zscripting/ the documentation * https://www.zbrushcentral.com/c/zscripting-help/14 reading trough threads on…
Hey there ! I've been working on a small tool named UVs Animator. That's what the UI look like : It can create some UVs Animation inside an UVW_Unwrap modifier. It can also add animations and can produce some good results with a very low-poly geometry. Here are a few examples : You may find all these examples on the…
Hello, I'm sorry for bothering but I can't understand if there a way to launch specific Marmoset Toolbag scene with a python scrip. For example if I launch "toolbag.exe" " script-path" it works, but I can't start .tbscene files with a script same way. I will be very grateful for answer. My bad, solved this by passing…
Hello all. I'd like to introduce my sctript, called Anim Manager. [ame] https://www.youtube.com/watch?v=wSPcah6ohn8[/ame] You can buy it for 6$ here - https://gumroad.com/l/HXwqV This script pack for Maya 2016/2015/2014 will help you to improve your animating productivity in next fields: * timeline management and…
We are looking for a animator to do some heavy lifting for the 3D artists on the project. Rotting circuits is the title you'll be working on. It's a open world sandbox survival game set in 2050, think terminator meets the walking dead. What's in it for you: this is a perfect opportunity for someone looking to add to there…
Hello Everyone I have this two pieces of codes for turn on and off an arm in my rig: //// select -r Jack:jack_ac_lf_elbowIK Jack:jack_ac_lf_index0 Jack:jack_ac_lf_index2 Jack:jack_ac_lf_index1 Jack:jack_ac_lf_index3 Jack:jack_ac_lf_middle1 Jack:jack_ac_lf_middle0 Jack:jack_ac_lf_middle2 Jack:jack_ac_lf_middle3…