Mikhail Matrosov ktdfly
  • Joined on 2019-08-13
Mikhail Matrosov commented on issue blender/blender#115711 2023-12-03 19:54:43 +01:00
Black Material Issue Eevee

Set an appropriate value for Clipping start of your reflection probe

Mikhail Matrosov commented on issue blender/blender#115709 2023-12-02 19:13:47 +01:00
unexpected Z-fighting with nonexistent black model (EEVEE)

Looks similar to #115599

Mikhail Matrosov commented on issue blender/blender#115599 2023-11-30 16:41:16 +01:00
EEVEE : Intersecting mesh transparency issue

I can confirm. The issue comes from a limited depth precision. With alpha set to just a touch above 0 you can make the intersection to have an arbitrary look

Mikhail Matrosov commented on issue blender/blender#115390 2023-11-28 10:29:05 +01:00
EEVEE: Small texture are not rendered by the distance (Missing precision ?)

That's the result of EEVEE using mipmaps. Use Cubic or Closest interpolation to avoid it

Mikhail Matrosov commented on issue blender/blender#114988 2023-11-19 09:18:48 +01:00
Blender 4.0 Agx got Red Tint on the Principled BSDF Material

No problem, @Prince-26. As for me this is an unexpected behaviour and is an example of notorious three problem in non-spectral renderers. It's a bug rooted in some incorrect assumptions in Cycles,…

Mikhail Matrosov commented on issue blender/blender#114988 2023-11-18 08:45:29 +01:00
Blender 4.0 Agx got Red Tint on the Principled BSDF Material

It's not related to AgX. Standart color transform shows the same behaviour. Filmic also, just less noticeable because of lower color saturation in general and because it goes greenish for low…

Mikhail Matrosov commented on pull request blender/blender-addons#104939 2023-10-18 19:11:49 +02:00
WIP: FBX: Preventing import of duplicate shape keys

Closing due to !104954 fixing the issue

Mikhail Matrosov closed pull request blender/blender-addons#104939 2023-10-18 19:11:49 +02:00
WIP: FBX: Preventing import of duplicate shape keys
Mikhail Matrosov commented on pull request blender/blender-addons#104910 2023-10-09 11:24:27 +02:00
WIP: FBX: Fix #84111: AssertionError importing shapekeys

To me it's not clear if untangling this is worth the time, since such files seem to be produced only by Unreal, and the result is going to be exactly the same (channels refer to same shapekeys),…

Mikhail Matrosov created pull request blender/blender-addons#104939 2023-10-08 01:16:25 +02:00
Preventing import of duplicate shape keys
Mikhail Matrosov pushed to main at ktdfly/blender-addons 2023-10-07 22:41:51 +02:00
39b507610d Splitting the PR: only Avoiding AssertionError when FBX has in-between shapes left
Mikhail Matrosov pushed to fbx_prevent_dup_shape_keys at ktdfly/blender-addons 2023-10-07 22:18:13 +02:00
8352f9fef8 Preventing import of duplicate shape keys
Mikhail Matrosov created branch fbx_prevent_dup_shape_keys in ktdfly/blender-addons 2023-10-07 22:18:13 +02:00
Mikhail Matrosov pushed to main at ktdfly/blender-addons 2023-10-07 21:47:02 +02:00
3a6f098668 Splitting the PR: only Avoiding AssertionError when FBX has in-between shapes left
Mikhail Matrosov commented on issue blender/blender-addons#104909 2023-09-24 00:34:10 +02:00
FBX not importing some shapekeys

Yes, I have two different files with the same issue. Another one is also exported from Unreal. It is Unreal's fault or may be they are trying to encode or hide something here. At least for my…

Mikhail Matrosov created pull request blender/blender-addons#104910 2023-09-23 22:56:42 +02:00
FBX: Fix #104909: AssertionError importing shapekeys
Mikhail Matrosov pushed to main at ktdfly/blender-addons 2023-09-23 22:48:37 +02:00
6b5acc2aeb FBX: Fix #104909: AssertionError importing shapekeys
Mikhail Matrosov commented on issue blender/blender-addons#104909 2023-09-23 22:41:13 +02:00
FBX not importing some shapekeys

Indeed. The provided diff fixes #84111 as well.

Mikhail Matrosov commented on issue blender/blender-addons#104909 2023-09-23 22:19:36 +02:00
FBX not importing some shapekeys

Have some issues posting it as a pull request. Here's diff. The example file causes not only the Assertion error, but also creates millions of duplicated shapekeys. The patch avoids it as well by…

Mikhail Matrosov opened issue blender/blender#112793 2023-09-23 21:51:41 +02:00
FBX not importing some shapekeys