Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock closed issue blender/blender#104790 2023-02-16 14:31:55 +01:00
Graphical glitches
Iliya Katushenock created branch internal_relink_fix in mod_moder/blender 2023-02-15 20:17:12 +01:00
Iliya Katushenock pushed to internal_relink_fix at mod_moder/blender 2023-02-15 20:17:12 +01:00
9181d150fd fix: avoid read after freed
Iliya Katushenock pushed to internal_relink at mod_moder/blender 2023-02-15 19:06:52 +01:00
58ca215b1e Back to just cleanup
Iliya Katushenock pushed to internal_relink at mod_moder/blender 2023-02-15 18:47:09 +01:00
172ba4e7fd Merge branch 'main' into internal_relink
b07085fe3c Fix #104690: Evaluated positions user-after-free for copied poly curves
753eb9c20e Cycles: disable AMD GPU rendering binaries due to compiler bugs
05b177b0b3 Revert changes to align asset library labels in menus
58752ad93c UI: Ensure menus with icons align all menu item labels
Compare 108 commits »
Iliya Katushenock commented on pull request blender/blender#104783 2023-02-15 17:48:14 +01:00
Fix: Skip anonymous CustomData layers for the python API

I'm surprised and it seems strange to give the user access to anonymous attributes. It seemed to me that this was just the specifics of the implementation of computational abstraction.

Iliya Katushenock commented on issue blender/blender#98583 2023-02-15 17:20:30 +01:00
Appending a particle system pulls in an unused collection

This is an implicit delete. And there are different situations. So don't please everyone. (Confirm, but not sure if that bug or know issues... :) )

Iliya Katushenock commented on issue blender/blender#104780 2023-02-15 17:18:16 +01:00
Unable to output pictures correctly when rendering version 3.2 demo with 65536*65536 resolution

To index this texture, need uint64_t... if just int was used somewhere, then this explains everything.

Iliya Katushenock commented on pull request blender/blender#104783 2023-02-15 15:42:36 +01:00
Fix: Skip anonymous CustomData layers for the python API

I'm surprised and it seems strange to give the user access to anonymous attributes. It seemed to me that this was just the specifics of the implementation of computational abstraction.

Iliya Katushenock closed issue blender/blender#104782 2023-02-15 15:35:37 +01:00
Crash when accessing hair nodes assets in Geometry Nodes editor
Iliya Katushenock commented on issue blender/blender#104773 2023-02-15 14:17:44 +01:00
Particles disappear, motion blur not showing properly

I can confirm that EEVEE does not have this problem, but the issue here is that the number of particles changes. Although it may be really just a factor for incorrectly displaying the blur from…

Iliya Katushenock commented on issue blender/blender#103108 2023-02-15 13:34:08 +01:00
Regression: NODE_OT_add_search ignores NodeItems entries

It was a functional regression. But now, looking at the history available to me, not sure who set the sub type.

Iliya Katushenock commented on issue blender/blender#104773 2023-02-15 13:30:01 +01:00
Particles disappear, motion blur not showing properly

Hello. Particles are created on frame 20. There are particles at 21 and after this moment. I have a suspicion that this is a bug, since the change in the number of particles should be easily…

Iliya Katushenock commented on issue blender/blender#104759 2023-02-15 12:42:22 +01:00
Mix color doesn't show up in the search.

I forget, a lot of gestures for one function! :)

Iliya Katushenock commented on issue blender/blender#104754 2023-02-14 19:38:42 +01:00
Hair particles roots moving when using curl kink type and simple children

If you can't confirm that it used to work the way you want (with a funnel effect), then no. Judging by the description, this made the size constant. That is, from not changing the dimensions…

Iliya Katushenock commented on issue blender/blender#104759 2023-02-14 19:35:33 +01:00
Mix color doesn't show up in the search.

I close this as duplicate due to this seems really similar to blender/blender#102118

Iliya Katushenock commented on issue blender/blender#104754 2023-02-14 18:57:54 +01:00
Hair particles roots moving when using curl kink type and simple children

I can confirm the behavior (that there is a root shift).

Iliya Katushenock commented on issue blender/blender#104754 2023-02-14 18:33:21 +01:00
Hair particles roots moving when using curl kink type and simple children

I don't think this is a bug. That's the tool's job, and if it doesn't have the option to save the position of the roots (which would create a funnel effect), then it's not intended.

And knowing…