So ive brought my 200 tracking points in to max (9) and want to have particles emit from each of them? theyre just point helpers at the moment. Also how would i go about distributing a sphere to each not using particles?
cheers,
Debneyink
So ive brought my 200 tracking points in to max (9) and want to have particles emit from each of them? theyre just point helpers at the moment. Also how would i go about distributing a sphere to each not using particles?
cheers,
Debneyink
select all the point helpers and run this maxscript – will create a sphere at each point helper.
for o in selection do
(
newobj = sphere pos:o.pos radius:10
newobj.parent = o
)
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.