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-07-18Merge branch 'master' into blender2.8Brecht Van Lommel
2018-07-18Compositor: Cryptomatte compositing node.Stefan Werner
2018-07-03Merge branch 'master' into blender2.8Campbell Barton
2018-07-03Python: Print file:line when editing UI sourceCampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01Cleanup: right shift in interface codeCampbell Barton
2018-06-29Refactor static override code to pass Main around.Bastien Montagne
2018-06-20UI: fix "Edit Source" operatorCampbell Barton
2018-06-20Revert "UI: fix "Edit Source" operator"Campbell Barton
2018-06-20UI: fix "Edit Source" operatorCampbell Barton
2018-06-05Merge branch 'master' into blender2.8Bastien Montagne
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-05-23Merge branch 'master' into blender2.8Campbell Barton
2018-05-23Cleanup: strip trailing space from interface filesCampbell Barton
2018-05-09Rename: RNA_property_override_status > RNA_property_static_override_statusDalai Felinto
2018-05-08Collections: remove per collection and view layer engine overrides.Brecht Van Lommel
2018-04-23Static Overrides: hide/deactivate all but 'REPLACE' operation.Bastien Montagne
2018-04-05Merge branch 'master' into blender2.8Campbell Barton
2018-04-05Undo: split text undo steps out of the data-blockCampbell Barton
2018-03-14Cleanup: use flags instead of collection of bools to get RNA override status.Bastien Montagne
2018-01-21Merge branch 'master' into blender2.8Germano
2018-01-21Cleanup: styleCampbell Barton
2017-12-12Merge branch 'master' into blender2.8Campbell Barton
2017-12-12Add eyedropper to color-ramp widgetRay Molenkamp
2017-12-04Cleanup: whitespaceCampbell Barton
2017-11-29ID Static Override: add basic generic UI tools to control override of propert...Bastien Montagne
2017-11-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-09-07Merge branch 'master' into blender2.8Campbell Barton
2017-09-07Cleanup: remove goto'sCampbell Barton
2017-09-07UI: fix memory leak when copy-to-selected failedCampbell Barton
2017-08-31Merge branch 'master' into blender2.8Campbell Barton
2017-08-29Support Copy To Selected and Alt-Click for F-Curves in the curve editor.Alexander Gavrilov
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-05-10Make sure 'use_property_button_exec' can deal with arrays as wellDalai Felinto
2017-04-13Update despsgraph when set/unset variablesDalai Felinto
2017-03-30Layers: use IDProperty and override collection properties systemDalai Felinto
2017-03-10Fix T50900: Text-Blocks created from "Edit Source" have zero users.Bastien Montagne
2016-10-20Python API: add full_path parameter for bpy.ops.ui.copy_data_path_button.christian brinkmann
2016-09-21UI: Make eyedropper shortcut configurableJulian Eisel
2016-09-21UI: Make button driver and keying set shortcuts configurableJulian Eisel
2016-09-21UI: Configurable shortcuts for keyframe operatorsJulian Eisel
2016-09-21Make space context cycling a proper screen-level OPJulian Eisel
2016-09-21UI: Support UI operators with configurable shortcutsJulian Eisel
2016-09-05UI: Ctrl+Tab and Ctrl+Shift+Tab to cycle through space context "tabs"Julian Eisel
2016-07-14Fix T48845: Crash when right-clicking on a curve propertyKévin Dietrich
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-01Usual UI/i18n message cleanup (get rid of last remaining 'addon' too).Bastien Montagne