Blender Git Loki
Page: 21 / 26
Revision c21f993 by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) July 16, 2021, 19:17 (GMT) |
removed makesrna from includes in CMakeLists.txt |
Revision 9063470 by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) July 15, 2021, 20:33 (GMT) |
- added geometry module - moved solidify to geometry module |
Revision 0d8bb5f by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) July 15, 2021, 09:28 (GMT) |
more cleanup |
Revision bcd1a5a by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) July 15, 2021, 09:19 (GMT) |
Cleanup |
Revision de9dda7 by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) July 14, 2021, 22:07 (GMT) |
Merge branch 'master' into soc-2021-porting-modifiers-to-nodes-solidify # Conflicts: # release/scripts/startup/nodeitems_builtins.py # source/blender/blenkernel/BKE_node.h # source/blender/blenkernel/intern/node.cc # source/blender/blenkernel/intern/solidify_nonmanifold.c # source/blender/nodes/CMakeLists.txt # source/blender/nodes/NOD_geometry.h # source/blender/nodes/NOD_static_types.h |
Revision 6beb133 by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 14, 2021, 21:56 (GMT) |
Changes based on review by Jacques Lucke (JacquesLucke) |
Revision f9f3ece by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 14, 2021, 17:42 (GMT) |
Merge branch 'master' into soc-2021-porting-modifiers-to-nodes-decimate # Conflicts: # source/blender/blenkernel/BKE_node.h |
Revision db07041 by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-remesh-voxel, soc-2021-porting-modifiers-to-nodes_all) July 13, 2021, 23:08 (GMT) |
Geometry Nodes: Remesh Blocks This patch adds a Remesh Voxel node (compared to Remesh Blocks) The node uses the BKE function for voxel remeshing used in the modifier as well. Part of the GSOC 2021 Differential Revision: https://developer.blender.org/D11907 |
Revision 62ecb33 by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-remesh-voxel, soc-2021-porting-modifiers-to-nodes_all) July 13, 2021, 22:28 (GMT) |
Merge branch 'master' into soc-2021-porting-modifiers-to-nodes-remesh-voxel # Conflicts: # release/scripts/startup/nodeitems_builtins.py # source/blender/blenkernel/BKE_node.h |
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. |
Revision 344b59b by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-remesh-blocks, soc-2021-porting-modifiers-to-nodes_all) July 9, 2021, 21:29 (GMT) |
Merge branch 'master' into soc-2021-porting-modifiers-to-nodes-remesh # Conflicts: # release/scripts/startup/nodeitems_builtins.py # source/blender/blenkernel/BKE_node.h |
Revision 77116c1 by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 9, 2021, 08:30 (GMT) |
Merge branch 'master' into soc-2021-porting-modifiers-to-nodes-decimate # Conflicts: # release/scripts/startup/nodeitems_builtins.py # source/blender/blenkernel/BKE_node.h # source/blender/blenkernel/intern/node.cc |
Revision 950f1bf by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 9, 2021, 08:18 (GMT) |
Renamed Limittypes from Face to Border and from Edge to Selection because you can use them with different domains and the real difference is how it uses this data. |