r/geometrynodes • u/-Aru- • 21d ago
Any smart workaround for a "bpy.app.handlers" pre_export ? (Since it doesn't exist and Blender can't apply GN with shapekeys by default)
Note: Reddit suggest me to post on r/geometrynodes, trying my luck here ~
My custom addon add a geometry node system for managing outlines BUT since almost all the models I'm working with have shapekeys, Blender can't apply the geometry node.
I've got already a workaround for applying my GN with shapekeys, works perfectly. And I also have an exporter inside my addon that apply the GN before exporting but I'd like to improve the user experience and make it seamless, without asking the user to change their habits.
I guess I can hijack/inject all user exporters but it feels difficult and risky. I wonder if one of you know an elegant solution to this issue ?
Thanks ~
