July 3, 2021, 04:05 (GMT) |
XR: Direction lock, frame based speed fly options |
July 3, 2021, 04:04 (GMT) |
Cleanup: RNA text |
July 3, 2021, 03:50 (GMT) |
Fix issue with modifier vertex group utility-- tests pass |
July 2, 2021, 23:03 (GMT) |
USD export: SkelRoot for armature data. Added logic to create a SkelRoot parent for skeletons exported from armature objects. |
Revision bcc1b61 by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 2, 2021, 22:56 (GMT) |
Geometry Nodes: Collapse Node, Dissolve Node, Unsubdivide Node initially working node added factor as slot 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 Split decimate into three different nodes. Set default values for dissolve node removed decimate node and reformatting Merge branch 'master' into soc-2021-porting-modifiers-to-nodes-decimate # Conflicts: # source/blender/blenkernel/BKE_node.h # source/blender/nodes/CMakeLists.txt merged with master and cleanup Differential Revision: https://developer.blender.org/D11791 |
Revision 7cacec8 by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 2, 2021, 22:07 (GMT) |
merged with master and cleanup |
July 2, 2021, 21:56 (GMT) |
More fixes and cleanup |
July 2, 2021, 21:19 (GMT) |
USD skel export WIP. Added logic to USDWriterSkinnedMesh to set joint indices and weights. Not yet fully debugged or implemented. |
July 2, 2021, 20:24 (GMT) |
Merge branch 'master' into refactor-vertex-group-names |
July 2, 2021, 20:23 (GMT) |
Boilerplate code. Big problem is using builtin attributes |
July 2, 2021, 20:14 (GMT) |
Sculpt dyntopo: Add support for multiple materials to dyntopo pbvh drawing. * Dyntopo now stores a list of PBVHTriBufs in leaf nodes, one per material used by the node. * Actual drawing buffers live in a new mat_draw_buffers PBVHNode member. |
July 2, 2021, 20:10 (GMT) |
Array Brush: Implement array instances datalayer |
Revision d85d59a by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 2, 2021, 19:57 (GMT) |
Merge branch 'master' into soc-2021-porting-modifiers-to-nodes-decimate # Conflicts: # source/blender/blenkernel/BKE_node.h # source/blender/nodes/CMakeLists.txt |
Revision 703bdbe by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 2, 2021, 19:49 (GMT) |
removed decimate node and reformatting |
Revision 328084a by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 2, 2021, 19:36 (GMT) |
Set default values for dissolve node |
Revision 78322cb by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 2, 2021, 18:49 (GMT) |
Split decimate into three different nodes. |
July 2, 2021, 17:53 (GMT) |
adaptive_cloth: tests: MeshIO: write DNA Mesh loose edges |
July 2, 2021, 17:53 (GMT) |
adaptive_cloth: MeshIO: support line indices for write to DNA Mesh |
July 2, 2021, 17:52 (GMT) |
Array Brush: BMesh duplication working |
July 2, 2021, 17:17 (GMT) |
USD skel export minor cleanup. Made get_armature_bone_names() static to USDArmatureWriter. |
|