Intersects Help !

Hi ... I need a help... I have a scene imagem attached, where I want pick the objects in intersect with other objects... But "intersects" don't work fine, intersect pick objects in box area of object and not the real area ... is there any way?

	for o in objects do (
	   tester = intersects $Ref o
	   if tester == true then ( append InterArr o )	
	)
	select interArr

In image attached Obj in red should not be selected and in blue is a obj $ref.

thanks in advanced

AttachmentSize
intersect_help.jpg56.92 KB

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
JokerMartini's picture

Be sure to really read every

Be sure to really read every line and break apart Denis's example when using the volume select because if implemented wrong can execute with outrageous times on large selections/objects.

John Martini
Digital Artist
http://www.JokerMartini.com (new site)

kimarotta's picture

Yeah I have this problem...

Yeah I have this problem... because I tried in large selections... and the time was not possible .... I will try again, but I thought and I will try also a select by vector position.

Is faster to do a loop taking in many objects by vector position or volume selection is faster, what you think?

kimarotta.com.br
3d Artist  

miauu's picture

VOlume Select modifier is the

VOlume Select modifier is the answer. Search cgtalk for the thread, where DenisT showed how to use it.

kimarotta's picture

Good Idea... I will try

Good Idea... I will try this...

Thanks a million...

kimarotta.com.br
3d Artist  

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.