tyFlow Forum
tySelect with mesh not behaving - Printable Version

+- tyFlow Forum (https://forum.tyflow.com)
+-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html)
+--- Forum: Bugs and Issues (https://forum.tyflow.com/forum-3.html)
+--- Thread: tySelect with mesh not behaving (/thread-1278.html)



tySelect with mesh not behaving - andylewisart - 11-15-2019

Hi Tyson,
I'm attaching a scene that shows some strange behavior with tySelect. I'm selecting vertices with a mesh animating over a path deform. The vertex selections aren't accurate and are rather random. The volume select modifier doesn't have the same behavior. I have a few script controllers in there as well (attached to the turbosmooth modifier on the selecting mesh - not sure if they could be contributing to the problem). 
Thanks for all the hard work!
Andy

Edit: I'm using v0.16058.


RE: tySelect with mesh not behaving - tyFlow - 11-15-2019

Thanks for the scene file Andy, that is indeed some strange behavior.

I'll try to get it fixed up for the next build!


RE: tySelect with mesh not behaving - tyFlow - 11-16-2019

This should be fixed up in the next build...was related to floating point errors caused by the extremely small scale of your scene...I've migrated the surface intersection test code to use doubles instead of floats now for extra accuracy, and get expected results in your scene.


RE: tySelect with mesh not behaving - andylewisart - 11-18-2019

Thanks for the fix!! Glad I could be of service by having wacky scene scales. Smile