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-02WorkSpace: Simplify exiting mode after changesCampbell Barton
2018-03-02WorkSpace: move edit mode w/ sync into own funcCampbell Barton
2018-03-02Correct draw manager locking flag checkCampbell Barton
2018-03-02WorkSpace: ED_workspace_object_mode_in_other_window check other windowsCampbell Barton
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
2018-02-28Cycles: change principled BSDF default distribution and SSS.Brecht Van Lommel
2018-02-28Point cache: Pass EvaluationContext for all the related functionsDalai Felinto
2018-02-28merge from master (needed to fix collada headerfiles which have been modified...Gaia Clary
2018-02-28Fix T52685, part II: Add option to strip numbers from flipped bone names again.Bastien Montagne
2018-02-28collada: EvaluationContext is now feeded into the class instances of Animatio...Gaia Clary
2018-02-28Fix T52685: Flip names for bones its not working.Bastien Montagne
2018-02-28Radial control: Skip operator properties from being savedSergey Sharybin
2018-02-28Collada: Make EvaluationContext const as its only used for reading hereGaia Clary
2018-02-28collada: call from operator to Collada exporter/importer now uses structures ...Gaia Clary
2018-02-28Collada: Moved structure definitions for export settings to the exportSetting...Gaia Clary
2018-02-28WorkSpace: UI filtering for add-onsCampbell Barton
2018-02-28Depsgraph: Update tool settings when updating CoW sceneSergey Sharybin
2018-02-28Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-28De-duplicate tool settings copy and make tool settings freeing reusableSergey Sharybin