Skip to content

Commit

Permalink
Fixed looptools and edgeflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
maxivz committed Aug 6, 2024
1 parent 655cdc1 commit 449b603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/user_prefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,11 @@ def get_enable_legacy_tools():

# Check for integrations:
f2_active = addon_installed("F2")
loop_tools_active = addon_installed("mesh_looptools")
loop_tools_active = addon_installed("LoopTools")
qblocker_active = addon_installed("QBlocker")
bezierutilities_active = addon_installed("blenderbezierutils")
textools_active = addon_installed("TexTools")
set_flow_active = addon_installed("EdgeFlow-master")
set_flow_active = addon_installed("EdgeFlow")


class MenuPlaceholder(bpy.types.Operator):
Expand Down

0 comments on commit 449b603

Please sign in to comment.