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-10-12Fix T101711: Curve to points node sometimes skips initializing radiusHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-15Cleanup: Rename attribute required functionsHans Goudey
2022-09-15PointCloud: add BKE_pointcloud_nomain_to_pointcloudKévin Dietrich
2022-09-12Geometry: Avoid unnecessary initialization when resizing data arraysHans Goudey
2022-09-08IDManagement: change `IDTypeInfo.owner_get` to instead return address of the ...Bastien Montagne
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-08-31Cleanup: Remove redundant addition of attributeHans Goudey
2022-08-31Cleanup: Remove unused point cloud functionHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-07-26Fix T99271: modifier errors are not clearedJacques Lucke
2022-07-20Point Cloud: Remove redundant custom data pointersHans Goudey
2022-06-08Attributes: Use names instead of layers for some functionsHans Goudey
2022-06-07Cleanup: Use const pointers in attribute APIHans Goudey
2022-05-29Cleanup: Simplify custom data file writing processHans Goudey
2022-02-16BLI: Generalize short algorithm for finding boundsHans Goudey
2022-02-11File headers: SPDX License migrationCampbell 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
2021-12-30Point Cloud: Optimize bounding box calculationHans Goudey
2021-12-29Fix T94113: Local view + Geometry Nodes is broken for instancesGermano Cavalcante
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-12-01Cleanup: clarify material copying for hair and pointcloudsBrecht Van Lommel
2021-11-29Refactor BKE_bpath module.Bastien Montagne
2021-11-24Cleanup: `IDTypeInfo` new `asset_type_info` member.Bastien Montagne
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-02-25Refactor: IDTypeInfo: Add `owner_get` to get owner of embedded IDs.Bastien Montagne
2021-01-22LibOverride: Add an 'post apply' callback to IDTypeInfo.Bastien Montagne
2020-12-15Geometry Nodes: support evaluating mesh object to geometry setJacques Lucke
2020-12-10Geometry Nodes: rename modifyPointCloud to modifyGeometrySetJacques Lucke
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-11-09Pointclouds: move blenkernel code to c++Jacques Lucke