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
2015-02-03Install_deps: update to new exr/oiio versions, and (hopefully) fix ILMBase messBastien Montagne
2015-02-03Fix possible (unlikely) buffer overrunCampbell Barton
2015-02-03Add inverse-square blending for PET and warpCampbell Barton
2015-02-03BGE: python API initialization cleanupInes Almeida
2015-02-03BGE: python API cleanup - initialization for bge with submodules, closes D615Ines Almeida
2015-02-03BGE: python API cleanup - adding proper initialization to GameTypesInes Almeida
2015-02-03BGE: python API cleanup - replace BLI_program_path with BKE_appdir_program_pathInes Almeida
2015-02-03BGE: python API cleanup - bge submodules definitionsInes Almeida
2015-02-03BGE: python API cleanup - using PyDoc_STRVAR instead of static char*Ines Almeida
2015-02-03BGE: python API initialization cleanupInes Almeida
2015-02-03Fix T43530 using blender on remote connection crashesAntony Riakiotakis
2015-02-03Fix T42510: bake animation wrong result.Bastien Montagne
2015-02-03Fix T43380 modulo operation in GLSL does not return negatives.Antony Riakiotakis
2015-02-03Fix T43514: Environment map doesn't updateSergey Sharybin
2015-02-03Bugfix T43541: Inserting keyframes using sliders in Action Editor doesn't res...Joshua Leung
2015-02-03Fix T43403: Compositor does not respect interlaced videoSergey Sharybin
2015-02-03Fix T43544: Runtime Error when Locale is not validSergey Sharybin
2015-02-03Revert "Keep mingw specific includes ifdef'd"Campbell Barton
2015-02-03Keep mingw specific includes ifdef'dCampbell Barton
2015-02-03MinGW still uses SDL1 - will need to change this of course but no needAntony Riakiotakis
2015-02-03MinGW64 complains about clock, include time.hAntony Riakiotakis
2015-02-03BMesh: optimize selection flushingCampbell Barton
2015-02-03cleanup: inconsistent BMesh select checksCampbell Barton
2015-02-03Possible NULL de-reference on fullsceen checkCampbell Barton
2015-02-03Fix own mistake unlinking text (recent commit)Campbell Barton
2015-02-03Fix copypaste error in x11 tablet initCampbell Barton
2015-02-03BMesh: optimize edge selectCampbell Barton
2015-02-03cleanup: indentation & redundant castsCampbell Barton
2015-02-03cleanup: use bools in drawobjectCampbell Barton
2015-02-02Make MSVC 2013 win32 also use new OpenEXR 2.2Martijn Berger
2015-02-02Bump OpenEXR to 2.2 for windows MSVC 2013Martijn Berger
2015-02-02Warp modifier: remove redundant NULL checkCampbell Barton
2015-02-02Warp modifier: avoid sqrt checking radiusCampbell Barton
2015-02-02Fix T43524: Warp modifier curve clamped to 0-1Campbell Barton
2015-02-02Cycles: OSL kernel now also ignores maybe-uninitializedSergey Sharybin
2015-02-02Cycles: Further tweaks to T43511 to solve compilation error on 32bit platformsSergey Sharybin
2015-02-02Cycles: Solve dependency between camera and object synchronizationSergey Sharybin
2015-02-02Cycles: Ignore -Wmaybe-uninitialized from the kernel in release buildsSergey Sharybin
2015-02-02Selection: avoid uninitialized memory read with occlusion queriesAntony Riakiotakis
2015-02-02Fix for hair child roughness.Lukas Tönne
2015-02-02Adjust GLSL drawing of window coordinates from camera view (use cameraAntony Riakiotakis
2015-02-02Fix for unfreed effector weights in hair dynamics.Lukas Tönne
2015-02-02Fix for unfreed memory due to unnecessary early exit in the freeLukas Tönne
2015-02-02Fix for unfreed memory of internal hair cloth modifier pointcache.Lukas Tönne
2015-02-02Cycles: Remove redundant calculation of w in recent cubic commitSergey Sharybin
2015-02-02Fix T43511: Major slow down with many instanced objects in cycles GPUSergey Sharybin
2015-02-02cleanup: style/spellingCampbell Barton
2015-02-02Avoid warping the pointer when doing constrained texture paintingAntony Riakiotakis
2015-02-02Cycles: Fix inconsistent command line used for runtime kernel compilationSergey Sharybin
2015-02-02minor edits to last commitCampbell Barton