Difference between revisions of "MGED CMD edmater"

From BRL-CAD
(New page: Category:MGED =edmater= __TOC__ ==Syntax== :edmater <combinations> ==Argument(s)== : '''<combinations>''' :: List of db combinations. ==Return Value(s)== : No Return Values...)
 
m
 
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|Edmater]]
 
+
[[Category:MGED object editing|Edmater]]
 
=edmater=
 
=edmater=
 
__TOC__
 
__TOC__

Latest revision as of 01:28, 4 January 2010

edmater[edit]

Syntax[edit]

edmater <combinations>


Argument(s)[edit]

<combinations>
List of db combinations.


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

The "edmater" command places the user in an editor ready to edit a file filled with shader arguments for the combinations listed on the command line. The arguments placed in the file for editing are the shader name and its own arguments, RGB color, RGB_valid flag, and the inheritance flag. The editor used is whatever the user has set in the environment variable EDITOR. If EDITOR is not set, then /bin/ed is used.


Example(s)[edit]

mged> edmater comb1 comb2
Edit the shader parameters for combinations named comb1 and comb2


See Also[edit]

shader

Page Generated by David Loman on: 10/11/2007 at: 12:39:14 PM