Cedric Steiert Bujus_Krachus
  • Germany
  • Game Engineering Student, modeller, coder and gamer :D

  • Joined on 2021-01-09
Cedric Steiert created branch fix-wrl-import-image-texture in Bujus_Krachus/io_scene_x3d 2024-07-20 03:22:12 +02:00
d128be98b3 fix wrl files with pixel image textures not importing correctly
Cedric Steiert created pull request extensions/io_scene_x3d#3 2024-07-20 01:37:03 +02:00
add checks for NoneType to ignore empty shape nodes
Cedric Steiert created branch add-none-check-for-empty-nodes in Bujus_Krachus/io_scene_x3d 2024-07-20 01:36:25 +02:00
92063693e8 add checks for NoneType to ignore empty shape nodes
Cedric Steiert commented on issue blender/blender-addons#94097 2024-07-20 01:23:13 +02:00
Importing .wrl file throws RuntimeError

works in blender 4.2 with extension version 2.3.3

Cedric Steiert created pull request extensions/io_scene_x3d#2 2024-07-19 22:18:17 +02:00
fix list index out of range for color_per_vertex
9b74290f68 fix list index out of range for color_per_vertex
Cedric Steiert created pull request extensions/io_scene_x3d#1 2024-07-19 20:24:54 +02:00
fix https://projects.blender.org/blender/blender-addons/issues/105398 include case same color
14cf678fa9 fix blender/blender-addons#105398 include case same color
Cedric Steiert created branch fix-list-index-out-of-range in Bujus_Krachus/io_scene_x3d 2024-07-19 20:22:01 +02:00
Cedric Steiert created repository Bujus_Krachus/io_scene_x3d 2024-07-19 20:16:46 +02:00
Cedric Steiert commented on issue blender/blender#125078 2024-07-19 19:23:54 +02:00
Camera Plane Bug
  1. Issues for the camera plane addon go to the author: https://gitlab.com/lfs.coop/blender/camera-plane/-/issues

  2. You may include the crash logs to your report: https://docs.blender.org/manual

Cedric Steiert commented on issue blender/blender-addons#105398 2024-07-19 19:17:30 +02:00
VRML Import Error

A cube like shape is included here

Sorry, what you attached is not a .wrl file. Could you upload a valid file?

How did you create it? Assuming from the current file ending it'*s from…

Cedric Steiert commented on issue blender/blender#125077 2024-07-19 17:35:07 +02:00
Eevee NEXT error

Does the issue persist after a driver update? https://docs.blender.org/manual/en/dev/troubleshooting/gpu/#drivers

Cedric Steiert commented on issue blender/blender#125044 2024-07-19 17:33:11 +02:00
In the evee engine (next) small dots appear on each mesh that is placed

Leaving comment to reference related issues by other users, which could have the same cause.

The bugged shading pattern looks identical to #124911

Cedric Steiert commented on issue blender/blender#125077 2024-07-19 17:30:34 +02:00
Eevee NEXT error

The bugged shading pattern looks identical to blender/blender#124911

Cedric Steiert commented on issue blender/blender#124823 2024-07-19 17:25:12 +02:00
Blender 4.2 Video overlay composite run poor performance than 4.1

Haven't checked this yet, but judging from @Bujus_Krachus investigation where the Fog Glow node is the culprit, that's kind of expected. In 4.2, the Fog Glow node now runs on the CPU, not the…

Cedric Steiert commented on issue blender/blender-addons#105398 2024-07-19 17:19:20 +02:00
VRML Import Error

Seems essentially the same as blender/blender-addons#101604.

Could you do following:

  • check if files open correctly in other programs, e.g. 3D Builder -…