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-17Fix T94715: multiple volumes using the same .vdb causes freezeBrecht Van Lommel
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
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-17Allocator: simplify using guarded allocator in C++ codeJacques Lucke
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-30Cleanup: clang-format, trailing spaceCampbell Barton
2021-11-29Refactor BKE_bpath module.Bastien Montagne
2021-11-24Cleanup: `IDTypeInfo` new `asset_type_info` member.Bastien Montagne
2021-10-26Geometry Nodes: Handle multiple grids in the volume to mesh nodeHans Goudey
2021-10-26Cleanup: LibQuery: Rename `BKE_LIB_FOREACHID_PROCESS` to `BKE_LIB_FOREACHID_P...Bastien Montagne
2021-09-22Initial implementation of local ID re-use when appending.Bastien Montagne
2021-08-19Cleanup: Blendwrite: Move code deciding if an ID should be written out of ID ...Bastien Montagne
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-16BLI: add C++ wrapper for task isolationJacques Lucke
2021-06-15BLI: use explicit task isolation, no longer part of parallel operationsBrecht Van Lommel
2021-04-26Cleanup: Replace modifyVolume with modifyGeometrySetHans Goudey
2021-04-20Geometry Nodes: support geometry nodes modifier on volume objectsJacques Lucke
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-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2021-02-25Refactor: IDTypeInfo: Add `owner_get` to get owner of embedded IDs.Bastien Montagne
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-02-02Cleanup: take grid reference instead of shared pointer as parameterJacques Lucke
2021-01-22LibOverride: Add an 'post apply' callback to IDTypeInfo.Bastien Montagne
2021-01-21Geometry Nodes: initial support for volumesJacques Lucke
2021-01-19Volumes: fix calling BKE_volume_load from multiple threadsJacques Lucke
2021-01-05Cleanup: clang tidyJacques Lucke
2020-12-14LibOverride: Do not store some heavy data from override IDs.Bastien Montagne
2020-11-09Cleanup: Clang-tidy, modernize-use-nullptr.Ankit Meel
2020-11-09Cleanup: clang-formatCampbell Barton
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-04Merge branch 'blender-v2.91-release' into masterJacques Lucke
2020-11-04Fix T82393: Volume to Mesh modifier with sequence fails during renderingJacques Lucke
2020-11-03Add a callback to `IDTypeInfo` to allow preservation of some data accross mem...Bastien Montagne
2020-10-20Volumes: Fix compilation when building without openVDBClément Foucault
2020-10-20Volumes: simplify volumes in modifiers or on loadJacques Lucke
2020-10-12Cleanup: remove duplicate codeJacques Lucke
2020-10-09Revert "CleanUp: Introduce `eMeshBatchDirtyMode` enum"Jeroen Bakker
2020-10-08Cleanup/refactor: `BKE_libblock_alloc` -> `BKE_id_new` in ID creation code.Bastien Montagne
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-10-07Refactor `BKE_id_copy` to return the new ID pointer.Bastien Montagne