June 27, 2021, 12:10 (GMT) |
remove more duplication |
June 27, 2021, 12:06 (GMT) |
Merge branch 'master' into geometry-nodes-unnamed-attributes |
June 27, 2021, 12:01 (GMT) |
reduce duplication in CPPType |
June 27, 2021, 11:54 (GMT) |
Removed unnecessary memory allocation when deleting a point |
June 27, 2021, 11:49 (GMT) |
Explicitly mentioned array lengths in method signatures for clarity |
June 27, 2021, 08:32 (GMT) |
Fixed bug where points were added with a displacement |
Revision 9722c83 by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) June 27, 2021, 08:28 (GMT) |
Merge branch 'master' into gsoc-2021-porting-modifiers-to-nodes-decimate # Conflicts: # source/blender/blenkernel/BKE_node.h # source/blender/blenkernel/intern/node.cc # source/blender/nodes/CMakeLists.txt # source/blender/nodes/NOD_geometry.h # source/blender/nodes/NOD_static_types.h |
June 27, 2021, 06:46 (GMT) |
Sculpt dyntopo: fix bug with automasking being needlessly initialized |
June 27, 2021, 06:12 (GMT) |
Fixed several build warnings |
June 27, 2021, 05:52 (GMT) |
Sculpt dyntopo: fix symmetrix undo bug from last commit |
June 27, 2021, 04:50 (GMT) |
Further refactoring WIP |
June 27, 2021, 04:44 (GMT) |
Merge branch 'master' into soc-2021-vse-strip-thumbnails |
June 27, 2021, 04:40 (GMT) |
fix type of code line being after the parenthesis instead of before |
June 27, 2021, 04:26 (GMT) |
Sculpt dyntopo: BMLog now uses the new bmesh unique id system A few notes: * MESH_ID layers are not saved on conversion to Mesh unless you ask for it in BM_mesh_bm_to_me's params. * Still need to test the box/lasso trim tools. * Need to find some way to test loop/edge ids, which aren't used by dyntopo. |
June 27, 2021, 03:39 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
June 27, 2021, 03:34 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
June 27, 2021, 02:12 (GMT) |
Sculpt dyntopo: Added a function to add multiple customdata layers to a bmesh at once. Helpful since bmesh customdata layers are allocated in single blocks, thus adding layers individually can lead to lots of memory copying. |
June 27, 2021, 01:24 (GMT) |
Sculpt dyntopo: Added (optional) support for unique mesh id tracking in bmesh * System is per element type. So you can have unique ids for verts and faces, but not edges and loops. * Supports an optional id to element lookup table. * Uses single id space for all elements * Added a new CD_FLAG_ELEM_NOCOPY flag to tell customdata_bmesh_copy_data to ignore that layer. * IDs are stored as a temporary customdata layer with CD_FLAG_ELEM_NOCOPY set. |
June 26, 2021, 21:49 (GMT) |
Fix T89330 Exact Boolean fails on a simple model. The problem was an optimization I put in to triangulate quads. It was wrong if the quad, after projecting onto a 2d plane, was not convex. Handling quads the same as other faces fixes the bug. Unfortunately, this will slow down Exact Boolean when the input has many quads (the usual case, of course). Will attempt to fix that with a later change, but for now, this at least restores correctness. |
June 26, 2021, 20:00 (GMT) |
Merge branch 'master' into temp_bmesh_multires |
|
|
|


Master Commits
MiikaHweb | 2003-2021