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-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-02-17Code cleanup: remove WM subwindows.Brecht Van Lommel
2018-02-14GPU: use alpha blend that works for drawing to transparent buffer.Brecht Van Lommel
2018-02-13Object Mode: remove Scene.obeditCampbell Barton
2018-02-08Object Mode: move to workspace structCampbell Barton
2018-02-06Fix crash when no active objectDalai Felinto
2018-02-06Use eObjectMode for function argumentsCampbell Barton
2018-02-06Object Mode: pass as arg to stats_stringCampbell Barton
2017-12-27Fix missing redraws when changing active view-layer or its nameJulian Eisel
2017-12-01Groups and collection: initial integrationDalai Felinto
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-10-18Layers: Fix selected lamp and dupli count for info statsDalai Felinto
2017-10-16Merge branch 'master' into blender2.8Campbell Barton
2017-10-16WM: refactor gestures for use as toolsCampbell Barton
2017-10-16Cleanup: modal operator border callback namesCampbell Barton
2017-07-06Merge branch 'master' into blender2.8Sergey Sharybin
2017-07-06Fix T51015: Pack all into blend automatically leaves checkbox enabled.Bastien Montagne
2017-06-19Gawain API naming refactorCampbell Barton
2017-06-01Main Workspace IntegrationJulian Eisel
2017-05-16Fix info header stats to iterator over layer instead of sceneDalai Felinto
2017-05-02Add scene argument for notifiersCampbell Barton
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-03-09Immediate Mode: Updated commented out code from textview.cDalai Felinto
2017-03-09Immediate Mode: Fix text color for Info and Console editorsDalai Felinto
2017-02-10Remove most (maybe all?) remaining yellow textJulian Eisel
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2017-01-26Fix T50530: Crash on Info Editor "console"Dalai Felinto
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-11-18OpenGL: textview port to immediate mode -> T49043Mike Erwin
2016-04-28Merge branch 'master' into temp_remove_particlestemp_remove_particlesLukas Tönne
2016-04-25Refactor BKE_blender into separate headersCampbell Barton
2016-04-12Removed all direct uses of BKE_particle.h and DNA_particle_types.h from sourc...Lukas Tönne
2016-02-07Cleanup: line widthCampbell Barton
2016-01-10Some minor fixes from coverity reports.Bastien Montagne
2016-01-04Remove SCons building systemSergey Sharybin
2015-12-01Python Console: store font id in a drawing contextCampbell Barton
2015-11-28Cleanup: 'area' vs 'region'Julian Eisel
2015-08-23This commit makes it possible to select the sort mode whenever we invoke an o...Thomas Beck
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-04SCons: Fix for really nasty bug with polluting configuration environmentSergey Sharybin
2015-07-14Cleanup: replace BLI_split_file_part w/ BLI_path_basenameCampbell Barton
2015-06-17Cleanup: duplicate includesCampbell Barton
2015-05-01Auto pack: don't show "No new files have been packed" on every .blend file save.Brecht Van Lommel
2015-04-24Add debug option --debug-gpumem to show GPU memory used in status bar.Antony Riakiotakis
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-18Fix for console & info clipping text too earlyCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-10-28Fix T41041: 'Delete keyframe' removes markers tooCampbell Barton
2014-10-08Ghost Context RefactorJason Wilkins