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

  • Joined on 2021-01-09
Cedric Steiert merged pull request extensions/io_scene_x3d#3 2024-08-06 17:22:24 +02:00
add checks for NoneType to ignore empty shape nodes
6101db7983 Merge branch 'main' into add-none-check-for-empty-nodes
c86b76ee55 fix list index out of range for color_per_vertex (#2)
792b2c5ce5 Fix error importing files with one color for all faces
Compare 3 commits »
Cedric Steiert pushed to main at extensions/io_scene_x3d 2024-08-06 17:19:40 +02:00
c86b76ee55 fix list index out of range for color_per_vertex (#2)
Cedric Steiert deleted branch fix-list-index-out-of-range-vertex-color from Bujus_Krachus/io_scene_x3d 2024-08-06 17:19:40 +02:00
Cedric Steiert merged pull request extensions/io_scene_x3d#2 2024-08-06 17:19:38 +02:00
fix list index out of range for color_per_vertex
b566bb6c87 Merge branch 'main' into fix-list-index-out-of-range-vertex-color
792b2c5ce5 Fix error importing files with one color for all faces
Compare 2 commits »
Cedric Steiert pushed to main at Bujus_Krachus/io_scene_x3d 2024-08-06 17:15:00 +02:00
792b2c5ce5 Fix error importing files with one color for all faces
Cedric Steiert commented on pull request extensions/io_scene_x3d#2 2024-08-05 18:06:49 +02:00
fix list index out of range for color_per_vertex

@Hombre57

Yes, I manually merged this branch in PR #6 and it loaded with normals and colors. Here is what I get.

Great, looks exactly how it should (with smooth shading and colors…

Cedric Steiert commented on pull request extensions/io_scene_x3d#2 2024-08-04 23:30:51 +02:00
fix list index out of range for color_per_vertex

Hi @Hombre57, you are partially correct.

Comparison However, when using coordIndex (or index) it will have Ambient Occlusion Pre-baked into the material as it seems. I don’t think…

0f47714f59 simplify code for case Color per vertex without index
Cedric Steiert commented on pull request extensions/io_scene_x3d#6 2024-08-04 19:24:01 +02:00
Fix per vertex normals and colors import

Btw as you seem quite knowledgeble with the wrl format feel free to suggest further bug fixes or code improvements if you want and have some spare time on your hand; contributions are always welcome

Cedric Steiert approved extensions/io_scene_x3d#6 2024-08-04 19:20:50 +02:00
Fix per vertex normals and colors import

Damn ! I'm not used to produce such crappy commits 😶‍. Back and forth testing and yep, that line was gone. It still works w/o that line here, so that's why I didn't noticed it was gone.

Cedric Steiert commented on issue blender/blender-addons#105423 2024-08-04 18:51:18 +02:00
Blender send to keyshot not working

Hi, that add-on is not maintained by the blender team nor part of the extension platform. Thus contact the original authors (https://www.keyshot.com/support/) and report the bug there. I assume…

Cedric Steiert suggested changes for extensions/io_scene_x3d#6 2024-08-04 18:25:49 +02:00
Fix per vertex normals and colors import

Well, thanks for the addition. It can stay as now the imported mesh looks even cleaner than ever and though is totally realted to the PR with the suggested demo files.

Cedric Steiert approved extensions/io_scene_x3d#6 2024-08-04 13:45:33 +02:00
Fix per vertex normals and colors import

Thanks for the changes, works now and should be ready to merge :)

Cedric Steiert commented on pull request extensions/io_scene_x3d#7 2024-08-04 02:18:50 +02:00
X3D/VRML import: Fix blender/blender-addons#98442, check if USE-based cache is set in IndexedFaceSet

Hi @nickberckley, any updates on the open question regarding maintainer and/or reviewing/merging pending open PRs?

Cedric Steiert suggested changes for extensions/io_scene_x3d#6 2024-08-04 01:27:24 +02:00
Fix per vertex normals and colors import

I finally had time to work on this

Cedric Steiert commented on issue blender/blender#125784 2024-08-01 19:51:38 +02:00
addons downloading problem

Seems to be the same as blender/blender#124731. Try the suggestions from there to resolve your issue.

Cedric Steiert commented on issue blender/blender#125464 2024-07-28 05:06:25 +02:00
third party addons unavialible upon download

Great to hear. What fixed the issue for you or what exactly was the problem in the first place?

Cedric Steiert commented on issue blender/blender#125517 2024-07-26 23:30:12 +02:00
drag 3 images one by one but in a row within the 3D view.

Hi, was not able to reproduce with the provided steps. Could you attach the crash log: https://docs.blender.org/manual/en/latest/troubleshooting/crash.html#crash-log and provide more details on…