Fix blender/blender#124020: Pre-made operator presets not available #1

Closed
Nika Kutsniashvili wants to merge 2 commits from presets into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit b21e4b3356 - Show all commits

View File

@ -426,7 +426,6 @@ def unregister():
unregister_class(cls)
add_mesh_rocks.unregister()
install_presets.unregister()
if __name__ == "__main__":
register()