-
Corrected light intensity. Before fix
cb3dcff there was an error where number of light was always 24
-
Statement for OpenMP in cImage::UpdatePreview has to be commented out,
because slows down a lot refreshing of image inder Windows.
-
Corrected disabling of OpenMP in UpdatePreview() for Windows (there was
win32 instead of WIN32)
-
branch 2.08-2: Much reduced memory usage of thumbnail widgets placed in
animation table (now uses about 20% of former memory usage). Memory for image is allocated on demand and memory for parameters is freed when thumbnail is already rendered. Much optimized loading of flight animations (table is resized in one step)
-
branch 2.08-2: in cMaterialItemView::paintEvent() added checking if
model() is already assigned. This should fix the problem with crashing of application under OSX. Updated NEWS file
-
Branch 2.08-2: Park-Miller Random Number Generator. optimized random
rumber generator which doesn't use any mutex. This speeds up rendering a lot.
-
Branch 2.08-2: merged changes which implements MyProgressBar (fix non
existing text in progressbar on OSX)
-
Branch 2.08-2: Fixed bug #119: Program crashed when texture scale was 0.
Another approach to eliminate the problem. There was wrong calculation of texture coordinates when texture pixel size was extremely big. It caused out of range error when texture was read.
-
-
branch 2.08-2: fixed bug: NetRender still showed errors of loading
textures from QByteArray. The problem was in cThumbnailWidget which tried to load textures from NetRender source.
-
Branch 2.08-2: corrected number of decimal places in spinboxes for IFS
formula. Added one missing change in settings.cpp
-
Branch 2.08-2: Corrected positioning of textures. Now position is
calculated based on texture coordinates (before it was based on object coordinates) It closes issue: Texture positioning works bad when texture scale != 1.0 #110
-
Commited change based on correct files. I have overwritten zebastian's
changes. Fixed bug: Some sliders are jumping under Win … …10. There is changed size policy for edit fields. This should solve issue #105"
-
Branch 2.08-2: Fixed bug: Some sliders are jumping under Win 10. There
is changed size policy for edit fields. This should solve issue #105
-
Commit to branch: 2.08-2. Fixed bug with loading textures from
QByteArray when NetRender was used on different systems. The problem happened when default texture path was different than on server side.
-
FIX old settings importer ported back
This is a bugfix branch for 2.08-2. This will be a dead-end branch, since a lot of code refactoring has happened, this branch cannot be merged with master. Code Fixes will be needed to be done for master and this branch.
-
-
-
added test cases for flight / keyframe
these testcases should cover the cli functionality of flight and keyframe rendering
-
FIX CLI for keyframes and flight
keyframe and flight animation on cli received segfault for accessing non existing ui parts.
-
Fixed problem with not updated values of spinboxes when slider or dial
buddhi1980 committedJun 27, 2016 was moved by page step event (click by the knob).
-
standard source file headers - scheduler, settings & ssao_worker
some small code adjustments
-
Updated README files. Changed install script to use make with -j2
parameter (faster compilation)