Feature Requests item #2392991, was opened at 2008-12-05 11:04
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=640805&aid=2392991&group_id=105292
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Lee Butler (lbutler)
Assigned to: Nobody/Anonymous (nobody)
Summary: Apply materials based on name
Initial Comment:
We would like to be able to set LOS, GIFTmater, Aircode or other attributes using some quality of the name of the object. For example: Set the LOS on all things with "wheel" in the name to be 50. This could be done with either wildcard or regular expressions, or an extention of the find command:
mged> adjust *wheel*.r LOS 50
or
mged> find -t region -name *wheel* -exec adjust {} LOS 50
Actual implementation is negotiable, but it should be relatively simple syntax.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=640805&aid=2392991&group_id=105292
|