ZBrushCentral

Can a macro load a specific saved Curve Graph

Hi, I have been able to record a macro where I load a a Panel Loop Bevel Profile Curve Graph that I have previously saved.

The problem is that in order for this macro to work the Panel Loop palette must be open.

Is there any way to avoid having to open the palette every time I want to run this macro?
Thanks.

Try editing the macro so that the macro opens the Palette Loop palette like this:

[IClick,Tool:Geometry:P.Bevel Profile]
[FileNameSetNext,"ZCurve.zcv"]
[IPress,Tool:Geometry:P.Bevel Profile:Load]

Of course, you’ll need to change “ZCurve.zcv” to the file name and path of the file you want to load.

Also, there’s no need to post more than once. It’s been the holidays and the weekend.

Marcus

Outstanding! Incredible! Wonderful! Marcus.

Thanks.

1 Like