Blender Git Commits
Revision ce4420e by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-remesh-blocks, soc-2021-porting-modifiers-to-nodes_all) August 15, 2021, 07:05 (GMT) |
Changes based on review by Jacques Lucke (JacquesLucke) |
Revision 4bab2cc by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-remesh-blocks, soc-2021-porting-modifiers-to-nodes_all) 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 |
Revision 326d86f by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-remesh-blocks, soc-2021-porting-modifiers-to-nodes_all) 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 |
Revision 17b7cbe by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-remesh-blocks, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 22:06 (GMT) |
- changes based on Review by Jacques Lucke (JacquesLucke) |
Revision 94210c3 by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-remesh-blocks, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 21:51 (GMT) |
- changes based on Review by Jacques Lucke (JacquesLucke) |
Revision 9d2342f by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-remesh-blocks, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 19:11 (GMT) |
Merge branch 'master' into soc-2021-porting-modifiers-to-nodes-remesh-blocks |
Revision 5c79a29 by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-remesh-blocks, soc-2021-porting-modifiers-to-nodes_all) July 24, 2021, 09:38 (GMT) |
changes based on review by Hans Goudey (HooglyBoogly) |
Revision 7f33ff7 by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-remesh-blocks, soc-2021-porting-modifiers-to-nodes_all) July 24, 2021, 09:20 (GMT) |
Merge branch 'master' into soc-2021-porting-modifiers-to-nodes-remesh-blocks |
Revision 80870ae by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-remesh-blocks, soc-2021-porting-modifiers-to-nodes_all) July 23, 2021, 21:23 (GMT) |
added mode selector |
Revision aaee6e1 by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-remesh-blocks, soc-2021-porting-modifiers-to-nodes_all) 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 |
Revision 226ae2e by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-remesh-blocks, soc-2021-porting-modifiers-to-nodes_all) July 18, 2021, 22:10 (GMT) |
moved remesh_blocks to geometry module |
Revision 0b654b0 by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-remesh-blocks, soc-2021-porting-modifiers-to-nodes_all) July 16, 2021, 21:13 (GMT) |
Merge branch 'master' into soc-2021-porting-modifiers-to-nodes-remesh-blocks |
Revision e1f9b74 by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-remesh-blocks, soc-2021-porting-modifiers-to-nodes_all) July 13, 2021, 22:27 (GMT) |
cleanup |
Revision 7bad250 by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-remesh-blocks, soc-2021-porting-modifiers-to-nodes_all) 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. |
Revision c7a1eea by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-remesh-blocks, soc-2021-porting-modifiers-to-nodes_all) 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 |
Revision b191448 by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-remesh-blocks, soc-2021-porting-modifiers-to-nodes_all) July 13, 2021, 21:42 (GMT) |
- fixed a bug with mesh renderin points. |
Revision 0a75579 by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-remesh-blocks, soc-2021-porting-modifiers-to-nodes_all) 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 |
Revision 80f6798 by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-remesh-blocks, soc-2021-porting-modifiers-to-nodes_all) July 13, 2021, 20:00 (GMT) |
- cleanup |
Revision 60c84d0 by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-remesh-blocks, soc-2021-porting-modifiers-to-nodes_all) 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 |
Revision ef0e0af by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-remesh-blocks, soc-2021-porting-modifiers-to-nodes_all) 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. |