Go to file
Jeroen Bakker cc3476b07e Fix for
* [#35724] Backdrop zoom can be set to a very small value, making the backdrop disapear.

There were checks in the drawnode that needed to be placed in the readfile.
The checks checked if the zoomlevel was 0.0, then it was defaulted to 1.0, but the zoomvalue had a minimum limit of 0.01, hence it did not work.
Moved the check to the readfile and checked for all values smaller then 0.02. These values are then reset to 1.0

Jeroen & Monique
 - At Mind -
2013-06-14 13:56:00 +00:00
build_files Python script auto-execution changes: 2013-06-10 00:42:16 +00:00
doc Code cleanup: removed some unused UI button types 2013-06-09 18:05:50 +00:00
extern Update libmv from own branch 2013-06-01 10:30:46 +00:00
intern Fix #35730: cycles not rendering dupliverted metaball, needs another special 2013-06-13 14:33:18 +00:00
release Change edgeloop delete to use dissolve, fixes bug [#35738]. 2013-06-14 03:04:36 +00:00
source Fix for 2013-06-14 13:56:00 +00:00
CMakeLists.txt Python script auto-execution changes: 2013-06-10 00:42:16 +00:00
COPYING
GNUmakefile Fix a mismatch in help message (check_spelling_osl obviously checks OLS, and check_spelling_c, C code! :P ) 2013-05-14 14:37:51 +00:00
SConstruct Fix #35587: Cycles: image movie to single image crashing 2013-06-02 15:02:17 +00:00