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-09-18Merge remote-tracking branch 'origin/temp_bmesh_multires' into sculpt-devJoseph Eagar
2021-09-16Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-09-15Sculpt dyntopo:Joseph Eagar
2021-09-14Sculpt dyntopo:Joseph Eagar
2021-09-09Geometry Nodes: fields and anonymous attributesJacques Lucke
2021-08-16Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-08-06Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-07-17Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-12Fix bug in previous commit; customdata_bmesh_set_default now ignoresJoseph Eagar
2021-07-12BM_mesh_create will now add mesh_id customdata layers when asked,Joseph Eagar
2021-07-11Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-29Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-06-28Fix T89455: Cycles crash when rendering a Mesh with autosmoothKévin Dietrich
2021-06-27Sculpt dyntopo: BMLog now uses the new bmesh unique id systemJoseph Eagar
2021-06-27Sculpt dyntopo: Added (optional) support for unique mesh id tracking inJoseph Eagar
2021-06-26Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-25Fix T88756: crash when baking with autosmoothKévin Dietrich
2021-06-21Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-06-20Cleanup: make BKE_mesh_loops_to_tessdata a static functionCampbell Barton
2021-06-18Cleanup: use standard identifier for uint64_t string formattingCampbell Barton
2021-06-09Cleanup: redundant/unused assignmentsCampbell Barton
2021-05-24MIssed a flag in bli_strict_types.hJoseph Eagar
2021-05-15* Prototyped a faster smooth algo, currently disabled.Joseph Eagar
2021-05-15Did some profiling with VTune.Joseph Eagar
2021-04-27* Got box trim tool working for dyntopoJoseph Eagar
2021-04-12Get rid of various __attribute__((optnone)) I had scattered throughoutJoseph Eagar
2021-04-08* Fixed an annoying number of undo bugsJoseph Eagar
2021-03-22* Added a new CustomData type for dyntopo vertex data: MDynTopoVert.Joseph Eagar
2021-02-28Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-02-22Cleanup: Clang tidy inconsistent parameter nameHans Goudey
2021-02-22Change Exact Boolean modifier to skip round trip through BMesh.Howard Trickey
2021-02-16Fix T85697: implement interpolation for float custom data typeJacques Lucke
2021-02-11Merge branch 'blender-v2.92-release'Campbell Barton
2021-02-11Fix T84114: Existence of vertex groups slows down mesh editingCampbell Barton
2021-02-08Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-01-26Merge branch 'blender-v2.92-release'Richard Antalik
2021-01-26Fix T84935: improve previous fix for boolean custom data layersJacques Lucke
2021-01-26Cleanup: Reduce variable scopeHans Goudey
2021-01-26Fix T84935: boolean custom data layers not saved correctlyJacques Lucke
2021-01-04Cleanup: typo in c484b54453e6072399dd79daccf237bb4bd73b41Campbell Barton
2020-12-21Merge remote-tracking branch 'origin/master' into temp_bmesh_multiresJoseph Eagar
2020-12-16Geometry Nodes: Boolean attribute typeHans Goudey
2020-11-07Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-04Merge remote-tracking branch 'origin' into temp_bmesh_multiresJoseph Eagar