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
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-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-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-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-11Geometry Nodes: remove accidental exponential time algorithmJacques Lucke
2021-12-11Fix compilation error on Windows platform.Jeroen Bakker
2021-12-11Cleanup: Return early for null checkHans Goudey
2021-12-10Cleanup: Use const argument, rename variablesHans Goudey
2021-12-10Cleanup: Remove unnecessary runtime rectangle from nodes in DNAHans Goudey
2021-12-10Revert recent changes to ImBuf transformHans Goudey
2021-12-10Cleanup/Docs: Add comments to Mesh header, rearrange fieldsHans Goudey
2021-12-10Fix T93591: Random Value node first and last value proportionMoritz Röhrich
2021-12-10ImBuf: Extracted UV Wrapping from the Interpolation functions.Jeroen Bakker
2021-12-10Added support for large images to openexr.Jeroen Bakker
2021-12-10ImBuf: Use templating for IMB_transform.Jeroen Bakker