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
path: root/source
AgeCommit message (Expand)Author
2018-03-02Eevee: Cleanup & fix Warnings.Clément Foucault
2018-03-02DRW: Add DRWMatrixState to manage all matrices together.Clément Foucault
2018-03-02DRW: Refactor simple instancing.Clément Foucault
2018-03-02Object Mode: Make use of optimized DRW_shgroup_call_object_addClément Foucault
2018-03-02Clay: Perf: Early out of SSAO if there is no need for it.Clément Foucault
2018-03-02Fix build errors in LinuxDalai Felinto
2018-03-02Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-02Depsgraph: Fix dependency cycle when ID prop drives ID propertySergey Sharybin
2018-03-02Depsgraph: Silence obviously noisy relations build errorsSergey Sharybin
2018-03-02Depsgraph: Cleanup, use dedicated function to ensure node existsSergey Sharybin
2018-03-02WorkSpace: Simplify exiting mode after changesCampbell Barton
2018-03-02Depsgraph: Cleanup, function return valueSergey Sharybin
2018-03-02WorkSpace: move edit mode w/ sync into own funcCampbell Barton
2018-03-02Correct draw manager locking flag checkCampbell Barton
2018-03-02Depsgraph: Fix cycle detector to handle closed loopsSergey Sharybin
2018-03-02Cleanup: Avoid double semi-colonSergey Sharybin
2018-03-02WorkSpace: ED_workspace_object_mode_in_other_window check other windowsCampbell Barton
2018-03-02Maintain scaling ratio of non-free axes in Maintain Volume T48079 fix.Alexander Gavrilov
2018-03-02WorkSpace: object-sync when changing workspaces.Campbell Barton
2018-03-02Cleanup: move ED_object_mode_generic_* to object_modes.cCampbell Barton
2018-03-02Merge branch 'master' into blender2.8Campbell Barton
2018-03-02Merge branch 'master' into blender2.8Campbell Barton
2018-03-02Object Mode: move logic to 'object_modes.c'Campbell Barton
2018-03-02Cleanup: remove object-mode 'reset' checkCampbell Barton
2018-03-02Cleanup: rename 'screen_changed_update'Campbell Barton
2018-03-02WorksSpace: sync object-modes when changing sceneCampbell Barton
2018-03-02FCurve: only calculate single axis lengthCampbell Barton
2018-03-02Fix building w/o PythonCampbell Barton
2018-03-02Cleanup: remove printCampbell Barton
2018-03-02Remove legacy code used for sequencer preview imageDalai Felinto
2018-03-01Discard non-free axis scaling in Maintain Volume to improve 2.79 compat.Alexander Gavrilov
2018-03-01Refactor: Merge non-functional-change part of 'edit normals' 2017 GSoC.Bastien Montagne
2018-03-01More clean of macros with an _END and no _BEGINDalai Felinto
2018-03-01Fix assert on exit edit-modeCampbell Barton
2018-03-013D View: minor selection tweaksCampbell 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-03-01DRW: add ability to lock states from changingCampbell Barton
2018-03-01Merge branch 'master' into blender2.8Campbell Barton
2018-03-01GPU_select: remove unused finalize functionCampbell Barton
2018-03-01Fix T54190: Occlusion query select failedCampbell Barton
2018-03-01DRW: Initial implementation of Frustum culling.Clément Foucault
2018-03-01Clay: Make use of optimized DRW_shgroup_call_object_add.Clément Foucault
2018-03-01DRW: DRWCallState: Fix matflag being overwritten by other engines.Clément Foucault
2018-03-01DRW: Codestyle: Remove DRWCallHeader and DRWCallGenerateClément Foucault
2018-03-01DRW: Reuse DRWCallState for the same object.Clément Foucault
2018-03-01DRW: Merge calls_generate pool with calls pool & add DRWCallState pool.Clément Foucault
2018-03-01DRW: Fix warnings in Release Build.Clément Foucault
2018-02-28Merge branch 'master' into blender2.8Brecht Van Lommel