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-04-01Cleanup: Move object_dupli.cc to C++Hans Goudey
2021-02-12Fix T84899: instance ids are not unique in common casesJacques Lucke
2021-01-26Fix T85049: Geometry Nodes: How to handle instances with shear?Sebastian Parborg
2021-01-07Fix T84326: No ID for geometry nodes instances after scatteringHans Goudey
2020-12-11Geometry Nodes: support instancing collectionsJacques Lucke
2020-12-10Geometry Nodes: fix recursive instance transformsJacques Lucke
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-09-22Object: check for negative index access with duplicator reading UV'sCampbell Barton
2020-09-14Fix T73590: collection instance offset is not applied correctlyJacques Lucke
2020-08-13Merge branch 'blender-v2.90-release'Philipp Oeser
2020-08-13Cleanup: incorrect comment wrappingCampbell Barton
2020-08-13Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-13Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-13Fix T77409: Crash showing vertex/face duplicators in edit-modeCampbell Barton
2020-08-13Cleanup: remove two sided face checkCampbell Barton
2020-08-13Cleanup: use 'inst_ob' variable name for consistencyCampbell Barton
2020-08-13Cleanup: remove unused struct members from dupli-face/vertCampbell Barton
2020-08-13Cleanup: move mesh access for dupli vert/face into shared functionCampbell Barton
2020-08-13Cleanup: pass normal as a float to dupli-vert functionCampbell Barton
2020-08-13Cleanup: spelling, use full sentences for object_dupli.cCampbell Barton
2020-08-13Cleanup: use const for dupli vert/face, 'r_' prefix for return valueCampbell Barton
2020-08-11Merge remote-tracking branch 'origin/blender-v2.90-release'Sybren A. Stüvel
2020-08-11Revert "Fix T77409: Crash showing vertex/face duplicators in edit-mode"Sybren A. Stüvel
2020-08-11Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-11Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-11Fix T77409: Crash showing vertex/face duplicators in edit-modeCampbell Barton
2020-08-11Cleanup: use doxy sections for object_dupli.cCampbell Barton
2020-08-10Cleanup: use doxy sections for object_dupli.cCampbell Barton
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-04Point Clouds: basic support for instancing objects on pointsBrecht Van Lommel
2020-07-23Cleanup: rename Curve.len_wchar to len_char32Campbell Barton
2020-07-06Reduce `DupliObject::persistent_id` from 16 to 8 itemsSybren A. Stüvel
2020-06-13Cleanup: naming for lattice deform functionsCampbell Barton
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-04-03Cleanup: split `BKE_anim.h` and `anim.c` into smaller piecesSybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-28Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-28Revert "Objects: make evaluated data runtime storage usable for types other t...Brecht Van Lommel
2020-02-27Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-03Fix T73045 Crash entering edit mode for "Object Font" instance meshClément Foucault
2019-11-22Fix T71273: Bad encoding of utf-8 for Text objectsmano-wii
2019-09-19Fix T69993: vertex instancing only works on original verticesBrecht Van Lommel
2019-09-14Cleanup: use const args, variablesCampbell Barton
2019-09-10Fix T69702: crash using particles rendered as whole collectionPhilipp Oeser
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-05-15Outliner Restriction: Naming sanitization and iconDalai Felinto
2019-05-11Outliner Visibility UpdateDalai Felinto
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton