Soeren Schmidt-Clausen F_Scociety
Soeren Schmidt-Clausen pushed to corners_of_edge at F_Scociety/blender-manual 2023-06-05 17:24:03 +02:00
1b44334e1d Updated Description
Soeren Schmidt-Clausen commented on pull request blender/blender-manual#104464 2023-06-05 11:27:51 +02:00
adds docs for new geonodes corners_of_edge

Yeah, that's definitely helpful! I like the grease pencil styled one too. I wonder if using some mesh for some things like the circles would help avoid the hand drawn look though.

New…

Soeren Schmidt-Clausen commented on pull request blender/blender-manual#104464 2023-06-02 21:37:13 +02:00
adds docs for new geonodes corners_of_edge

Yeah, a bit more explanation would definetly help in understanding the node better.

What do you think about this description? The Corners of Edge node retrieves face corners connected to…

Soeren Schmidt-Clausen deleted branch corners_of_edge from F_Scociety/blender 2023-06-02 16:37:19 +02:00
Soeren Schmidt-Clausen pushed to attr_stat_groups at F_Scociety/blender 2023-06-02 13:09:54 +02:00
a069396e4d bin grade drawn den evaluator aus der classe zu entfernen
b1b8091667 Fix 106976: Crash when setting custom asset preview
35ca8bd80f Merge branch 'main' of projects.blender.org:blender/blender into main
82d3bf01d4 Deps_builder: Fix USD debug build on windows
612f6fd8d3 Add credit for static data
Compare 10 commits »
Soeren Schmidt-Clausen created branch attr_stat_groups in F_Scociety/blender 2023-06-02 13:09:54 +02:00
844ad35731 small cleanup
Soeren Schmidt-Clausen created branch F_Scociety-corners_of_edge in F_Scociety/blender-manual 2023-06-02 10:06:25 +02:00
53aaad73b9 added to index
52fb068ff3 Animation: Updating NLA full stack / lower stack "TAB" keyboard shortcut
8293ceee9d Merge branch 'blender-v3.6-release'
6fec3a0197 Physics: Add simulation nodes page
Compare 7 commits »
Soeren Schmidt-Clausen pushed to corners_of_edge at F_Scociety/blender-manual 2023-06-01 17:24:04 +02:00
ad541df79c Added to index
Soeren Schmidt-Clausen created pull request blender/blender-manual#104464 2023-05-31 15:52:39 +02:00
adds docs for new geonodes corners_of_edge
Soeren Schmidt-Clausen pushed to corners_of_edge at F_Scociety/blender-manual 2023-05-31 15:48:54 +02:00
ec701815e0 Update manual/modeling/geometry_nodes/mesh/topology/corners_of_edge.rst
Soeren Schmidt-Clausen pushed to corners_of_edge at F_Scociety/blender-manual 2023-05-31 15:47:54 +02:00
d705c85146 Update manual/modeling/geometry_nodes/mesh/topology/corners_of_edge.rst
Soeren Schmidt-Clausen pushed to corners_of_edge at F_Scociety/blender-manual 2023-05-31 15:36:04 +02:00
1e1e3e2559 Merge branch 'main' into corners_of_edge
f4c50b1e39 Cycles: Path Guiding: Adding guiding on glossy surfaces via RIS
7cf1cafaea New addon documentation
7d6780cc77 Cleanup: remove <pep8 compliant> tag (which can now be assumed)
a2d7751b2d Cleanup: line length
Compare 94 commits »
Soeren Schmidt-Clausen pushed to corners_of_edge at F_Scociety/blender 2023-05-31 10:08:32 +02:00
78b56080b9 Merge branch 'main' into corners_of_edge
397663a7cb Fix #107956: Simulation reset on fps change
Compare 2 commits »
Soeren Schmidt-Clausen pushed to corners_of_edge at F_Scociety/blender 2023-05-31 10:02:59 +02:00
608a87e577 Merge branch 'main' into corners_of_edge
c8ed927eac Cleanup: use nullptr and function style casts for numbers
623a40b9d0 UV: move editor files to C++
f80e2c9f93 Cleanup: remove redundant struct qualifiers in 'uvedit'
e2cb52594a code_clean: add 'remove_struct_qualifier' edit
Compare 29 commits »
Soeren Schmidt-Clausen pushed to corners_of_edge at F_Scociety/blender 2023-05-30 21:11:13 +02:00
64fa6f3f66 Merge branch 'main' into corners_of_edge
fbd2bd8154 Particles: remove Halo, Line and Path render options
c39bb12744 Cleanup: Simplify retrieval of evaluated point cloud for conversion
37f6af9e2c Cleanup: Remove unnecessary assert
9b946aeecb Fix #108363: Light linking does not work when linked to self
Compare 30 commits »
Soeren Schmidt-Clausen commented on pull request blender/blender#107968 2023-05-30 16:09:58 +02:00
Geometry Nodes: Add "Corners of Edge" node

Got the latest main today, and saw that Jacques Lucke did a refactor, which changed the things a bit around, so I adapter the code. Everything seems to work again.

Soeren Schmidt-Clausen pushed to corners_of_edge at F_Scociety/blender 2023-05-30 16:07:01 +02:00
5e6eaf0f47 corrected for newer blender
db0ad66abf Merge branch 'main' into corners_of_edge
e10552d75e Changed Description and Fixed naming mixmatch
14fdd92067 Merge branch 'blender-v3.6-release'
80430f6c50 Cleanup: docstrings arguments part.
Compare 264 commits »
Soeren Schmidt-Clausen commented on pull request blender/blender#107968 2023-05-30 11:48:07 +02:00
Geometry Nodes: Add "Corners of Edge" node

Hm, What about:

  • Weights: Values that sort the corners attached to the edge
  • Corner Index: A corner of the input edge in its face's winding order, chosen by the sort index

Iam not…