ZBrushCentral

Easier way to get ActivePoints?

To get the number of active points I use this:

[StrExtract,[IGetTitle,Preferences:Misc:Active Points Count].13,256]]

It wouldn’t be so bad but it returns a string that contains a comma (1,024). So this means I then have to run a little routine to remove the comma. * sigh *

Seems like a lot of work just to get a value!

Anybody know of a better method?

Yeah. :slight_smile:


[VarDef,activePoints,0]
[Mesh3DGet,0,,,activePoints]
[Note,activePoints]
1 Like

:slight_smile:

Thank you, Mr Civis!!

You olde smarty pants you.

Yeah, I know, I’m a show-off. Just can’t help it. :slight_smile: