Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock created branch tmp_fix_attribute_static_average in mod_moder/blender 2023-05-12 18:54:17 +02:00
Iliya Katushenock commented on pull request blender/blender#107885 2023-05-12 18:43:48 +02:00
Fix #107882: Get evaluated mesh from curve object too

I can assume that a lot of code does not think that it is impossible to get a mesh from bones/camera/.... And this is exactly what the check is for, so as not to try to get a mesh from uninitialize…

Iliya Katushenock commented on pull request blender/blender#107885 2023-05-12 16:40:28 +02:00
Fix #107882: Get evaluated mesh from curve object too

I see, it may work. But i not total sure (didn't do something with subdivision abstraction in a past).

4d6b356d07 progress
Iliya Katushenock commented on pull request blender/blender#107879 2023-05-12 16:20:40 +02:00
Cleanup: Debug to string debug

Yeah, this wotk to me.

26c5157ab2 switch on campbells way
Iliya Katushenock created pull request blender/blender#107885 2023-05-12 15:39:14 +02:00
Fix #107882: Get evaluated mesh from curve object too
Iliya Katushenock created branch tmp_fix_get_eval_mesh_from_curves_too in mod_moder/blender 2023-05-12 15:34:08 +02:00
Iliya Katushenock commented on issue blender/blender#107862 2023-05-12 14:40:03 +02:00
Blender 3.6 Crash when Importing FBX

I can't reproduce crash in my example file. Just not enough memory, i was do reboot my pc after 15 minutes~ https://drive.google.com/file/d/1PPSyQyBMAK0g12ecxlHi2S2c9gIKvId-/view?usp=sharing

Iliya Katushenock created pull request blender/blender#107879 2023-05-12 13:39:45 +02:00
Cleanup: Debug to string debug
f07abfe3b4 init
7a52ad1161 Vulkan: Fix Incorrect Vertex Buffer State
aaf56d7aa5 Refactor: Anim, Symmetrize Armature operator
83a2904d1a Vulkan: IndexBuffer as Subrange
f9d094ba9e Vulkan: Initial Draw List
Compare 10 commits »
Iliya Katushenock created branch tmp_debug_to_string_debug_cleanup in mod_moder/blender 2023-05-12 13:31:08 +02:00
Iliya Katushenock commented on issue blender/blender#107867 2023-05-12 13:17:21 +02:00
Toggling edit mode messes with active attribute

Different indexing of data layers, due to a different set of available attributes, it seems.

Iliya Katushenock commented on issue blender/blender#107856 2023-05-12 13:13:01 +02:00
Interpolated hair curves clipping into meshes with subdivision modifiers unapplied

I can't fine source of rest_position attribute in all blender project. If delete Input Named Attribute and Set Position nodes, everyting going be okay. But i not sure, why this attribute is…

Iliya Katushenock commented on issue blender/blender#107862 2023-05-12 12:51:27 +02:00
Blender 3.6 Crash when Importing FBX

Hey, thank for report. Can you share some example file to reproduce that from scratch?