Opened 5 years ago
Closed 5 years ago
#4465 closed defect (fixed)
"color image" command "file none" is not recognized
Reported by: | Elaine Meng | Owned by: | Tom Goddard |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Depiction | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
The "file none" option is documented to turn off coloring by image (texture mapping) but simply returns an error that it is not a file.
color image #2 file /Users/meng/Desktop/IMG_2110.JPG modulate trueTextured 1 drawings: surface
color image #2 file none
Invalid "file" argument: File 'none' does not exist
tested in daily build
UCSF ChimeraX version: 1.2.dev202104030245 (2021-04-03)
current documentation
https://rbvi.ucsf.edu/chimerax/docs/user/commands/color.html#image
Note:
See TracTickets
for help on using tickets.
Fixed.
Argument parsing was only handling file names of existing files. Allowed it to accept "none" as well.