Extensions:2.6/Py/Scripts/3D interaction/Icon Tools
< Extensions:2.6 | Py | Scripts | 3D interaction
UI location | Group: 3D View | ||
---|---|---|---|
Usage | Click buttons | ||
Version | 1.5.0 | Author(s) | koil |
Blender | 2.66 | License | GPL |
Category | "3D View" | Distribution | Extern |
Note(s) | _ |
File name | Icon_Tools_1_5_0.py |
---|---|
Current version download | Icon_Tools_1_5_0.py |
Python modules | bpy, bpy.types.Header, bpy.types.Menu, bpy.types.Panel |
External Python Modules or dependencies | _ |
Data | _ |
Warning | _ |
---|---|
Links | http://wiki.blender.org/index.php/User:Koilz/13.03.06_View3D_Tools |
Known Issues | _ |
Icon Tools 1.5.0
This is a Toolset addon to replace some of the 3D view Toolset modes.
Setup
Install Addon
- Download Icon_Tools.py then copy to scripts\addons\Icon_Tools.py
Enable Addon
- Open blender.
- Goto Editors > User Preferences > Addons
- Look for "3D View: Icon Tools"
- Enable addon by checking the box at the far right.
- Press "Save User Settings".
- Close blender.
Set Panels
- Open blender.
- For each mode (Object, Edit Mesh, Edit Armature, Pose Mode) do this:
- * Expand Tools.
- * Move Tools to top.
- File: Save Startup File.
- Close Blender.
Replace Tool Shelf
- Open Icon_Tools.py
- Look for: switch = 'UI'
- Change: switch = 'UI'
- To: switch = 'TOOLS'
- Save Icon_Tools.py
- Close Icon_Tools.py
Disable Addon
- Open blender.
- Goto Editors: User Preferences: Addons
- Look for "3D View: Icon Tools"
- Disable addon by dechecking the box at the far right.
- Press "Save User Settings".
- Close blender.
Panels
Icon Tools has six Panels.
3D View: Properties or Tool Shelf
- Object Tools
- Mesh Tools
- Armature Tools
- Pose Tools
3D View: Properties
- Add
- * This is to add new meshes.
Properties: Scene
- Icon Tools
- * Addon settings
Versions
1.5.0:
- Moved labels to Icon Tools.
- Added option for retro add set + displays if no objects.
- Organized mesh edit tools.
- Add Triangle.
1.4.9:
- Fixed bug: menu
1.4.8:
- Icon set aligned.
- Armature: Extrude: removed: keyboard.
- Armature: Recalculate Roll: removed: be better with settings.
- Armature: Switch Direction: removed: duplicate.
- Renamed some buttons.
- 3D View: Properties: Add.
- Properties: Scene: Icon Tools.
1.4.7:
- Peaceful version.
- Removed sub menus.
- Removed keyboard buttons.
- Added some labels.
- Added some buttons.
Tool Set Changes: 2.66.1 to 1.5.0
----------------------------------------------------------------
# Icon Set
Added:
:: Left ::
[ ] Grease Pencil: Session
Grease Pencil: Draw
Grease Pencil: Line
Grease Pencil: Polygon
Grease Pencil: Erase
Limit Selection
Texture Solid
Background Images
Object X-ray
UV Sync
3D Manipulator
Add Cube
Add Bone
:: Right ::
Calculate Motion Paths
Clear Paths
Repeat
History
Render
Animate
Render OpenGL
Animate OpenGL
Save
Save As
Console
Play Animation
----------------------------------------------------------------
# Object Tools
Removed:
Translate # keyboard
Rotate # keyboard
Scale # keyboard
Duplicate Objects # keyboard
Delete # keyboard
Added:
Add modifiers SubSurf
Add modifiers Armature
Add modifiers Boolean
Add modifiers Mesh Deform
Select keyingSet
Insert keyingset
Delete keyingset
: Icon Set
----------------------------------------------------------------
# Mesh Tools
Removed:
Translate # keyboard
Rotate # keyboard
Scale # keyboard
Shrink/Fattern #
Push/Pull #
Extrude Region # keyboard
Extrude Individuals #
Duplicate # keyboard
Delete # keyboard
Added:
Make Face
Un-Subdivide
Edge Loop
Edge Ring
Edge Split
Edge Bridge
Vertex Slide
Rotate Edge CW
Rotate Edge CCW
Inset Faces
Split
Seperate
Rip
Rip Fill
Remove Doubles
Symmetrize
Quad to Tri
Tri to Quad
Spin/Screw Turn
Spin/Screw Step
: Icon Set
----------------------------------------------------------------
# Armature Tools
Removed:
Translate # keyboard
Rotate # keyboard
Scale # keyboard
Duplicate # keyboard
Delete # keyboard
Extrude # keyboard
Added:
Merge Bones
Subdivide 2
Select Parent
Select Child
Fill Between
Switch Direction
Make Parent
Clear Parent
: Icon Set
----------------------------------------------------------------
# Pose Tools
Removed:
Translate # keyboard
Rotate # keyboard
Scale # keyboard
Push #
Relax #
Breakdowner #
Added:
Clear Loc
Clear Rot
Clear Scale
Clear All
: Icon Set
----------------------------------------------------------------