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-02-14Object Mode: remove Scene.obeditCampbell Barton
2018-02-13Merge branch 'master' into blender2.8Campbell Barton
2018-02-13Add ED_object_editmode_exit_exCampbell Barton
2018-02-13Object Mode: remove Scene.obeditCampbell Barton
2018-02-13Object Mode: remove Scene.obedit for 3D ViewCampbell Barton
2018-02-09Cleanup: use workspace for object_mode when possibleCampbell Barton
2018-02-08Merge branch 'master' into blender2.8Campbell Barton
2018-02-08Fail gracefully when editmode data doesn't existCampbell Barton
2018-02-08Object Mode: move to workspace structCampbell Barton
2018-02-07Merge branch 'master' into blender2.8Campbell Barton
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2018-02-06Merge branch 'master' into blender2.8Campbell Barton
2018-02-06DNA: move eObjectMode into own headerCampbell Barton
2018-02-06Object Mode: use eval_ctx for modifiers_isCorrectableDeformedCampbell Barton
2018-02-06Object Mode: use eval_ctx for get_active_constraintsCampbell Barton
2018-02-06Object Mode: pass eval_ctx to ED_object_iter_otherCampbell Barton
2018-02-06Object Mode: use eval_ctx for paint & objectCampbell Barton
2018-02-06Object Mode: Use eval_ctx mode for drawing, paint & modifiersCampbell Barton
2018-02-06Object Mode: use obdata when loading from editmodeCampbell Barton
2018-02-02Merge branch 'master' into blender2.8Campbell Barton
2018-02-02Cleanup: wrap function argsCampbell Barton
2018-02-01Finalize/enable new static override for linked groups.Bastien Montagne
2018-01-30Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-30Fix T52520: Metaballs in edit mode causes infinite Cycles viewport resetSergey Sharybin
2018-01-25No need to tag depsgraph id when dropping objects from the outlinerDalai Felinto
2018-01-25Fix crash when drag&drop invisible object from outliner to viewportDalai Felinto
2018-01-25Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2018-01-25Fix T50967: When you move an icon from the outliner area object doesn't show upDalai Felinto
2018-01-22Collections/Layer cleanup: Remove all reference to filter objectsDalai Felinto
2018-01-16Static override: cleanup: name consistency.Bastien Montagne
2018-01-16Static override: enhance 'make override' operator.Bastien Montagne
2018-01-16Static overrides API: add functions to create overrides from several databloc...Bastien Montagne
2017-12-19Fix T53583: Crash when instancing a group with an armatureDalai Felinto
2017-12-13Object selection: Fixing cases where old selection flag was usedDalai Felinto
2017-12-07Merge branch 'master' into blender2.8Campbell Barton
2017-12-07Cleanup: extract BKE_colorband from BKE_textureCampbell Barton
2017-12-01Cleanup: Proper silencing of unused vars( for now).Bastien Montagne
2017-12-01Groups and collection: initial integrationDalai Felinto
2017-12-01Workspaces: Store an active view-layer per sceneJulian Eisel
2017-12-01Silence warning from object_relations.cDalai Felinto
2017-11-30Fix memory leak when single_obdata_users() fails to copy datablockDalai Felinto
2017-11-30Fix lightprobe single user not workingDalai Felinto
2017-11-29Make basic object & bones transformations overridable.Bastien Montagne
2017-11-28Depsgraph: Don't call DEG ID update functions directlySergey Sharybin
2017-11-24Depsgraph: Fix crash when deleting object which is linked both directly and i...Sergey Sharybin
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-20Merge branch 'master' into blender2.8Campbell Barton
2017-11-20Cleanup: BLI headers firstCampbell Barton