S-S
09-08-2007, 07:52 PM
Hi. I have been trying to get this working for my script. I created couple of explosion particle events, and i would like to set motion blur type of an event.
I don't seem to be able to find anything useful about this in manual, and macro recorder prints out something, but it's not working.
So my questions are:
- Is this possible to do?
- I think i should first select something, but i'm not sure if this is correct:
mysel = $'Particle View 01'.selected = #($'Event 01')
or
mysel = $'Event 01'
- I have also tried commands which i see in macro recorder:
mysel.motionBlur = #image
- Do i have to use ParticleFlow.beginEdit() and .EndEdit() if this actually works?
I'm in 3ds max 9. It would make script a bit nicer, wouldn't have do set motionblur manually for sparks and such.
I don't seem to be able to find anything useful about this in manual, and macro recorder prints out something, but it's not working.
So my questions are:
- Is this possible to do?
- I think i should first select something, but i'm not sure if this is correct:
mysel = $'Particle View 01'.selected = #($'Event 01')
or
mysel = $'Event 01'
- I have also tried commands which i see in macro recorder:
mysel.motionBlur = #image
- Do i have to use ParticleFlow.beginEdit() and .EndEdit() if this actually works?
I'm in 3ds max 9. It would make script a bit nicer, wouldn't have do set motionblur manually for sparks and such.
