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-15Merge branch 'master' into temp-pbvh-texpaint-automaskingtemp-pbvh-texpaint-automaskingJoseph Eagar
2022-10-15Sculpt: Ensure faces are uniquely assigned to PBVHNodesJoseph Eagar
2022-10-15temp-pbvh-texpaint-automasking: Make requested patch changesJoseph Eagar
2022-10-15Merge branch 'master' into temp-pbvh-texpaint-automaskingJoseph Eagar
2022-10-15Sculpt: fix crash when instancing sculpt objectsJoseph Eagar
2022-10-13Fix: Attribute layers can be skipped in Mesh to BMesh conversionHans Goudey
2022-10-13Cleanup: Use std::mutex for mesh runtime mutexesHans Goudey
2022-10-13Mesh: Move runtime data out of DNAHans Goudey
2022-10-13Cleanup: Use correct blenkernel namespace for mesh functionsHans Goudey
2022-10-12Fix T101711: Curve to points node sometimes skips initializing radiusHans Goudey
2022-10-12Cleanup: Use const vertex pointer argumentHans Goudey
2022-10-12Cleanup: use 'u' prefixed unsigned typesCampbell Barton
2022-10-12Cleanup: use commented arguments for unused args in C++Campbell Barton
2022-10-11temp-pbvh-texpaint-automasking: Fix merge errorsJoseph Eagar
2022-10-11Merge branch 'master' into temp-pbvh-texpaint-automaskingJoseph Eagar
2022-10-11temp-pbvh-texpaint-automasking: Support automasking for new texture paintJoseph Eagar
2022-10-11Sculpt: Fix T101595: sculpt_attribute_update_refs called in wrong placeJoseph Eagar
2022-10-11GPencil: Fix unreported Close Stroke operator did not select new pointsAntonio Vazquez
2022-10-11Correct argument type for BKE_pbvh_node_get_bm_orco_data, formatCampbell Barton
2022-10-11Sculpt: Clean up Dyntopo's original triangle apiJoseph Eagar
2022-10-10Cleanup: NLA transforms, simplify `recalcData_nla()`Thibault de Villèle
2022-10-10I18n: disambiguate or extract a few messagesDamien Picard
2022-10-08Attribute Node: support accessing attributes of View Layer and Scene.Alexander Gavrilov
2022-10-08Cleanup: Use helper function for previous mesh loopHans Goudey
2022-10-08Mesh: Multithread some boolean domain interpolation logicIliya Katueshenock
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-07Cleanup: use function style casts for C++Campbell Barton
2022-10-07Armature Modifier: skip non-deforming vertices in Multi-Modifier mode.Alexander Gavrilov
2022-10-07Cleanup: replace static variables with argumentsCampbell Barton
2022-10-07Cleanup: quiet compiler shadowed variable warningCampbell Barton
2022-10-07Fix for T101481: Improved VFont LoadingHarley Acheson
2022-10-07Cleanup: compiler warningCampbell Barton
2022-10-07Cleanup: spelling in commentsCampbell Barton
2022-10-07Cleanup: Avoid inconsistent naming in mesh topology APIHans Goudey
2022-10-07Cleanup: Move subdiv_ccg.c to C++Hans Goudey
2022-10-07Sculpt: Raise pbvh->leaf_limit to 400 for dyntopoJoseph Eagar
2022-10-06Cleanup: Move subdiv_modifier.c to C++Hans Goudey
2022-10-06Cleanup: Move shrinkwrap.c to C++Hans Goudey
2022-10-06Sculpt: Fix bug in sculpt attribute apiJoseph Eagar
2022-10-06Cleanup: Remove unnecessary MOD_nodes.h includesHans Goudey
2022-10-06Fix for T53332: BFont 43 Inaccessible GlyphsHarley Acheson
2022-10-06Cleanup: Move multires.c to C++Hans Goudey
2022-10-05Cleanup: Clang tidyHans Goudey
2022-10-05Mesh: Skip some domain interpolations for single valuesIliya Katueshenock
2022-10-05Cleanup: Use generic array for mesh domain interpolation resultIliya Katueshenock
2022-10-05BKE_Main: Add clear separation between 'temp' mains and global main.Bastien Montagne
2022-10-05Fix app-template settings being used for non-template preferencesCampbell Barton
2022-10-05App Template: quiet warning when existing preferences don't existCampbell Barton
2022-10-05Docs: improve doc-strings for blend file IOCampbell Barton
2022-10-05Cleanup: Remove unused includesHans Goudey