Thinking Particles video tutorial – Velocity sculpting
- November 14th, 2010
- Posted in Thinking Particles
- Write comment
This short tutorial showcases a new method I use for sculpting explosions, streams, etc. Simple and very effective! Scene file can be downloaded here.
hi again
when i did convert the explosion origin and geometric velocity in to particles nothings work …i did input particles velocity group in to particles shape of intersect node and the vb teapot falls with gravity only ….
what i can do to fix that
I can’t really figure out from your explanation. You can drop a scene to my email so I can check it out 🙂
Hi,my friend.
i have a question about TP sence,that’s a program i just working on .the problem is when there are some more events in the sence and saved it,but,i can’t open this file next time.
Maybe you’re using the trial version? I think it doesn’t save.
Hi.My friend!
I have a script doesn’t work well in max2011。but,runs ok in max2012.Can you help me check the why? as follows:
macroScript TestCutter category: “HVTools”
(
holdMaxFile()
input = selection as array
cutter = copy input[1]
deleteitem input 1
cutter.name = “Cutter”
ProCutter.CreateCutter #(cutter) 4 true true false true true
ProCutter.AddStocks cutter input 4 1
ProCutter.setPlanarEdgeRemoval cutter 2
for i in geometry where (findstring i.name “Cutter”) != undefinded do
(
CenterPivot i
i.wirecolor = random black white
)
delete cutter
)