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
2017-09-06Merge branch 'master' into blender2.8Campbell Barton
2017-09-05Rigidbody: Fix regression introduced in ee3faddSergej Reich
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-04-21Merge branch 'master' into 28Campbell Barton
2017-04-20Fix T45350: Cache not being recomputed with "Bake All Dynamics"Luca Rood
2017-04-05Depsgraph: Remove all layer bit flags related checksSergey Sharybin
2017-02-15Bring rendering back (update all references to SETLOPPER)Dalai Felinto
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-08-20Fix crash in OpenVDB highres smoke cache when seeking to frame 0.Alexander Gavrilov
2016-08-11Fix T49004 and motion blur of cloth, softbody, etc past the end frame.Alexander Gavrilov
2016-07-26Fix T45936: invalid cycles motion blur for particle rotation and children.Alexander Gavrilov
2016-06-25Cleanup: remove bad-level callCampbell Barton
2016-06-18Cleanup: style, whitespace, doxy filepathsCampbell Barton
2016-04-29Removed point cache blenkernel code.Lukas Tönne
2016-04-28Merge branch 'master' into temp_remove_particlestemp_remove_particlesLukas Tönne
2016-04-25Refactor BKE_blender into separate headersCampbell Barton
2016-04-13Removed remaining use of pointers to particle types as well as boids headers.Lukas Tönne
2016-04-13Removed particle DNA.Lukas Tönne
2016-04-13Removed blenkernel particle code.Lukas Tönne
2016-04-02Fix T47971: rigid body baking crash due to thread race condition.Brecht Van Lommel
2016-02-26Fix T47559: Crash when scrubbing in time on a OpenVDB Smoke.Kévin Dietrich
2016-02-07Fix T47351: slow rigid body sim bake after recent changes to use jobs system.Brecht Van Lommel
2016-02-03Remove redundant file exists checksCampbell Barton
2016-01-31Point Cache: fix typo in smoke_openvdb_read.Kévin Dietrich
2016-01-23Implementation of OpenVDB as a possible cache format for smokeKévin Dietrich
2016-01-17Point Cache bake: make sure endframe is initialize with a decent value.Kévin Dietrich
2016-01-17Point Cache: use job system for bake operators.Kévin Dietrich
2015-11-23Cleanup: shadowing (blenkernel)Campbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-07-31Replace MFace w/ vert-tri's for collision modifierCampbell Barton
2015-06-02Cleanup: use const for object copy funcsCampbell Barton
2015-05-17Cleanup: indentationCampbell Barton
2015-03-13CMake: unbundle LZO libraryCampbell Barton
2015-02-02cleanup: style/spellingCampbell Barton
2015-01-26Cleanup: current/parent paths: add helpers in BLI_path_utils.Bastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-12-19Fix for bad file name string matching in point caches, leading toLukas Tönne
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-10-29Fix T42294: Bullet rigidbody point cache reading was using uninitializedLukas Tönne
2014-09-27Fix T41974: blender ships vulnerable minilzo versionKévin Dietrich
2014-06-23T39690: Modifications to Blender's 'temp dir' system.Bastien Montagne
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-25Always init pointcache frame step to 1.Bastien Montagne
2014-04-13Code cleanup: quiet warnings & styleCampbell Barton
2014-04-11Fix for rigidbody treating the quat as a v3 with pointcacheCampbell Barton
2014-04-02Rename "BLI_cpu.h" to "BLI_system.h" and add to it BLI_getpid() helper.Bastien Montagne