I'm doing some reactor simulations in Max and i want to know if there is a way to have all my rigid bodies in the scene "pulled" to a single location, or any work around ideas...
What do you mean by adding the value? Literally with the add function or multiplying it by a constant(like I have)? I think I may try to do one universal offset if possible that affects all of the nodes, like the Abs at the end. I didn't want to clutter up the editor with a bunch of Abs when one at the end kept it above 0.…
Just wondering what's going on under the hood when I select 8bit and tick the "dither" option, is Toolbag baking at 16bit and then switching to 8bit, saving me to do so in PS?
I recently just started learning pymel. pretty clueless about how to troubleshoot. Hopefully some of you can help me. Ive been trying to write some code to get UV location and uv ids. Here is the basic code I wrote: import pymel.core as pm def getUVs(): my_object = pm.ls(sl=True) uList,vList = my_object.getUVs() return…
right, i'm trying to get this little bit of code to work for an animation: when transform $V1 changes do ( $xaxis.text = $V1.position.x as string $yaxis.text = $V1.position.y as string ) its an uphill battle though, i can't find anything in the maxscript documentation on changes in animation. maybe i should try and update…
Hey PC'ers, I caught wind here and there of people using their Cintiqs like a regular tablet - due to the small resolution on older or smaller cintiqs. Does anyone have any suggestions on how I would set that up? <-- and at the same time retaining the higher resolution on my monitor - not just a dual display of the cintiq…
Hey everyone! I have a real simple question that I can't seem to find the answer to. I have a script that writes some info to a .txt file. However, I would like it to write to the .txt file only when the user saves the .max file. Any ideas?
In Substance Designer is there a way to dynamically edit an exposed parameter setting (like Min,Max, or Step) based off the value of a separate input? So for instance, if I have two Integer 1 parameters, could the Default input of one parameter control the Max parameter of the other?