tyFlow Forum
Can't set ShapeID - Printable Version

+- tyFlow Forum (https://forum.tyflow.com)
+-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html)
+--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html)
+--- Thread: Can't set ShapeID (/thread-1123.html)



Can't set ShapeID - clasyc - 09-17-2019

I'm facing a problem where data channel always displays my ShapeID as 0.

I create SET property for ShapeID, my particles have two shapes objects added, if I print it, it always shows zero.

Also Display Data operator from time to time stops displaying and I have to reopen the scene to display data labels properly again.

[Image: Lbkhdgk.png]


RE: Can't set ShapeID - tyFlow - 09-17-2019

That's because assigning shapeID is not yet supported Smile


RE: Can't set ShapeID - tyFlow - 09-19-2019

Sorry, checking this thread again I realize I misunderstood what you were saying.

The reason your shape value is displaying as zero is because you added your Shape operator after your custom properties operator. So your particles have no shape when you're assigning the "shape" value. No shape = 0. Move the Custom Properties operator down.


RE: Can't set ShapeID - clasyc - 09-23-2019

(09-19-2019, 03:55 AM)tyFlow Wrote: Sorry, checking this thread again I realize I misunderstood what you were saying.

The reason your shape value is displaying as zero is because you added your Shape operator after your custom properties operator. So your particles have no shape when you're assigning the "shape" value. No shape = 0. Move the Custom Properties operator down.

No problem, thanks for response.