Skip to content

Commit

Permalink
addfeature: requested Presets System (copy from dev)
Browse files Browse the repository at this point in the history
copy from dev repo. Waiting to be confirmed and closed
  • Loading branch information
KirilStrezikozin committed Oct 6, 2022
1 parent f59e495 commit 36a3ee3
Show file tree
Hide file tree
Showing 4 changed files with 982 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ BakeMaster is an add-on specified for baking various texture maps <br/>and creat
> 🎯 - New map: ColorID - 🎯<br>
> 🎯 - New map: Vector Displacement - 🎯<br>
>
> Currently in progress: Presets - 1/8 tasks done%<br>
> Currently in progress: Presets - 99%<br>
> Milestone: [Presets](https://github.com/KirilStrezikozin/BakeMaster-Blender-Addon/milestone/1)
>
> Stay tuned for Announcements ✅</span>
Expand Down
23 changes: 22 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,21 @@

BM_PT_Main_Help,

BM_PT_ObjectConfigurator_Presets,
BM_MT_ObjectConfigurator_Presets,
BM_PT_ObjectSettings_Presets,
BM_MT_ObjectSettings_Presets,
BM_PT_STTSettings_Presets,
BM_MT_STTSettings_Presets,
BM_PT_UVSettings_Presets,
BM_MT_UVSettings_Presets,
BM_PT_OutputSettings_Presets,
BM_MT_OutputSettings_Presets,
BM_PT_MapsConfigurator_Presets,
BM_MT_MapsConfigurator_Presets,
BM_PT_MapSettings_Presets,
BM_MT_MapSettings_Presets,
BM_PT_BakeSettings_Presets,

BM_MT_BakeSettings_Presets,

BM_OT_AOL,
Expand All @@ -89,7 +102,15 @@
BM_OT_ITEM_Bake,
BM_OT_Help,

BM_OT_ObjectConfigutator_Preset_Add,
BM_OT_ObjectSettings_Preset_Add,
BM_OT_STTSettings_Preset_Add,
BM_OT_UVSettings_Preset_Add,
BM_OT_OutputSettings_Preset_Add,
BM_OT_MapsConfigutator_Preset_Add,
BM_OT_MapSettings_Preset_Add,
BM_OT_BakeSettings_Preset_Add,
BM_OT_ExecutePreset,

BM_Item_Map,
BM_Item,
Expand Down
Loading

0 comments on commit 36a3ee3

Please sign in to comment.