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-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
2018-02-28Null pointer check exiting sculpt modeCampbell Barton
2018-02-28Null pointer check exiting sculpt modeCampbell Barton
2018-02-28WorkSpace: use existing objects mode on selectCampbell Barton
2018-02-28Workspace: sync object-modes to other workspacesCampbell Barton
2018-02-28Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-28Code cleanup: fix a few harmless warnings.Brecht Van Lommel
2018-02-28Code cleanup: make viewport free simpler and consistent with GPU module.Brecht Van Lommel
2018-02-28Code cleanup: fix a few compiler warnings.Brecht Van Lommel
2018-02-28DRW: Fix broken particle drawing.Clément Foucault
2018-02-28Object Mode: Fix incorrect lightprobe wire color when in edit mode.Clément Foucault
2018-02-28Cleanup: comment for depth picking code, const argsCampbell Barton
2018-02-28DRW: Disable depth test when drawing statisticsClément Foucault
2018-02-28Cleanup: use 'uint' for GPU_selectCampbell Barton
2018-02-28DRW: Fix negative scale object drawing.Clément Foucault
2018-02-28DRW: Refactor & Split draw_manager.c into multiple files.Clément Foucault
2018-02-28BLI_link_utils: Add BLI_LINKS_APPEND(list, link)Clément Foucault
2018-02-28Cleanup: macros using _END, should have a _BEGINCampbell Barton
2018-02-28Fix Cycles to mostly work with render layer / depsgraph changes.Brecht Van Lommel
2018-02-28Refactor depsgraph/render logic to serve evaluated depsgraph to enginesDalai Felinto
2018-02-28Depsgraph: Expose query to get view layer to RNADalai Felinto
2018-02-27merge Collada changtes from masterGaia Clary
2018-02-27Merge commit '6aadd61bd892d3908ed8151' into blender2.8Dalai Felinto