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
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-04-04Merge branch 'master' into blender2.8Bastien Montagne
2018-04-04Fix modifier freeing code re. ID refcounting.Bastien Montagne
2018-03-10BoundBox: Fix wrong max in BKE_boundbox_alloc_unit.Clément Foucault
2018-02-21Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-21Depsgraph: Split debug flagsSergey Sharybin
2018-02-09Cleanup: use workspace for object_mode when possibleCampbell Barton
2018-02-08Fix mixed weight-paint & pose modeCampbell Barton
2018-02-08Object Mode: move to workspace structCampbell Barton
2018-02-06Use eObjectMode for function argumentsCampbell Barton
2018-02-06Object Mode: Use eval_ctx mode for drawing, paint & modifiersCampbell Barton
2018-01-29Refactor object engine data storageSergey Sharybin
2018-01-19Depsgraph: Fix freeing of evaluated meshSergey Sharybin
2017-12-21Implement duplicator viewport/render visibility optionsDalai Felinto
2017-12-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-13Depsgraph / Object update: Query data update flag from data itselfSergey Sharybin
2017-12-01Groups and collection: initial integrationDalai Felinto
2017-12-01Depsgraph: Use per-ID flags to see whether update is neededSergey Sharybin
2017-11-29Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-29Cleanup: De-duplicate code in object update routinesSergey Sharybin
2017-11-29Cleanup: Make object_handle_update easier to followSergey Sharybin
2017-11-29Depsgraph: Remove object-specific flag which was storing update tagSergey Sharybin
2017-11-27Fix T53291: Deleting objects do not delete them from the blend fileDalai Felinto
2017-11-23Cleanup: Rename ViewLayer *sl > ViewLayer *view_layerDalai Felinto
2017-11-23Merge branch 'master' into blender2.8Bastien Montagne
2017-11-23Cleanup: use signed atomic ops when needed.Bastien Montagne
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-09Rename Scene macros back to their original _NEW less namesDalai Felinto
2017-11-08Farewell Scene->baseDalai Felinto
2017-11-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-19Fix/properly implement: "make group proxy"Dalai Felinto
2017-09-27Merge branch 'master' into blender2.8Campbell Barton
2017-09-27Vertex/Weight Paint: Use PBVH for paintingCampbell Barton
2017-09-21Depsgraph and collection enable/visibilityDalai Felinto
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-08-15Fix missing clear of Object->drawdata listbase in new copying code.Bastien Montagne
2017-08-15Cleanup/refactor: no new general arg-less macros enforcing var names please!Bastien Montagne
2017-08-11Merge branch 'master' into blender2.8Campbell Barton
2017-08-11Cleanup: whitespaceCampbell Barton
2017-08-07Merge again...Bastien Montagne
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-07-27Copy on write: Make sure freeing evaluated mesh does not cause crash when re-...Sergey Sharybin
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-19Depsgraph: Initial groundwork for copy-on-write supportSergey Sharybin
2017-06-14Merge branch 'master' into blender2.8Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-06-12Rename probe to light-probeCampbell Barton
2017-06-09Implement a new util function to get reference of mesh tex spaceDalai Felinto