Hi,
I have a count CHOP that is being incremented by a timer; what I am trying to do is:
- show primitives created by
- grid → add points → add polygons
- I have the count value in a CHOPTo DAT
I am trying to set the number if visible primitives using an expression ; this is not working. I don’t know if this is possible from reading the documentation. The count value is row 0, column 0; I am getting a syntax error with the expression.
@primnum >= op(‘chopto1’)[0, 0]
Ultimately, I want the use of a count to work with a Script SOP with generated polygons in an array in Python.