echomesh icon indicating copy to clipboard operation
echomesh copied to clipboard

set command should give better errors.

Open rec opened this issue 9 years ago • 1 comments

It should indicate:

  1. a syntax error: set light.vis.ins..size = [9, 9]
  2. if it's a missing or ambiguous variable, the first location where it goes off. set light.vis.size = [9, 9] should give an error like "No value "size" in light.visualizer: possible values are".

rec avatar Dec 25 '14 18:12 rec