|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Release 3.8.0 of POVColor has been made. Several changes are:
- The binary is a unicode binary
- The main window list shows previews in the list of each item
The source/binary can be found at http://sourceforge.net/projects/povcolor/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
POVColor 3.8.2 is now release.
- Copying and pasting now does so as text, so items can be copied and then
pasted into a text editor, or items in a text file can be copied and then
pasted into POVColor. This copies the entire declare statement to the
clipboard.
- Fixed a small bug causing an infinite loop when loading
- It is now possible to load/paste colors and maps that have no name. Such
items will be added to the file disabled with a default name.
- Errors in loading items report the line number of the item
- Copy code(CTRL-X) and auto copy works different from the regular copy
items. It only copies the heart of the item: 'color rgb <0,0,1>', or '[0
color rgb <0,0,1>]' and not the entire declare statement. This is how it
has always done.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Due to a problem in non-English locales, POVColor 3.8.4 has been release and
can be downloaded at http://sourceforge.net/projects/povcolor
The usage of conversion functions in a location other than English would
cause incorrect output and incorrect parsing of input. For example, what
should be
#declare red = rgb <1.0, 0.0, 0.0>
in a French locale would be
#declare red = rgb <1,0, 0,0, 0,0>
Locale support has been removed and so it works again in non-English
locales. I may in the future implement locale-independent conversion
functions and then add locale support again.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
This is mainly a minor bug fix fixing a bug with custom colors and basic
colors in the color dialog. In addition, the color dialog no longer has
the 'Add Custom Color' button. Instead just alternate-clicking (right
clicking or left for left handed mouse) will set the color.
It can be downloaded at http://sourceforge.net/projects/povcolor
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |