ZBrushCentral

Question: Appending sphere gives error?

Hey, I recorded a macro to append a sphere when I paste the code into my code it gives me an error at the the line: [IPress,PopUp:Sphere3D1]

IPress,Tool:SubTool:Append]
[IPress,PopUp:Sphere3D1]
[SubToolSelect, SubToolGetCount]

Any idea why?

Probably it is that ZBrush can’t find a sphere called Sphere3D1. The name has to be exact and ZBrush will rename the primitives during some operations, so probably what was called Sphere3D1 is now called Sphere3D2.

Thanks man.