Is it possible to read the value of "Show in exports" checkbox?

I couldn’t find a way to read the value of “Show in exports”. We are building an GIF/Video export plugin and wanted to use this to see if the result should be transparent or not.

You would think it would be in node.fills[0].showInExport but there is no such property, neither are there any similar properties from what I can tell.

1 Like

I’m having the same problem :smiling_face_with_tear:

1 Like

As a workaround I ended up just requiring users to have no fills or set fill to 0 to be able to export with transparency from our plugin

Same question here :melting_face:

1 Like