Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Branches -> geometry-nodes-curve-to-points-node
"Geometry-nodes-curve-to-points-node" branch
Total commits : 9
Total committers : 1
First Commit : June 8, 2021
Latest Commit : June 10, 2021
Commits by Date
Date | Number of Commits | |
---|---|---|
June 10, 2021 | 2 | |
June 9, 2021 | 5 | |
June 8, 2021 | 2 |
Committers
Author | Number of Commits |
---|---|
Hans Goudey | 9 |
Popular Files
Filename | Total Edits |
---|---|
node_geo_curve_to_points.cc | 4 |
rna_nodetree.c | 2 |
CMakeLists.txt | 1 |
NOD_static_types.h | 1 |
NOD_geometry.h | 1 |
node.cc | 1 |
BKE_spline.hh | 1 |
spline_base.cc | 1 |
node_geo_curve_resample.cc | 1 |
nodeitems_builtins.py | 1 |
Latest commits
June 10, 2021, 14:42 (GMT) |
Change default to "Count", divide radius by 10 |
June 10, 2021, 14:14 (GMT) |
Merge branch 'master' into geometry-nodes-curve-to-points-node |
June 9, 2021, 20:15 (GMT) |
Merge branch 'master' into geometry-nodes-curve-to-points-node |
June 9, 2021, 17:32 (GMT) |
Merge branch 'master' into geometry-nodes-curve-to-points-node |
June 9, 2021, 13:54 (GMT) |
Check for size==0, reduce duplication |
June 9, 2021, 13:42 (GMT) |
Add comment |
June 9, 2021, 13:40 (GMT) |
Merge branch 'master' into geometry-nodes-curve-to-points-node |
June 8, 2021, 22:51 (GMT) |
Fix RNA struct type |
June 8, 2021, 22:32 (GMT) |
Geometry Nodes: Curve to Points Node This node implements the second option of T87429, creating points along the input splines with the necessary evaluated information for instancing: `tangent`, `normal`, and `rotation` attributes. All generic curve point and spline attributes are copied to the result points as well. I'm actually quite happy with the implementation right now. It's readable enough and there isn't too much boilerplate code. The thing I expect could use improvement is that there is a lot of temporary memory allocation. Sharing a buffer for each thread would be a nice improvement in the future. The patch currently includes some refactoring of the curve resample node with some newly abstracted functions. I may commit that separately. The "Evaluated" mode for the resample node will be a separate commit. Differential Revision: https://developer.blender.org/D11539 |
MiikaHweb - Blender Git Statistics v1.06