Skip to content

Commit

Permalink
Update select icon and order
Browse files Browse the repository at this point in the history
I changed the box select tool icon and moved it to the top of the toolbar to more closely match Blender. The old icon is still saved in the Orange Turbine dropbox.
  • Loading branch information
jlampel committed Jul 7, 2023
1 parent 607d44c commit 26b2105
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 182 deletions.
Binary file modified icons/select-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
181 changes: 0 additions & 181 deletions icons/select-icon.svg

This file was deleted.

2 changes: 1 addition & 1 deletion retopoflow/rf/rf_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
'''

# the order of these tools dictates the order tools show in UI
from ..rftool_select.select import Select
from ..rftool_contours.contours import Contours
from ..rftool_polystrips.polystrips import PolyStrips
from ..rftool_strokes.strokes import Strokes
Expand All @@ -29,7 +30,6 @@
from ..rftool_loops.loops import Loops
from ..rftool_tweak.tweak import Tweak
from ..rftool_relax.relax import Relax
from ..rftool_select.select import Select

from ..rftool import RFTool

Expand Down

0 comments on commit 26b2105

Please sign in to comment.