October 4, 2021, 10:06 (GMT) |
Merge branch 'master' into tracking_tools |
October 4, 2021, 09:21 (GMT) |
Fix incorrect merge: missing function `DRW_view_get_active`. |
October 4, 2021, 09:19 (GMT) |
Sculpt: added parameter to options panel to control smooth projection (volume preservation) for shift-smooth |
October 4, 2021, 09:09 (GMT) |
Sculpt: fix shift-smooth strength option Finally fixed the last of what turned out to be many bugs that were causing it to be ignored. |
October 4, 2021, 07:10 (GMT) |
Remove debugging ATTR_NO_OPTS |
October 4, 2021, 07:03 (GMT) |
Sculpt: face set extrude now kinda works Face set extrude now mostly works, thought it's still buggy and unstable in DynTopo mode. Interfacing PBVH_BMESH with the BMOp API turned out to have a few nasty gotchas; the last commit fixed a lot of things but some rethinking of the basic design still needs to happen. |
October 4, 2021, 03:46 (GMT) |
Sculpt: Minor bmesh refactor, made tool flags a CD layer The way toolflags reallocated the entire mesh just to add or remove one pointer from BMEdge/Vert/Face was highly broken. Now a CD layer is used instead. |
October 3, 2021, 21:25 (GMT) |
Commit working code. |
October 3, 2021, 03:22 (GMT) |
Merge branch 'master' into xr-controller-support |
October 3, 2021, 03:16 (GMT) |
Fix controller model loading for no stb image |
October 3, 2021, 03:11 (GMT) |
Cleanup - Use doxygen style comments - Improve comment for XR region type - Improve RNA descriptions for XR nav location/rotation/scale - Split controller draw callback into separate model and aim functions |
October 2, 2021, 10:22 (GMT) |
Merge branch 'master' into sculpt-dev |
October 2, 2021, 07:15 (GMT) |
Sculpt: experimental brush palette ui Pure python, experimental. |
October 2, 2021, 07:10 (GMT) |
Merge branch 'master' into soc-2021-uv-edge-select-support |
October 1, 2021, 22:18 (GMT) |
Merge branch 'master' into soc-2021-porting-modifiers-to-nodes-merge-by-distance # Conflicts: # source/blender/blenkernel/BKE_node.h |
October 1, 2021, 22:17 (GMT) |
Mixing attributes when merging PointClouds. |
October 1, 2021, 19:44 (GMT) |
working stage |
October 1, 2021, 17:30 (GMT) |
Merge branch 'master' into asset-greasepencil |
October 1, 2021, 04:30 (GMT) |
Sculpt: fixed dyntopo speed issue * PBVH_UpdateTopology is now properly cleared in all cases. * BKE_curvemapping_cache.h no longer provides a global curve cache, the brush system now allocates its own on startup. |
October 1, 2021, 02:52 (GMT) |
Fix compile error |
|