ZBrushCentral

need infinite loop

hello again, i startet this in a new thread to get a faster answer…sorry.

i need an infinite loop to read some values from a dll, but it should not “stop” zbrush from working. is this anyway possible?

(its all described here:
http://209.132.96.165/zbc/showthread.php?p=411476#post411476
)

There’s no inifinite loop in zscripting. The only option is to use a large number of iterations. But be aware that zscripts are only active so long as they are the loaded zscript - pressing another plugin button will dispel the current zscript as only one can be active at one time.