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-12-01Workspaces: Store an active view-layer per sceneJulian Eisel
2017-11-23Cleanup: Rename ViewLayer *sl > ViewLayer *view_layerDalai Felinto
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-20Avoid passing context to motion path calculationCampbell Barton
2017-11-09Rename Scene macros back to their original _NEW less namesDalai 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-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-17Merge branch 'master' into blender2.8Campbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-08-28Fix T52498: Deleting force field doesn't remove "Surface" from modifier stack.Bastien Montagne
2017-08-27Fix T52498: Deleting force field doesn't remove "Surface" from modifier stack.Bastien Montagne
2017-08-22Cleanup: naming for mesh dirty flagsCampbell Barton
2017-08-15Cleanup/refactor: no new general arg-less macros enforcing var names please!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-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-26Fix T51559: Update draw cache when changing flat/smooth shadingLuca Rood
2017-06-19Depsgraph: Initial groundwork for copy-on-write supportSergey Sharybin
2017-06-13Woarkspace: Remove residue of hidden typeSergey Sharybin
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-06-01Main Workspace IntegrationJulian Eisel
2017-03-30Layers: Scene->basact > SceneLayer->basact (more work)Dalai Felinto
2017-03-29Base: update (unused) image_aspect function, copy_attr_menu and its sub-funct...Dalai Felinto
2017-03-02Remove tons of OBACTDalai Felinto
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2016-09-03Fix T49229: ID user decrement error when deleting group instance twice.Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-21Text Object: Vertical AlignmentDalai Felinto
2016-04-29Fix T48290: Hook fails after deleting geometryCampbell Barton
2016-04-29Remove redundant selection flush callCampbell Barton
2016-02-27Fix T47593: 'Move to layer' will be crash in blender 2.77rc1.Bastien Montagne
2016-02-26Restore ability to clear motionpaths from selected objects/bones onlyJoshua Leung
2016-02-07Motion Paths: Use custom poll functions for "Update" operatorJoshua Leung
2016-02-07Clear motionpaths for all objects and bones instead of only selected onesJoshua Leung
2016-01-04Fix T47038: Particles in Particle Edit Mode get added in completely wrong loc...Bastien Montagne
2015-12-13Grease Pencil: Merge GPencil_Editing_Stage3 branch into masterJoshua Leung
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-18Cleanup: editor api namingCampbell Barton
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-08-31Fix T45258, impossible to select brush when removing it from 2dAntony Riakiotakis
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-06-28BGE: added clamping of angular velocity.Sybren A. Stüvel
2015-05-24Fix RNA type accessCampbell Barton
2015-05-12Depsgraph: Add additional relations/id update tagsSergey Sharybin
2015-04-22Fix crashes when moving game property with invalid index (from py/redoJulian Eisel
2015-04-22Logic Editor: Buttons for moving game properties up/downTristan Porteries
2015-03-16Fix T43976: Edit-mode crash /w (scene/screen.scene) mismatchCampbell Barton