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
2022-02-16Cleanup: Remove deprecated StringGrid from our openvdb codeSebastian Parborg
2022-01-18Cleanup: move docs to definitionCampbell Barton
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-10-26Geometry Nodes: Handle multiple grids in the volume to mesh nodeHans Goudey
2021-09-29Cleanup: spelling in commentsCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-04-08BKE: Refactor volume bounding box codeHans Goudey
2021-04-08BKE: Add a utility to transform a shallow copy of a volume gridHans Goudey
2021-04-08Cleanup: Use const arguments for volume codeHans Goudey
2021-02-02Cleanup: take grid reference instead of shared pointer as parameterJacques Lucke
2020-10-20Volumes: simplify volumes in modifiers or on loadJacques Lucke
2020-10-09Revert "CleanUp: Introduce `eMeshBatchDirtyMode` enum"Jeroen Bakker
2020-10-07Cleanup: inconsistent parameter nameJacques Lucke
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-10-07Python API: add volume.grids.save(filepath) to save grids and metadata to diskBrecht Van Lommel
2020-10-07CleanUp: Introduce `eMeshBatchDirtyMode` enumJeroen Bakker
2020-10-05Volumes: more generic way to handle different openvdb typesJacques Lucke
2020-09-29Volumes: new Mesh to Volume modifierJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-04-05Volumes: add volume.grids.frame_filepath to get the current frame filepathBrecht Van Lommel
2020-03-20Cleanup: remove old header conventions recently re-introducedCampbell Barton
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel