Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on issue blender/blender#105652 2023-03-11 11:41:24 +01:00
Exact Boolean (Union & Self Intersections -- to remove inside geometry) bad performance/memory footprint

@Still Hello. Can you simplify a file by targeting a boolean node? Since you can reproduce it, I have a suspicion that the problem is in the boolean. This may be a duplicate of an old issue report…

Iliya Katushenock commented on issue blender/blender#105651 2023-03-11 11:37:24 +01:00
Problem with shader editor and geometry nodes

Hello. Please do not duplicate the report. You can edit your first report.

Iliya Katushenock closed issue blender/blender#105651 2023-03-11 11:36:48 +01:00
Problem with shader editor and geometry nodes
Iliya Katushenock commented on pull request blender/blender#105646 2023-03-10 22:50:51 +01:00
Python API: ViewLayer.aovs.remove isn't available

@Nischay-Raj You can always ask something in the chat if you are interested https://blender.chat/channel/blender-coders

Iliya Katushenock commented on pull request blender/blender#105646 2023-03-10 22:40:27 +01:00
Python API: ViewLayer.aovs.remove isn't available

Hello. This is not an implementation of a bug fix, but a todo. So no prefix Fix #... is required.

Iliya Katushenock commented on pull request blender/blender#105634 2023-03-10 17:26:31 +01:00
WIP: Fix #105578: Fix the tilt of the curve if realize instance makes it impossible to calculate the normal correctly

Fine. It seems to be easier to take and save the normals of the curve. Keep them separate when realizing. Apply a transformation matrix to them. After that, take the new normals from the…

Iliya Katushenock commented on issue blender/blender#105321 2023-03-10 14:09:42 +01:00
Replace legacy instancing panel

And also the topic of discussion on this forum https://devtalk.blender.org/t/remove-legacy-instancing/28028/18

Iliya Katushenock commented on issue blender/blender#105321 2023-03-10 13:47:40 +01:00
Replace legacy instancing panel

Here are a couple of examples of the interface in the modifier

Iliya Katushenock created pull request blender/blender#105634 2023-03-10 13:06:17 +01:00
WIP: Fix 105578: Fix the tilt of the curve if realize instance makes it impossible to calculate the normal correctly
Iliya Katushenock created branch fix_tilt_of_realized_curve in mod_moder/blender 2023-03-10 13:01:44 +01:00
Iliya Katushenock pushed to fix_tilt_of_realized_curve at mod_moder/blender 2023-03-10 13:01:44 +01:00
3f58e340e2 init commit
219be2e755 BLI; Math: Remove Normalized template parameter for some conversion
Compare 2 commits »
Iliya Katushenock commented on pull request blender/blender#105631 2023-03-10 11:54:31 +01:00
Fix #105601: Remove duplicates when inserting links into multi inputs

The nodeRemLink function is already calling BKE_ntree_update_tag_link_removed

Iliya Katushenock pushed to cleanup_reduce_nesteds at mod_moder/blender 2023-03-10 09:45:04 +01:00
f9f051b9cb Merge branch 'main' into cleanup_reduce_nesteds
896ba33336 GHOST: use logging for GHOST_NDOFManagerUnix
d64dfc4333 Cleanup: spelling in comments
ecc3e8c751 Cleanup: format, sort CMake file lists
10f06221c1 Cleanup: UV: simplify uv packing
Compare 14 commits »
Iliya Katushenock commented on issue blender/blender#105578 2023-03-10 09:38:08 +01:00
Realize Instances lost Z rotation of Curve Line in certain situations

@Zhen-Dai This is part of the topic of the report, but still do not go too far from us)

Iliya Katushenock commented on issue blender/blender#105619 2023-03-09 22:35:31 +01:00
Geometry Nodes: link to output inside node group is invalid when created from Python

Hello. API changes. The creation of a new socket should now be explicitly done by the user. We can also close this as a duplicate of blender/blender#105283 I'm…

Iliya Katushenock pushed to cleanup_reduce_nesteds at mod_moder/blender 2023-03-09 20:52:56 +01:00
b72c7ce7b6 several requested changes
64c8585e0b Merge branch 'main' into cleanup_reduce_nesteds
0fe1a02055 Merge branch 'blender-v3.5-release'
4912695e00 Fix #105610: Missing "Amount" validation in duplicate elemnts node
af5a115f65 GPU: Refactor API for Clearing Storage Buffers
Compare 87 commits »
Iliya Katushenock commented on pull request blender/blender#105509 2023-03-09 20:15:46 +01:00
Cleanup: Reduce nesteds in node.cc

I would like to complete my list of things that can be cleared in this file though (I can send it to you for approval if you want). Reducing nesting is very useful for simplifying code. Already…

Iliya Katushenock commented on issue blender/blender#105578 2023-03-09 19:15:10 +01:00
Realize Instances lost Z rotation of Curve Line in certain situations

@Baardaap Yes, I saw. It is necessary to check the first point of the curve, if it belongs to a vertical segment, to refine the rotation matrix on it in order to get the curve Z angle. After that,…

Iliya Katushenock commented on issue blender/blender#105546 2023-03-09 19:01:33 +01:00
Cycles Render: Volume (Before Baked Simulation Starts) still trying to be rendered

Hello @Thomas-35 . Please don't be judgmental. To reproduce your description, even in your file, required some ingenuity. I tried to describe everything as it seems to be more clear. so I can…