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-06-25Cleanup: rename object base flags to be more clear.Brecht Van Lommel
2018-06-13Tag object/scene for selection update from operatorsSergey Sharybin
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-05-31Merge branch 'master' into blender2.8Bastien Montagne
2018-05-31Cleanup: get rid of last G.main usages in BKE library code.Bastien Montagne
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-03-30Select Grouped: Collection Part IIDalai Felinto
2018-03-30Select Grouped: Collection Part IDalai Felinto
2018-03-02WorkSpace: ED_workspace_object_mode_in_other_window check other windowsCampbell Barton
2018-03-02Cleanup: remove object-mode 'reset' checkCampbell Barton
2018-03-01WorkSpace: fix mode exiting w/ multi-windowCampbell Barton
2018-03-01Cleanup: macro's w/ an _END need a matching _BEGINCampbell Barton
2018-03-01Missing assignment in object mode syncCampbell Barton
2018-02-28WorkSpace: use existing objects mode on selectCampbell Barton
2018-02-22WorkSpace: object-mode switching supportCampbell Barton
2018-02-22Add NULL checks to ED_object_base_activateCampbell Barton
2018-02-16Object Mode: exit sculpt on selectionCampbell Barton
2018-02-16Object Mode: exit vert/weight paint on selectionCampbell Barton
2018-02-09Cleanup: use workspace for object_mode when possibleCampbell Barton
2018-02-08Object Mode: move to workspace structCampbell Barton
2018-02-06Object Mode: use eval_ctx for paint & objectCampbell Barton
2017-12-13Object selection: Fixing cases where old selection flag was usedDalai Felinto
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-09Farewell BaseLegacyDalai Felinto
2017-11-09Rename Scene macros back to their original _NEW less namesDalai Felinto
2017-11-09Farewell Scene->basactDalai Felinto
2017-11-08Farewell Scene->baseDalai Felinto
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-08-15Cleanup/refactor: no new general arg-less macros enforcing var names please!Bastien Montagne
2017-06-13Woarkspace: Remove residue of hidden typeSergey Sharybin
2017-06-01Main Workspace IntegrationJulian Eisel
2017-04-24Convert BaseLegacy to Base (part)Luca Rood
2017-03-29Base: update select_groupDalai Felinto
2017-02-09More housecleaning (BASACT > BASACT_NEW)Dalai Felinto
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2017-01-16Cleanup/refactor: move BKE_deform_flip_side_name & co to BLI_string_utilsBastien Montagne
2017-01-16Cleanup/refactor: get rid of fixed name limit in BKE_deform_flip_side_name & co.Bastien Montagne
2016-07-15Fix select grouped parent, extend option was ignoredCampbell Barton
2016-03-28Fix T47969: Select Random always uses same seedCampbell Barton
2016-01-14Add object mode select more/lessCampbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-10-10Random Select Seed OptionCampbell Barton