Generate points from many "geo postions"

   2856   2   1
User Avatar
Member
6 posts
Joined: 2月 2010
Offline
I have lots of geo containers positioned in space.
I want to generate points from all the containers according to their position.

any ideas ?

there is way to involve python script using the “ADD” node “multiple points position adder” ?

Attachments:
points.jpg (70.8 KB)

User Avatar
Member
1390 posts
Joined: 7月 2005
Offline
Disco_Disco
I have lots of geo containers positioned in space.
I want to generate points from all the containers according to their position.

any ideas ?
Create new geometry. Add Object Merge Sop inside it. Use wild card to point it to many nulls you have there like: /obj/AUTO_*/point1. Done. Some more elaborate filters are possible in case it won' work. (You need to transorm them to world position also, by placing dot “.” into to “Transform Object” parameter).


there is way to involve python script using the “ADD” node “multiple points position adder” ?

Sure, but why to bother?
User Avatar
Member
6 posts
Joined: 2月 2010
Offline
Thanks alot !! :-)
  • Quick Links