Blender Git Commits

Blender Git commits from all branches.

Page: 666 / 2888

October 22, 2020, 16:20 (GMT)
Fix previous comment
October 22, 2020, 16:08 (GMT)
Geometry Nodes: simplify and deduplicate callbacks on sockets

This adds a layer of abstraction between the code calling callbacks
on sockets and the implementation of those callbacks.
This abstraction layer allows some sockets to not implement all
callbacks when those can be derived from some other callback.
October 22, 2020, 13:52 (GMT)
Geometry Nodes: change "Node Tree" to "Node Group"
October 22, 2020, 13:05 (GMT)
Geometry Nodes: initial support for evaluating geometry node groups

This is still very basic and does quite a few unnecessary computations.
Also the error handling is quite weak currently, so when invalid things are
connected, it will probably just crash.

Also the interface that individual nodes have to implement will have to change,
but the current solution is a good starting point.

Only the triangulate node is implemented for now.
October 22, 2020, 13:02 (GMT)
Geometry Nodes: add an initial geometry class
October 22, 2020, 13:01 (GMT)
Functions: add generic pointer class

This class represents a pointer whose type is only known at runtime.
October 22, 2020, 13:00 (GMT)
Functions: add move operations to CPPType
October 22, 2020, 11:18 (GMT)
Merge branch 'asset-metadata' into asset-browser
October 22, 2020, 11:17 (GMT)
Merge branch 'master' into cycles_procedural_api
October 22, 2020, 11:14 (GMT)
Merge branch 'master' into cycles_procedural_api
October 22, 2020, 11:12 (GMT)
Merge branch 'master' into asset-metadata
October 22, 2020, 09:19 (GMT)
LineArt: Reduced vert intersecting data size.
October 22, 2020, 09:19 (GMT)
LineArt: Reduced triangle intersecting data size.
October 22, 2020, 08:45 (GMT)
LineArt: Intersection vert data now allocated in extended way.
October 22, 2020, 05:07 (GMT)
LineArt: Use global vert index to detect share_edge
October 22, 2020, 05:01 (GMT)
LineArt: Fix vertex group name induced early return in modifier.
Revision 9f11cc0 by Joseph Eagar
October 22, 2020, 05:00 (GMT)
Made dyntopo collapse make nicer transitions between different densities
of verts
October 22, 2020, 03:29 (GMT)
LineArt: Hacked culling adjacent data
October 22, 2020, 03:08 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp

# Conflicts:
# release/scripts/addons
# release/scripts/addons_contrib
October 21, 2020, 21:11 (GMT)
Geometry Nodes: Add initial node definition for edge split

This is just based on rBa7dba81aab22, and contains no funcionality at all.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021