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

  • Joined on 2021-01-09
Cedric Steiert commented on pull request extensions/io_scene_x3d#1 2024-07-21 13:58:33 +02:00
fix blender/blender-addons#105398 include case faces same color

Btw didn't test for different files yet, however as we target array length mismatch this probably shouldn't cause any issues

Cedric Steiert commented on pull request extensions/io_scene_x3d#6 2024-07-21 13:56:45 +02:00
Fix per vertex normals and colors import

There was no opened ticket for that, should I've had open one first ?

Nah, that's okay. Just include some details into the PR message or as comment. Ideally you can tell what get's fixed…

Cedric Steiert commented on pull request extensions/io_scene_x3d#6 2024-07-21 13:16:33 +02:00
Fix per vertex normals and colors import

Could you maybe include the issue numbers or error messages/misbehaviours the PR fixes? Just for documentation purposes...

Cedric Steiert commented on pull request extensions/io_scene_x3d#2 2024-07-21 13:13:58 +02:00
fix list index out of range for color_per_vertex

Who's reviewing and accepting the PR ? (yes, I'm new here)

Tbh idk. Since the addon moved to the extensions platform it doesn't have a maintainer anymore and the official blender team isn't…

Cedric Steiert commented on issue blender/blender-addons#105401 2024-07-21 03:08:39 +02:00
No puedo exportar archivos en FBX

Hi, please provide more details and use english as language. At the current state the report does not contain enough information. A guideline for making a good bug report can be found at…

Cedric Steiert created pull request extensions/io_scene_x3d#5 2024-07-20 18:08:39 +02:00
fix quote detection of multi-line VRMLscripts
Cedric Steiert created branch fix-quotes-multiline-vrml-scripts in Bujus_Krachus/io_scene_x3d 2024-07-20 18:07:54 +02:00
b6fd157858 fix quote detection of multi-line VRMLscripts
Cedric Steiert commented on pull request extensions/io_scene_x3d#2 2024-07-20 17:29:51 +02:00
fix list index out of range for color_per_vertex

@Hombre57 i've included your change requests. Now all cases should work fine.

e8e3c6454c add colorIndex valid check and rebuild option for face end markers
Cedric Steiert commented on pull request extensions/io_scene_x3d#2 2024-07-20 17:04:47 +02:00
fix list index out of range for color_per_vertex

@Hombre57 thanks for the suggestion, will add that soon. Currently i've added a zero length check because the broken file did not have an colorIndex field (in such cases we don't have to rebuild…

6cb7049fa3 fix detection of working wrl files
Cedric Steiert commented on pull request extensions/io_scene_x3d#2 2024-07-20 15:59:31 +02:00
fix list index out of range for color_per_vertex

@Hombre57 thank you for taking the time. Indeed, my proposed "fix" is not a fix at all as it seems. Do you have an idea/quick fix on how to handle such "broken" files? Because programs like…

Cedric Steiert commented on pull request extensions/io_scene_x3d#2 2024-07-20 15:08:35 +02:00
fix list index out of range for color_per_vertex

Hi @Hombre57 could you be so kind and provide a "valid" file to test, which would apply in that case? Currently don't have the time to look one up/create one.

Have you tested your patch with…

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

@Hombre57

Since it solve multiple problems, can I post it in a single patch or should I break it into several small ones ?

Fork https://projects.blender.org/extensions/io_scene_x3d and…

Cedric Steiert commented on issue blender/blender#125123 2024-07-20 07:24:37 +02:00
blender crashs after seperating selection

In your file it crashes when the subdivision surface modifier is enabled. I've attached the logs for others to investigate further. Also maybe helpful to note, that gpu subdivision is disabled…

Cedric Steiert commented on issue blender/blender-addons#79966 2024-07-20 03:30:02 +02:00
WRL Import Throws Error

The attached file works in blender 4.2 with extension version 2.3.3. Seems to be resolved by now.

Cedric Steiert commented on issue blender/blender-addons#83428 2024-07-20 03:28:19 +02:00
WRL import

The attached file works in blender 4.2 with extension version 2.3.3. Seems to be resolved by now.

Cedric Steiert created pull request extensions/io_scene_x3d#4 2024-07-20 03:22:33 +02:00
fix wrl files with pixel image textures not importing correctly