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-21Depsgraph and collection enable/visibilityDalai Felinto
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-07-10Fix T51931: VBO not updating when UVs are added to shader node treeLuca Rood
2017-06-14Merge branch 'master' into blender2.8Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-06-07Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-07Depsgraph: Remove modifiers operation codeSergey Sharybin
2017-04-04Collada export cleanupDalai Felinto
2017-04-04Fix collada exporting for Blender 2.8Dalai Felinto
2017-03-29Fix fit camera view frame to selected objectsDalai Felinto
2017-03-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-03-15Fix T50938: Cache not being reset when changing simulation settings with new ...Sergey Sharybin
2017-03-02Remove tons of OBACTDalai Felinto
2017-03-02Revert "Depsgraph: Add placeholder function to handle objects update"Dalai Felinto
2017-02-17Merge branch 'master' into blender2.8Bastien Montagne
2017-02-14`BKE_boundbox_ensure_minimum_dimensions` is no longer necessaryGermano Cavalcante
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2017-01-31Merge branch 'master' into blender2.8Bastien Montagne
2017-01-31Use the same solution to test the pixel distance to the AABB, with BoundBoxGermano Cavalcante
2017-01-29Remove `BKE_boundbox_ray_hit_check`Germano Cavalcante
2017-01-26Depsgraph: Add placeholder function to handle objects updateSergey Sharybin
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-10-13Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2016-10-13Proxy appending: re-establish link to proxies when they are made localSybren A. Stüvel
2016-07-25Merge branch 'master' into blender2.8Bastien Montagne
2016-07-21Refactor/deduplicate even more make_local code (and fix part of T48907).Bastien Montagne
2016-07-18Merge branch 'master' into blender2.8Campbell Barton
2016-07-14Add option to id_make_local to force localization of datablock, even if not u...Bastien Montagne
2016-07-13Revert "Depsgraph: Russian electric tape bodge to have multiple proxies work"Sergey Sharybin
2016-07-12Merge branch 'master' into blender2.8Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-08Refactor/enhance BKE_object_make_local().Bastien Montagne
2016-06-23Merge branch 'master' into blender2.8Campbell Barton
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-06-07Merge branch 'master' into blender2.8Bastien Montagne
2016-06-06Depsgraph: Russian electric tape bodge to have multiple proxies workSergey Sharybin
2016-04-13Removed blenkernel particle code.Lukas Tönne
2016-01-09Fix broken build from rBd7da51b727725Bastien Montagne
2016-01-09Smoke, Dynamic Paint: de-duplicate object subframe update function.Kévin Dietrich
2015-11-24Fix T46816: Vert/Edge snap fails at edge of boundsCampbell Barton
2015-11-02Library API: pass Main struct to unlink functionsCampbell Barton
2015-10-20First step to handle missing libs/datablocks when reading a file.Bastien Montagne
2015-10-08Fix T46386: Duplicate fails updating driver linksCampbell Barton
2015-09-14Fix T46099: snapping failed on objects with some NULL-dimension in their bbox.Bastien Montagne
2015-09-03View-Selected: use custom bones boundboxCampbell Barton
2015-06-08RNA: Object.shape_key_remove methodCampbell Barton
2015-06-02Cleanup: use const for object copy funcsCampbell Barton
2015-05-12Depsgraph: Add evaluation callbacks for granular nodes updateSergey Sharybin