Arye Ramaty aryeramaty
  • Joined on 2018-06-10
Arye Ramaty opened issue blender/blender#126595 2024-08-21 12:23:18 +02:00
Group ID in Fill Curve Evaluate inconsistantly
Arye Ramaty commented on issue blender/blender#123010 2024-08-05 15:10:06 +02:00
Bizzare behaviour of the measure and annotation tool

Ho, I tried running the same steps in 4.3 alpha and it's no longer crash

Arye Ramaty commented on issue blender/blender#123010 2024-08-05 15:05:58 +02:00
Bizzare behaviour of the measure and annotation tool

The steps are:

  1. create an annotation object (follow Falk's steps)
  2. Use it as an instance inside a node tree.
  3. Bake it.
  4. Delete the GPencil object.

You can also: open [this](/attachme…

Arye Ramaty commented on issue blender/blender#125419 2024-07-31 13:21:52 +02:00
Blender Crash while loading baked data containing instances that hold empty collections

@ChengduLittleA @PratikPB2123 Can you reproduce using the same steps as in the video?

Arye Ramaty commented on issue blender/blender#125419 2024-07-26 11:16:35 +02:00
Blender Crash while loading baked data containing instances that hold empty collections

Be aware that you have to download the baked data (.json, .blon) and put them in the right path, otherwise, blender won't try to load the corrupted data.

Arye Ramaty commented on issue blender/blender#125419 2024-07-26 11:12:21 +02:00
Blender Crash while loading baked data containing instances that hold empty collections

It's also crashing in the non-modified version, I modify blender to debug better the .instance_reference attribute. Here is a video with the PreCrash blend file:

Arye Ramaty opened issue blender/blender#125419 2024-07-25 15:32:39 +02:00
Blender Crash while loading baked data
Arye Ramaty commented on issue blender/blender#123010 2024-07-08 23:26:59 +02:00
Bizzare behaviour of the measure and annotation tool

Regarding that, should we consider fixing the bug symptoms rather than the root cause? This is a matter of definition. As I see it, there are two different problems intertwined here:

  1. Should…
Arye Ramaty commented on issue blender/blender#123010 2024-06-11 13:32:57 +02:00
Bizzare behaviour of the measure and annotation tool

@lichtwerk , @PratikPB2123 I'll try to reproduce it, but as it happened by mistake, even if I find a way to reproduce it, it may not have been the way it happened the first time. Also, no…

Arye Ramaty commented on issue blender/blender#123021 2024-06-11 11:39:57 +02:00
Proposal: Instance's References Foreach Loop

I think this should not handle the case of generating different geometry from the same reference geometry. So, it's also not possible to access instance attributes or the index. For actually…

Arye Ramaty opened issue blender/blender#123021 2024-06-10 16:54:15 +02:00
Proposal: Instance's References Foreach Loop
Arye Ramaty opened issue blender/blender#123010 2024-06-10 15:48:28 +02:00
Bizzare behaviour of the measure and annotation tool
Arye Ramaty commented on pull request blender/blender#121513 2024-05-07 15:07:27 +02:00
Add Instance as an option to auto field interpolation

Hmm... I see your point, but in my opinion, it's still debatable. This is what I wrote in the chat:

If I use the Group attribute as a driver for the position of the geometry, it will be…

Arye Ramaty created pull request blender/blender#121513 2024-05-07 10:48:59 +02:00
Add Instance as an option to auto field interpolation
b19e065abd Add Instances
7456d716f4 Fix #120811: Loop cut crash with symmetry enabled
45fe1dcdf2 cppcheck: exclude file that hangs for hours
aa03383838 Cleanup: resolve cppcheck funcArgNamesDifferent warnings in blenlib
1838499f55 Cleanup: suppress unassignedVariable warning with cppcheck
Compare 10 commits »
Arye Ramaty pushed to WIP-realize-depth at aryeramaty/blender 2024-05-03 01:27:52 +02:00
d0bb255c01 Two comment style things
Arye Ramaty commented on issue blender/blender#121295 2024-05-02 11:32:57 +02:00
Edge length overlay disappear with extreme clip values

Oh, nice catch, that was it. Thanks. It's interesting that the edge length is the first one to go wrong from all the UI. Oh well...

Arye Ramaty pushed to WIP-realize-depth at aryeramaty/blender 2024-05-02 07:52:14 +02:00
e0b1bb8a45 Take the geometry by const reference.
87fd22f209 Materialized is the default preset
Compare 2 commits »
Arye Ramaty commented on pull request blender/blender#116582 2024-05-01 15:15:21 +02:00
Geometry Nodes: Add selection and depth options to realize instances

I believe I've addressed all the comments. Apologies for the delay; David and I had some things last week that slowed us down. Thanks again for your time, Hans and Jacques.