Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on issue blender/blender#99569 2023-07-12 21:23:08 +02:00
UILayout.template_node_view() doesn't render UI properly

It was fixed in 4.0 (main). For 3.6 the fix was put on the list To Be Backported. Blender LTS: Maintenance Task 3.6

Iliya Katushenock commented on issue blender/blender#110026 2023-07-12 19:46:12 +02:00
3.5 crashes when objects join

Also, it make sense to check the same bug if is still in 3.6/4.0?

Iliya Katushenock commented on issue blender/blender#110026 2023-07-12 19:45:05 +02:00
3.5 crashes when objects join

Hi, thanks for report, can you attach C:\Windows\TEMP\bug.crash.txt?

Iliya Katushenock commented on issue blender/blender#96219 2023-07-12 18:33:16 +02:00
Breaking shader node changes for 5.0

I just was added some a historical links to approach, related to this blender/blender#104126 (comment)

Iliya Katushenock commented on issue blender/blender#103248 2023-07-12 15:50:11 +02:00
Geometry Nodes Volume Features Implementation

@TheJeran I think, problem in implicit volume conversion to project indices from ome volume topology on other one to make indexing possible.

Iliya Katushenock closed issue blender/blender#110010 2023-07-12 14:33:36 +02:00
Color Attribute doesn't work in Solid shading mode in some cases
Iliya Katushenock commented on issue blender/blender#110010 2023-07-12 14:33:34 +02:00
Color Attribute doesn't work in Solid shading mode in some cases

I can confirm, however this issue has been reported before, see #106563. Will merge reports. Please subscribe in #106563 if you want to see further updates

Iliya Katushenock closed issue blender/blender#109998 2023-07-12 12:08:54 +02:00
Anybody has any ideea why the Grow/Shrink option doesn't shrink my curves? It works when I grow but it doesn't when I shrink.
Iliya Katushenock commented on issue blender/blender#109998 2023-07-12 12:08:52 +02:00
Anybody has any ideea why the Grow/Shrink option doesn't shrink my curves? It works when I grow but it doesn't when I shrink.

This report does not contain all the requested information, which is required for us to investigate the issue.

Please submit a new report and carefully follow the instructions. Be sure to…

Iliya Katushenock closed issue blender/blender#109999 2023-07-12 12:00:20 +02:00
Resize issue in Object mode and Global Space
Iliya Katushenock commented on issue blender/blender#109999 2023-07-12 12:00:17 +02:00
Resize issue in Object mode and Global Space

Thanks for the report, but the issue reported here is a request for modified/improved behavior and not a bug in current behavior. Closing as this bug tracker is only for bugs and errors.

For…

Iliya Katushenock commented on issue blender/blender#109965 2023-07-11 23:01:07 +02:00
Rotation Nodes Design / Splitting Nodes

Seeing "Combine Color" in add menu makes sense to you, seeing all this 5-6 options that supposedly do same thing are just confusing and make Add menu place to avoid.

On the one hand, there…

Iliya Katushenock commented on issue blender/blender#109965 2023-07-11 22:47:15 +02:00
Rotation Nodes Design / Splitting Nodes

And lastly, especially with color, I want to try different methods to see what result I can get.

If you're doing this while solving your task, chances are you just don't know what you're doing.

d04fd9699d Merge branch 'main' into tmp_use_string_ref_in_socket_declarations
f5ffdafea2 Fix: Node operators crash when using depsgraph
07fe6c5a57 Cleanup: CMake: Modernize bf_blenkernel dependencies
3d1bcb3b74 Extern: Update json library to 3.11.2
c8e0c69c73 Geometry Nodes: Hide node operators behind experimental option for now
Compare 1969 commits »
Iliya Katushenock pushed to tmp_cleanup_vers_25 at mod_moder/blender 2023-07-11 16:42:47 +02:00
06dd4e463b Merge branch 'main' into tmp_cleanup_vers_25
300cfecc46 Fix #109802: Outliner "Blender File" view cant delete scene
087612c042 Cleanup: Reduce use and scope of templates in vertex paint
efbca8d660 Cleanup: Remove unnecessary tree view function override, add comment
d2c87c3281 LibOverride: Add debug util to print out liboverride data.
Compare 99 commits »
Iliya Katushenock commented on pull request blender/blender#109733 2023-07-11 14:43:23 +02:00
GPv3: Add access functions for opacity and radius attributes

@filedescriptor After issuecomment i'm trying to be more careful in this part

Iliya Katushenock commented on pull request blender/blender#109733 2023-07-11 14:30:08 +02:00
GPv3: Add access functions for opacity and radius attributes

const int num = domain_num(curves, domain); -> curves.attributes().domain_size(domain) const int num -> const int domain_size MutableSpan<T> span = {data, num}; -> `MutableSpan…