Arye Ramaty aryeramaty
  • Joined on 2018-06-10
Arye Ramaty pushed to add-single-attribute at aryeramaty/blender 2024-01-09 21:58:52 +01:00
8d89987f21 Vector<std::pair<bke::AttributeIDRef, GSpan>>
30fbe53fbb clenup
7641607e93 move to GSpan
467045bc5a add a little debug
096db78692 Update realize_instances.cc
Compare 7 commits »
Arye Ramaty commented on pull request blender/blender#116582 2024-01-08 12:37:48 +01:00
Geometry Nodes: Add selection and depth options to realize instances

A little update:

  1. I'm still working on it.
  2. Regarding the input options, I think I'll go with the design proposed by Iliya (proposed in the Blender chat). I'll elaborate more when I get to…
Arye Ramaty pushed to davids-fixes at aryeramaty/blender 2024-01-08 12:04:41 +01:00
622177af8e david's work
Arye Ramaty created branch davids-fixes in aryeramaty/blender 2024-01-08 12:04:41 +01:00
Arye Ramaty pushed to trying-to-propagate-attributes at aryeramaty/blender 2024-01-02 16:59:30 +01:00
5cdfd23ff6 Update realize_instances.cc
82591f96da Merge branch 'main' into WIP-realize-depth
1c96d0d861 Metal: Improve shader logging
1e7a2fe483 GPU: Fix wrong error lines in tests
f639a6fd03 EEVEE-Next: Replace gl_LocalInvocationID by gl_LocalInvocationIndex
Compare 10 commits »
Arye Ramaty created branch trying-to-propagate-attributes in aryeramaty/blender 2024-01-02 16:59:29 +01:00
Arye Ramaty commented on pull request blender/blender#116582 2023-12-30 21:14:17 +01:00
Geometry Nodes: Add selection and depth options to realize instances

Thanks for the suggestion! BTW I too consider myself a user, so, I feel you :)

I think selection is important to keep, because you might have different instances serving largely different…

Arye Ramaty pushed to WIP-realize-depth at aryeramaty/blender 2023-12-27 16:00:06 +01:00
075692567a I have no idea why I commented it out.
Arye Ramaty pushed to WIP-realize-depth at aryeramaty/blender 2023-12-27 15:43:00 +01:00
1bbee2c131 remove commented code
Arye Ramaty created pull request blender/blender#116582 2023-12-27 15:40:31 +01:00
WIP:Add selection and depth options to realize instances
Arye Ramaty created branch WIP-realize-depth in aryeramaty/blender 2023-12-27 15:11:30 +01:00
Arye Ramaty pushed to WIP-realize-depth at aryeramaty/blender 2023-12-27 15:11:30 +01:00
02e2331486 Merge branch 'main' into WIP-realize-depth
369f1fe4e2 Fix #116558: Console error due to missing property use_template_override
1471c00ecb Add min and remove comments
81bc51988e Still working but simpler code
06eda2a484 Cleanup: Remove most indirect includes of BKE_customdata.hh
Compare 10 commits »
Arye Ramaty commented on pull request blender/blender#115466 2023-12-08 12:16:40 +01:00
Geometry Nodes: new Bake node

Crash: Bug: <video src="/attachments/f932f68a-129c-4452-919d-2fa323c8b81b" title=" Using the…

Arye Ramaty commented on pull request blender/blender#115466 2023-12-08 12:05:21 +01:00
Geometry Nodes: new Bake node

I also conducted some tests, but first, as a disclaimer, my intended use case is not the typical intended use of 'baking.' The problem I aimed to solve is: how can I transfer instances (or any…

Arye Ramaty commented on pull request blender/blender#114910 2023-11-30 12:44:12 +01:00
Geometry Nodes: allow naming geometry sets

Actually, I don't really mind where it is stored, it can be kept on the geometry, but it should be accessed and changed from the instance domain. It's the same way that the 'Fill Curve' node can…

Arye Ramaty commented on pull request blender/blender#114910 2023-11-25 21:38:55 +01:00
Geometry Nodes: allow naming geometry sets

That's a great concept. Even without a complete sting attribute implementation, I can already think of several use cases that would benefit from it. I tested it for a bit, and aside from what…

Arye Ramaty deleted branch geomerty-node-missing-tooltips from aryeramaty/blender 2023-10-03 00:39:17 +02:00
Arye Ramaty closed pull request blender/blender#113162 2023-10-02 17:57:35 +02:00
UI: add descriptions to few GN nodes without descriptions.
Arye Ramaty closed pull request blender/blender#113166 2023-10-02 17:57:10 +02:00
UI: add descriptions to few GN nodes without descriptions.
Arye Ramaty commented on pull request blender/blender#113166 2023-10-02 17:56:39 +02:00
UI: add descriptions to few GN nodes without descriptions.

oops