Page MenuHome

Alembic: Enable operator presets when exporting
ClosedPublic

Authored by Ethan Hall (Ethan1080) on Oct 13 2021, 10:50 AM.

Details

Summary

This patch enables operator presets for alembic exports.
The alembic export menu has many options, so enabling the feature will help users manage their export settings in the same way they can with other filetypes.
This solution introduces minimal changes and follows the example of how other filetypes are handled in Blender.

Code Notes:
To fix the 'Restore Operator Defaults' option, I needed to change false to true in the following line:
RNA_def_boolean(ot->srna, "init_scene_frame_range", true, "", "");

Diff Detail

Repository
rB Blender

Event Timeline

Ethan Hall (Ethan1080) requested review of this revision.Oct 13 2021, 10:50 AM
Ethan Hall (Ethan1080) created this revision.
This revision is now accepted and ready to land.Nov 2 2021, 11:33 AM
This revision now requires review to proceed.Feb 1 2022, 4:31 PM
Ethan Hall (Ethan1080) retitled this revision from Enable Operator Presets For Alembic Exports to Alembic: Enable operator presets when exporting.Apr 28 2022, 2:54 PM
This revision is now accepted and ready to land.May 2 2022, 3:19 PM