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
2020-08-19BLI: improve exception safety of Vector, Array and StackJacques Lucke
2020-08-19LibOverride: Add initial version of 'resync' operation.Bastien Montagne
2020-08-19Cycles : add a Volume Geometry NodeKévin Dietrich
2020-08-19GPencil: Change default Onion Keyframe mode to ALLAntonio Vazquez
2020-08-19RNA: Validate scene/view-layer combination for statistics queryJulian Eisel
2020-08-19Fix T79816: Restore scene.statistics() BPY functionHans Goudey
2020-08-19Fix incorrect number of recent items displayed in splashBrecht Van Lommel
2020-08-19Fix T79816: Restore scene.statistics() BPY functionHans Goudey
2020-08-19Cleanup: compiler warningsBrecht Van Lommel
2020-08-19GPUShader: Fix apple clang warningsClément Foucault
2020-08-19DRW: Fix crash drawing gpencilClément Foucault
2020-08-19Turn experimental features ON for masterDalai Felinto
2020-08-19Revert "Turn experimental features on for master (alpha)"Dalai Felinto
2020-08-19Fix compiler error in MSVSCAntonio Vazquez
2020-08-19Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-19Fix T77300: Some scientific notation evaluation has incorrect resultsHans Goudey
2020-08-19Cleanup: update mball.c commentsCampbell Barton
2020-08-19Cleanup: spellingCampbell Barton
2020-08-19Collections: Add color tagging and use in outlinerNathan Craddock
2020-08-19Cleanup: warningsCampbell Barton
2020-08-19Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-19Collections: Include new collection color iconNathan Craddock
2020-08-19BLI_listbase: add utility macro for looping over lists with an indexCampbell Barton
2020-08-19Collections: Add color tagging & use in outlinerNathan Craddock
2020-08-19Merge branch 'master' into soc-2020-outlinerNathan Craddock
2020-08-19UI Code Quality: Use LISTBASE_FOREACH in interface directoryHans Goudey
2020-08-19BLI Listbase: Add iterator macro that increments an indexHans Goudey
2020-08-19Cleanup: Remove broken context menu mode toggle codeNathan Craddock
2020-08-19Cleanup: Outliner mode toggle warningsNathan Craddock
2020-08-19Cleanup: Remove unused outliner select codeNathan Craddock
2020-08-19Cleanup: Remove unused tree sort codeNathan Craddock
2020-08-18Merge branch 'master' into soc-2020-outlinerNathan Craddock
2020-08-18Merge branch 'blender-v2.90-release'Clément Foucault
2020-08-18Cleanup: GPUState: Remove GPU_state_init()Clément Foucault
2020-08-18GPUState: Use GPU_viewport to set viewport state in GPU_framebufferClément Foucault
2020-08-18GPUState: Port default state to StateManager constructorClément Foucault
2020-08-18Cleanup: DRW: Use GPUState instead of raw opengl callsClément Foucault
2020-08-18GPUState: Only apply state before drawingClément Foucault
2020-08-18Cleanup: GPUState: Remove stack from the state manager and rename itClément Foucault
2020-08-18GPUState: Remove gpuPushAttr/gpuPopAttrClément Foucault
2020-08-18GPUState: Make use of GPUStateStack classClément Foucault
2020-08-18Cleanup: GPUState: remove double GPU_blend callsClément Foucault
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: GPUState: remove use of GPU_blend_set_funcClément Foucault
2020-08-18Cleanup: GPUState: Replace blend func separate by enumClément Foucault
2020-08-18Cleanup: GPU: Move towards an explicit Blend stateClément Foucault
2020-08-18GPUState: Add GL backend and state tracking but do not use itClément Foucault
2020-08-18Cleanup: GPU: Remove uneeded depth precision getter.Clément Foucault
2020-08-18Cleanup: GPUState: remove float variant of GPU_scissor_getClément Foucault
2020-08-18GPUShader: Add debug labelsClément Foucault