Tagged 'ScriptSpot How To'

do any1 know what do i have to do ?

Hi every one im new here and im a beginner in 3d studio max , so Im asking for your understanding!:) i've copy this script from this video http://vimeo.com/21174115
1frameStart = (animationRange.start as integer / ticksPerFrame)
2frameEnd = 10
3frameEnd = "D:\back up\PHOTOSHOP SC5\export_to_flash"
4fileBase = "PathFinderTest_"
5
6max select all
7 abc = selectior as array
8 clearSelection()
9for f = frameStart to frameEnd do
10(
11 sliderTime = f
12 select abc
13 maxOps.cloneNodes abc offset:[150,0,0] expandHierarchy: true cloneType:#copy actualNodeList:()

animate morph while playing time line

is their a way to animate morph while playing time line for example after animating the lip sync & face expressions i want to animate the eye blink & rotation by playing the time line & move the slider to record.

Vorofrag install problem.....:(

Hello folks, my first post and I'm sorry it has to be one where I'm already asking for help instead of contributing something positive. Hopefully it'll be something I've overlooked. I downloaded the Vorofrag_2.0 plugin from your site the other day and today I followed the install instructions from the pdf file. I'm running 3dsMax 2009 64bits on my Win7 pc. After placing the proper .dim file in the "stdplugs" folder I proceeded to start Max. The attached ,jpeg file shows why the plugin is not initializing.

Select object by user defined properties

How to select object by user defined properties?
example:
name = mybox

select $mybox

pick up a name from an object and put the same name in another object

starting to do programming in MaxScript and need to make a script that select an object, copy your name and transfer that name to another object. But I have a problem. I need this script to do this automatically for multiple objects in one

Run script on screenRedraw

Hi,

Need a bit of help -
Currently my script is updating (looping) on timer, but I'm trying to run the script on screen Redraw.
Managed to set-up Callback system, but not sure how it should call the script.
Is anybody could show a sample of layout that works on callback system?

Thanks

need help please

hi, i have a lil' script and is not working and i wish to know what i have done wrong please

tha script:

for m in meditmaterials[2] do
(
if m.opacityMap != undefined do
(
m.opacityMap = undefined
)
)

and i've got this

-- Error occurred in m loop
-- Frame:
-- m: undefined
-- Unknown property: "opacityMap" in undefined
OK

and sorry if i post this here but i don;t know where

thanks in advance

Crease Line Display For Turbosmooth

Can anyone teach me how to write the script for max, so that i can see the color display for my crease line that i already set = 1 for my Geometry ?

How to rotate cat bone pivot only?

After export my CAT character to unreal engine 4 with shared bone settings, when playing animation my character will get missed up, for bones of target skeleton bone has different pivot rotation than my CAT character(see attachment). after further inspection, I realized the pivot rotation of nearly every single bone is mismatched.

The problem is, I can't simply rotate the pivot of CAT bone, the bone will rotate with the pivot. I'd like to know if there is a way to change the CAT bone pivot via max script, please help me.

How to: Post images

Ever wanted to post images with your content to ScriptSpot? There is a link below any "Body" textbox that says "enable rich-text" which will turn on the TinyMCE rich text editor. Once that is up, click the "insert image" button to bring up a upload tool / file manager.

Syndicate content