Skip to content

Commit

Permalink
Update helplib.tcl (add flag for showmats)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbaker22 authored Aug 15, 2023
1 parent f2fdf8d commit 4cfe299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tclscripts/helplib.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ set helplib_data(wdb_reopen) {{[filename]} {open a database}}
set helplib_data(wdb_rt_gettrees) {{procname [-i] [-u] treetops...} {create an rt instance object}}
set helplib_data(wdb_search) {{[path] [options]} {search database for objects matching parameters defined by options within the specified path}}
set helplib_data(wdb_shells) {{nmg_model} {breaks model into separate shells}}
set helplib_data(wdb_showmats) {{path} {show xform matrices along path}}
set helplib_data(wdb_showmats) {{[-a] path} {show xform matrices along path}}
set helplib_data(wdb_bot_smooth) {{[-t norm_tolerance_degrees] new_bot_name old_bot_name} {calculate vertex normals for BOT primitive}}
set helplib_data(wdb_summary) {{[p r g]} {count/list primitives/regions/groups}}
set helplib_data(wdb_title) {{description} {set/get database title}}
Expand Down

0 comments on commit 4cfe299

Please sign in to comment.