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
2021-12-14Fix possible use-after-free on error handling during VR view drawingJulian Eisel
2021-12-14Fix Cycles compilation with CUDA / Optix after recent Map Range additions.Thomas Dinges
2021-12-14Nodes: Add vector support to Map Range nodeCharlie Jolly
2021-12-14Cleanup: Remove unused argumentsHans Goudey
2021-12-14Cleanup: Remove runtime uiBlock pointer from nodesHans Goudey
2021-12-14Cleanup: Simplify node group input and output socket verificationHans Goudey
2021-12-14Geometry Nodes: support instance attributes when realizing instancesJacques Lucke
2021-12-14Geometry Nodes: simplify using selection when evaluating fieldsJacques Lucke
2021-12-14Fix T93920: Wrong field inferencing state with unavailable socketHans Goudey
2021-12-14Fix T93649: Blender freezes when saving with active VR sessionJulian Eisel
2021-12-14Cleanup: consistent naming for the blender file nameCampbell Barton
2021-12-14Cleanup: remove oudated comment from early COW developmentCampbell Barton
2021-12-14Cleanup: use typed enum for wmDrag.flagsCampbell Barton
2021-12-14Cleanup: reorganize doxygen modulesCampbell Barton
2021-12-14Cleanup: resolve parameter mis-matches in doc-stringsCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-14Fix T91005: Autosplit produces unusable filesRichard Antalik
2021-12-14Fix T93844: High memory usage during VSE previewRichard Antalik
2021-12-14Remove G.save_overCampbell Barton
2021-12-14Cleanup: clang-formatCampbell Barton
2021-12-14Fix T94022: Both options GPU/CPU checked under preferences cause viewport ren...Michael Jones
2021-12-14Cleanup: Remove unused curve types from enumPiotr Makal
2021-12-13UI: String Search: Add an optional weight parameterHans Goudey
2021-12-13GPencil: Add randomize options to Length modifierCody Winchester
2021-12-13GPencil: New Shrinkwrap modifierAntonio Vazquez
2021-12-13Cycles: add text explaining minimum requirements for Metal when no device foundBrecht Van Lommel
2021-12-13Cycles: enable Metal GPU renderingBrecht Van Lommel
2021-12-13Geometry Nodes: fix combining field inputsJacques Lucke
2021-12-13Fix T93704: StructRNA.path_resolve fails silently with missing keysCampbell Barton
2021-12-13Geometry Nodes: move up destruct instructions in procedureJacques Lucke
2021-12-13Fix T93169: Weightpaint falloff popover drawn twicePhilipp Oeser
2021-12-13Cleanup: clang-formatCampbell Barton
2021-12-13Cleanup: spelling in commentsCampbell Barton
2021-12-13Cleanup: use "filepath" term for Main, BlendFileData & FileGlobalCampbell Barton
2021-12-13Cleanup: remove checks for invalid input for Python Run utilitiesCampbell Barton
2021-12-13Cleanup: Point cloud vs point-cloud in commentsHans Goudey
2021-12-13Cleanup: Remove includes in node_util.h headerHans Goudey
2021-12-13Docs: document all Global (G) struct membersCampbell Barton
2021-12-13Docs: improve on doc-strings for BPY_extern_run.hCampbell Barton
2021-12-13Cleanup/docs: Add comment to spline lookup factor methodHans Goudey
2021-12-12Geometry Nodes: improve memory reuse in procedure executorJacques Lucke
2021-12-12Cleanup: use struct instead of classJacques Lucke
2021-12-12UI: Add curve handle buttons to CurveMap interfaceCharlie Jolly
2021-12-11macOS: add tilde-based path expanderAnkit Meel
2021-12-11Cleanup: Use const argumentsHans Goudey
2021-12-11Cleanup: const, autoreleasepool, remove unneeded cast.Ankit Meel
2021-12-11Geometry Nodes: remove accidental exponential time algorithmJacques Lucke
2021-12-11Fix compilation error on Windows platform.Jeroen Bakker
2021-12-11Sky: Use Gauss-Laguerre quadrature for optical depth calculationLukas Stockner
2021-12-11Cleanup: Return early for null checkHans Goudey