WiP: Custom Toolbars


Currently working on a custom toolbar plugin for SketchUp. Here's a shot of currently working commands. Sketchy Icons created by Nathan Cheever.

Toolbars are created from a simple text file of commands:

#
# Example Toolbar File
#
# A toolbar file is simply a text file containing a list of commands you want
# to appear on your toolbar. The # symbol denotes a comment and is skipped by the toolbar maker.
#
# The Toolbar filename must end in .txt. The name of the .txt file is used
# as the Toolbar name.
#
# Toolbar separators can be created using 3 dashes (---) on a line by themselves.
#
# You can create any reasonable number of custom toolbars, just create another .txt file
# in the same folder as this one. All available toolbars will be loaded.
#
# Commands are not case sensitive, but capitals can be used to help readability. For example,
# the following commands are identical:
#
# fileNew
# filenew
# FileNew
# Filenew
# FILENEW


fileNew
fileOpen
fileSave
---
select
eraser
line
rectangle
circle
---
pushpull
---
viewTop
viewFront
viewRight
viewIso
---
zoomExtents
---
toggleEdges
toggleProfiles
toggleShadows

1 comment:

Anonymous said...

jim this is perfect!!! why not make a thread at the SCF? so you could get more suggestions and thanks?

Popular Posts (Last 30 Days)