Skip to content

Commit

Permalink
Merge pull request #324 from Weisl/#321-fix-broken-preset-generation
Browse files Browse the repository at this point in the history
Update naming_preset.py
  • Loading branch information
Weisl committed Apr 5, 2023
2 parents a7ec490 + 01adb15 commit 8e949ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preferences/naming_preset.py
Expand Up @@ -17,7 +17,7 @@ class COLLISION_preset(AddPresetBase, Operator):
preset_values = [
"prefs.naming_position",
"prefs.replace_name",
"prefs.basename",
"prefs.obj_basename",
"prefs.separator",
"prefs.collision_string_prefix",
"prefs.collision_string_suffix",
Expand Down

0 comments on commit 8e949ed

Please sign in to comment.