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-12-17Cleanup: replace verbose checks with read-only attributesCampbell Barton
2019-12-17Cleanup: use single quotes for enum valuesCampbell Barton
2019-12-17Cleanup: remove unused variablesCampbell Barton
2019-12-17Cleanup: naming for BKE_fluid particle functionsCampbell Barton
2019-12-17Cleanup: use uintCampbell Barton
2019-12-17Cleanup: remove redundant string initializationCampbell Barton
2019-12-17Cleanup: use snake case variable & function namesCampbell Barton
2019-12-17Cleanup: conform header guards to Blender's styleCampbell Barton
2019-12-17Cleanup: split smoke drawing out into it's own fileCampbell Barton
2019-12-17Cleanup: redundant struct declarationsCampbell Barton
2019-12-17Cleanup: sort struct declarationsCampbell Barton
2019-12-17Cleanup: sort file listsCampbell Barton
2019-12-17Cleanup: use BKE_fluid prefix for fluid APICampbell Barton
2019-12-17PyAPI: disable threading hack when fluid is disabledCampbell Barton
2019-12-17Cleanup: style, always use bracesCampbell Barton
2019-12-17Fix deprecated DNA define checksCampbell Barton
2019-12-17Cleanup: remove contributors, license begin/end & doxy file argumentCampbell Barton
2019-12-17Cleanup: compiler warningsCampbell Barton
2019-12-17Cleanup: clang-formatCampbell Barton
2019-12-17Cleanup: remove redundant headersCampbell Barton
2019-12-17Cleanup: replace 'if 0' with 'DEBUG_PRINT' defineCampbell Barton
2019-12-17Fix linking errors WITH_MOD_FLUID=OFFCampbell Barton
2019-12-16GPencil: Fix unreported missing onion skin in rendersAntonio Vazquez
2019-12-16Mantaflow [Part 12]: Updated docsSebastián Barschkis
2019-12-16Mantaflow [Part 8]: Customization for particle systemSebastián Barschkis
2019-12-16Mantaflow [Part 5]: Update other /intern packagesSebastián Barschkis
2019-12-16Mantaflow [Part 6]: Updates in /blender/sourceSebastián Barschkis
2019-12-16Mantaflow [Part 11]: Updated entire smoke.c codeSebastián Barschkis
2019-12-16Mantaflow [Part 9]: Updated rna smoke codeSebastián Barschkis
2019-12-16Fix: Missing category in IMAGE_PT_paint_settings_advanced panelWilliam Reynish
2019-12-16Mantaflow [Part 7]: Added bake configurationSebastián Barschkis
2019-12-16Mantaflow [Part 4]: Adapted build configSebastián Barschkis
2019-12-16Mantaflow [Part 10]: Updated fluid modifier settingsSebastián Barschkis
2019-12-16Mantaflow [Part 3]: Customized UI for Manta fluidsSebastián Barschkis
2019-12-16Mantaflow [Part 2]: Added fluid wrapper filesSebastián Barschkis
2019-12-16Mantaflow [Part 1]: Added preprocessed Mantaflow source filesSebastián Barschkis
2019-12-16Fix T72467: Crash when using many (>64) images in a shaderLukas Stockner
2019-12-16Fix T72474: UDIM breaks box mapping in CyclesLukas Stockner
2019-12-16Fix T72440: Dragging & dropping color in the Image Editor crashesLukas Stockner
2019-12-16Fix typo in UDIM operator (always capitalize UI labels)Dalai Felinto
2019-12-16UI: de-duplicate mask context menuCampbell Barton
2019-12-16Cleanup: move mask menu out of bl_operatorsCampbell Barton
2019-12-16Cleanup: remove redundant dynamic tool expansionCampbell Barton
2019-12-16Cleanup: pep8, unused vars, line lengthCampbell Barton
2019-12-16Cycles: Fix one-tile UDIM renderingLukas Stockner
2019-12-16Cleanup: whitespaceCampbell Barton
2019-12-16Cleanup: use static setsCampbell Barton
2019-12-15Industry Compat keymap: Fix paint mode context menusWilliam Reynish
2019-12-14UI: tweaks to the brush Stroke panelWilliam Reynish
2019-12-14UI: Brush Settings overhaulWilliam Reynish