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-11-10Workaround crash rendering font objectsSergey Sharybin
2017-11-09Cleanup: Use full name for scene_layer in makesrnaSergey Sharybin
2017-10-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-25Depsgraph: Need to tag relations for update after new clip was addedSergey Sharybin
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-09-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-14Fix T51416: Blender Crashes while moving SlidersSergey Sharybin
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-12Rename probe to light-probeCampbell Barton
2017-06-09Probe: Add new object datablockClément Foucault
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
2016-12-29Merge branch 'master' into blender2.8Bastien Montagne
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-12-27Fix T50305: Blender truncates a long multibyte character object's name to an ...Bastien Montagne
2016-12-12Merge branch 'master' into blender2.8Bastien Montagne
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2016-11-16Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2016-11-15RNA Main API: set remove's do_unlink default value to true.Bastien Montagne
2016-09-16Merge branch 'master' into blender2.8Sergey Sharybin
2016-09-14Fix missing PaintCurves list in bpy.dataBastien Montagne
2016-08-06Merge branch 'master' into blender2.8Bastien Montagne
2016-08-06Basic Alembic supportKévin Dietrich
2016-08-04Cleanup: Use BKE_gpencil prefixJulian Eisel
2016-07-12Merge branch 'master' into blender2.8Bastien Montagne
2016-07-08Rework/split test_object_materials().Bastien Montagne
2016-07-06Fix Python API error message (do_unlink, instead of unlink)Dalai Felinto
2016-06-27Fix stupid merge error.Bastien Montagne
2016-06-27Merge branch 'master' into blender2.8Bastien Montagne
2016-06-25Cleanup/refactor RNA IDs' `remove` functions.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-04-12Removed most particle system code from RNA.Lukas Tönne
2016-02-15Cleanup: reorganize BKE ID tagging functions.Bastien Montagne
2016-02-15Cleanup: rna_main_api: use macro to define tag() and is_updated rna functions.Bastien Montagne
2016-02-01Docs: warning for loading duplicate movie-clipsCampbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-18Fix T46807: image/clip/sound load has one userCampbell Barton
2015-11-09Fake user: add BKE_library helpers to set/clear that flag.Bastien Montagne
2015-11-02Fix T46626: Crash generating previewsCampbell Barton
2015-11-02Library API: pass Main struct to unlink functionsCampbell Barton
2015-10-23Cleanup: rename 'datablocks' -> 'data-blocks'Campbell Barton
2015-10-22Cleanup: remove script ID-typesCampbell Barton
2015-10-06RNA: Add check_existing arg to other load() funcsCampbell Barton
2015-10-05Image Py API: Expose 'load_exists' to RNA image load(), and extend load_image...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-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-04-30Py/RNA: support to load and remove soundsCampbell Barton