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-04-02Merge branch 'master' into blender2.8Campbell Barton
2018-04-02Cleanup: move undo into it's own directoryCampbell 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-06Object Mode: use eval_ctx for context/screen codeCampbell Barton
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-09Rename Scene macros back to their original _NEW less namesDalai Felinto
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-09-29Merge branch 'master' into blender2.8Campbell Barton
2017-09-29Vertex Paint: Alpha SupportCampbell Barton
2017-08-15Cleanup/refactor: no new general arg-less macros enforcing var names please!Bastien Montagne
2017-06-19Manipulator: de-duplicate flags and scale optionCampbell Barton
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-05-18Remove "Modern Viewport"Dalai Felinto
2017-02-10Use OBACT_NEW to show the object edit modeDalai Felinto
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2017-01-05Merge branch 'master' into blender2.8Julian Eisel
2017-01-05Show 'Manipulate Center Points' in weight paint modeJulian Eisel
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-10-05Barebones for viewport code apart from 2.7x drawing codeDalai Felinto
2016-04-16Removed remaining uses of the particle edit mode flag.Lukas Tönne
2015-12-13Grease Pencil: Merge GPencil_Editing_Stage3 branch into masterJoshua Leung
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-03-20Cleanup: warnings bit-shift int overflowCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-27Editmesh: Update tooltips for vert/edge/face buttonsCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2013-10-22fix for invalid RNA created for the 3D viewport header (made ID reporting sho...Campbell Barton
2013-05-24fix [#35488] Toggle "Show All Layers" Campbell Barton
2013-05-24remove v3d.modeselect, reduce size of other vars in v3d.Campbell Barton
2013-05-12Fix for [#35224] Transform Orientation - order inconsistencyBastien Montagne
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-03-22code cleanup: use booleans and const's for operator vars.Campbell Barton
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2013-02-26Add: [#34443] Ability to set 'Pivot Center for rotation/scale' missing in wei...Gaia Clary
2013-02-24Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel Gazzán...Bastien Montagne
2012-12-23style cleanup: wrap long lines (>200)Campbell Barton
2012-11-13add an operator for mesh mode switching,Campbell Barton
2012-11-12fix [#33142] Ctrl LMB higher selection mode in edit mode sometimes selects ex...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton