Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-06-20Fix #35807: blender internal motion blur render without antialiasing wouldBrecht Van Lommel
2013-06-20Fix #35439: Render Border have weird influence on compositingSergey Sharybin
2013-06-16when setting the subframe for large frames (250,000+) the precision was very ...Campbell Barton
2013-06-13Fix blender internal showing SSS preprocessing status message even if there i...Brecht Van Lommel
2013-06-13Fix #35664: blender internal material index pass + ztransp + multiple materialsBrecht Van Lommel
2013-06-13Fix #35735: blender internal viewport rendering was missing SSS update whenBrecht Van Lommel
2013-06-11Fix #35561: freestyle + read full sample layers = crash.Tamito Kajiyama
2013-06-10Fix #35681: cycles excluded layers still got evaluated before and afterBrecht Van Lommel
2013-06-08code cleanup: warn undefined compiler defines.Campbell Barton
2013-06-01Fix for r56965 by Tamito:Thomas Dinges
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-29Make sure bool will always have the same size in C and C++Sergey Sharybin
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28code cleanup: comment/remove unused definesCampbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-24Fix #35493: Blender crash when rendering in terminal modeSergey Sharybin
2013-05-22Temporary fix for [#35467] wrong lines with panoramic camera.Tamito Kajiyama
2013-05-22Fix #35458: SIGSEGV ( crash ) in imagewraposa()Sergey Sharybin
2013-05-21remove return value from MEM_freeN, it wasn't used anywhere and was cast to a...Campbell Barton
2013-05-20code cleanup: scons - binreloc include was copied all over the place for no r...Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-173D Viewport rendering (Blender Internal)Ton Roosendaal
2013-05-16Fix #35384: animation to enable/disable render layers was applied one frame tooBrecht Van Lommel
2013-05-16fix [#35385] freestyle rendering crash blenderCampbell Barton
2013-05-15Fixes for blender internal viewport render:Brecht Van Lommel
2013-05-15Fix for missing finalization of memory blocks allocated in the Freestyle module.Tamito Kajiyama
2013-05-13fix [#35335] Crash when rendering a text object with a remesh modifier and a ...Campbell Barton
2013-05-12Viewport Render Internal:Ton Roosendaal
2013-05-123D viewport render preview:Ton Roosendaal
2013-05-11style cleanupCampbell Barton
2013-05-10Fix #35269: compositing setup with only file output node and no composite nodeBrecht Van Lommel
2013-05-09fix [#35280] blender crashes when setting Environment Map imagefileCampbell Barton
2013-05-08Fix #35219: blender internal auto ray bias to avoid the terminator shadowBrecht Van Lommel
2013-05-08Fix #35240: command line -t number of threads option did not work for cycles.Brecht Van Lommel
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-05-08use static functions for raycast functions.Campbell Barton
2013-05-06Fix crash rendering material with "Face Textures" option.Brecht Van Lommel
2013-04-26Fix 35091: Blender internal does not render face texture alphaSergey Sharybin
2013-04-25Fix freestyle crash due to freed memory access. The render data needs to beBrecht Van Lommel
2013-04-24Fix flickering black tiles in preview render, after viewport render commit, it'sBrecht Van Lommel
2013-04-24Fix #34783: smoke simulation crash when changing frame while preview rendering.Brecht Van Lommel
2013-04-24Fix for #34739 and #35060, avoid ambiguity in compositor viewer nodes.Lukas Toenne
2013-04-24fix relating to r56260, when in vertex paint mode the mesh would have tessfac...Campbell Barton
2013-04-24fix glitch where vertex baking wouldn't always refresh the mesh.Campbell Barton
2013-04-24Fix for full-sample anti-aliasing (FSAA) not working with Freestyle.Tamito Kajiyama
2013-04-21Minor code clean-up & removal of unused code segments.Tamito Kajiyama
2013-04-18Bugfix #34895Ton Roosendaal
2013-04-18Bug fix #35017Ton Roosendaal
2013-04-18Make freestyle use local Main for temporary objectsSergey Sharybin