Blender Git Commits

Blender Git "soc-2021-porting-modifiers-to-nodes-remesh-blocks" branch commits.

August 15, 2021, 07:05 (GMT)
Changes based on review by Jacques Lucke
(JacquesLucke)
August 15, 2021, 00:10 (GMT)
Merge branch 'master' into soc-2021-porting-modifiers-to-nodes-remesh-blocks

# Conflicts:
# source/blender/blenkernel/BKE_node.h
# source/blender/modifiers/CMakeLists.txt
July 30, 2021, 22:07 (GMT)
Merge remote-tracking branch 'origin/soc-2021-porting-modifiers-to-nodes-remesh-blocks' into soc-2021-porting-modifiers-to-nodes-remesh-blocks

# Conflicts:
# source/blender/nodes/geometry/nodes/node_geo_remesh_blocks.cc
July 30, 2021, 22:06 (GMT)
- changes based on Review by Jacques Lucke (JacquesLucke)
July 30, 2021, 21:51 (GMT)
- changes based on Review by Jacques Lucke (JacquesLucke)
July 30, 2021, 19:11 (GMT)
Merge branch 'master' into soc-2021-porting-modifiers-to-nodes-remesh-blocks
July 24, 2021, 09:38 (GMT)
changes based on review by Hans Goudey (HooglyBoogly)
July 24, 2021, 09:20 (GMT)
Merge branch 'master' into soc-2021-porting-modifiers-to-nodes-remesh-blocks
July 23, 2021, 21:23 (GMT)
added mode selector
July 23, 2021, 19:08 (GMT)
Merge branch 'master' into soc-2021-porting-modifiers-to-nodes-remesh-blocks

# Conflicts:
# source/blender/blenkernel/BKE_node.h
July 18, 2021, 22:10 (GMT)
moved remesh_blocks to geometry module
July 16, 2021, 21:13 (GMT)
Merge branch 'master' into soc-2021-porting-modifiers-to-nodes-remesh-blocks
July 13, 2021, 22:27 (GMT)
cleanup
July 13, 2021, 22:23 (GMT)
- renamed WITH_MOD_REMESH to WITH_REMESH_DUALCON
since it is now shared between node and modifier no longer specific to
the modifier.
July 13, 2021, 21:43 (GMT)
Merge remote-tracking branch 'origin/soc-2021-porting-modifiers-to-nodes-remesh-blocks' into soc-2021-porting-modifiers-to-nodes-remesh-blocks

# Conflicts:
# source/blender/nodes/geometry/nodes/node_geo_remesh_blocks.cc
July 13, 2021, 21:42 (GMT)
- fixed a bug with mesh renderin points.
July 13, 2021, 20:15 (GMT)
Geometry Nodes: Remesh Blocks

This patch adds a Remesh Blocks node (compared to Remesh Voxel)

It internaly moves the remesh algorithm,
used in all modes of the Remesh modifier except the Voxel mode to blender kernel
and shares that code with the modifier.

Differential Revision: https://developer.blender.org/D11905
July 13, 2021, 20:00 (GMT)
- cleanup
July 13, 2021, 18:39 (GMT)
Merge branch 'master' into soc-2021-porting-modifiers-to-nodes-remesh-blocks

# Conflicts:
# source/blender/blenkernel/BKE_node.h
July 12, 2021, 21:55 (GMT)
- Renamed Remesh to Remesh Block.
- Moved Dualcon Remesh to BKE
- Used new BKE_mesh_remesh_blocks in modifier and node.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021