Hi there,
i’ve got some simple button macros to assign frequently used object colors with a single click. The macros are looking like this:
_NoEcho _-Properties _Object _Color _Object 235,0,0 _EnterEnd
After running the macro in Rhino 8, the command history still seems to list the first line of the _Properties
command, despite the use of _NoEcho
in front of the macro:
Property to change ( Name Layer Color Linetype PrintColor PrintLinewidth Hyperlink RenderMeshSettings Match CastsShadows ReceivesShadows AdvancedTexturePreview )
while everything is suppressed in Rhino 7. It’s minor issue but would be a nice fix.
thanks,
c.