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
2019-02-28Fix T60366: texture paint slots not updating when editing material.Brecht Van Lommel
2019-02-27Cleanup: file rename lamp -> lightCampbell Barton
2019-02-27DNA: rename Lamp -> LightCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove blender-internal update flagCampbell Barton
2019-01-07Cleanup: add trailing commas to structsCampbell Barton
2018-11-08Fix T57689: world nodes / texture not updating for Eevee.Brecht Van Lommel
2018-07-17Cleanup: moving shading type into View3DShading.Brecht Van Lommel
2018-07-10DrawData: Change drawdata to a generic struct shared accross ID typesClément Foucault
2018-06-29Cleanup: remove another bunch of DM usages, includes etc.Bastien Montagne
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-30Draw manager: Fix wrong engine type used for view updateSergey Sharybin
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-18Workspaces: remove workspace engine, use 3D viewport draw mode instead.Brecht Van Lommel
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-03-21Fix T54203: crash changing engine w/ project-paintCampbell Barton
2018-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-08Object Mode: move to workspace structCampbell Barton
2018-01-29Fix T53598: OpenGL Render Animation does not update shadowsSergey Sharybin
2018-01-19Merge branch 'master' into blender2.8Campbell Barton
2018-01-16Draw manager: Make update context aware of what depsgraph causes updateSergey Sharybin
2018-01-16Depsgraph: pass depsgraph to editors update context structSergey Sharybin
2017-12-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-29Draw manager: Listen to depsgraph's ID update callbacksSergey Sharybin
2017-11-28Draw manager: Pass explicit context to DEG scene update callbackSergey Sharybin
2017-11-28Depsgraph: Wrap context used for editors update callback into a structureSergey Sharybin
2017-11-28Depsgraph: Remove workaround for Blender Internal in viewportSergey Sharybin
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-16Fix for objects trailing in viewport when using BI in scene+Eevee in workspaceDalai Felinto
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
2017-09-25DRW : Add new view_update mechanism.Clément Foucault
2017-08-16Update code comments from DAG_id_tag_update to DEG_id_tag_updateDalai Felinto
2017-07-21Depsgraph: Fix missing material update when changing links in node treeSergey Sharybin
2017-07-20Fix T51925: Eevee: Animated Eevee values slowdownSergey Sharybin
2017-07-20Partially revert previous commit, some unwanted changes sneaked inSergey Sharybin
2017-07-20Depsgraph: Use explicit material update operation codeSergey Sharybin
2017-06-29Eevee: No need to free all the gpu materials when world changes.Dalai Felinto
2017-06-26Remove disabled code for freeing shaders on scene updateLuca Rood
2017-06-26Stop object shaders from being updated when changing lamp propertiesLuca Rood
2017-06-23Silence warnings (tsc, tsc)Dalai Felinto
2017-06-23GPUMaterial: Avoid freeing GLSL shaders when changing scene properties.Clément Foucault
2017-06-04World: Add temporary update flag.Clément Foucault
2017-06-01Main Workspace IntegrationJulian Eisel