StjerneIdioten / I3D-Blender-Addon

Rewriting the I3D blender addon from scratch and adding long-sought community features
GNU General Public License v3.0
66 stars 18 forks source link

Preset system #168

Open NMC-TBone opened 1 year ago

NMC-TBone commented 1 year ago

Preset system for properties based on discussion #109 Includes same predefiend presets as Giants Maya & Blender exporter, in addition you can also create your own presets.

The custom presets will be stored in C:\Users\USERNAME\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\presets\i3dio

image

StjerneIdioten commented 1 year ago

I am not entirely sold on this feature being a persistent drop-down menu with a selected value in the UI, since changing any of the parameters technically makes that drop-down wrong in stating that you are on a given preset.

Would it be possible to do something more similar to how Blender itself utilises and shows the presets? An example can be seen in Output Properties --> Format

image image