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

  • Joined on 2021-01-09
Cedric Steiert pushed to main at extensions/io_scene_x3d 2024-11-06 20:12:04 +01:00
522e5e7703 Add #31: parse text font family and style on import
Cedric Steiert closed issue extensions/io_scene_x3d#32 2024-11-05 21:16:59 +01:00
X3D/WRL Import: Add support for movie texture.
Cedric Steiert commented on issue extensions/io_scene_x3d#32 2024-11-05 21:16:58 +01:00
X3D/WRL Import: Add support for movie texture.

Done, works as expected with attached demo file.

Cedric Steiert pushed to main at extensions/io_scene_x3d 2024-11-05 21:16:36 +01:00
c94f3847bb Add #32: import support for movie texture
Cedric Steiert pushed to main at extensions/io_scene_x3d 2024-11-05 04:23:42 +01:00
136649f86e Fix #28: Allow materials for curve objects, set emit strength to 1
Cedric Steiert closed issue extensions/io_scene_x3d#28 2024-11-05 04:23:42 +01:00
WRL import IndexedLineSet has no material assigned to it
Cedric Steiert pushed to main at extensions/io_scene_x3d 2024-11-04 22:23:46 +01:00
5521e8628b Add solidfy option to import
Cedric Steiert pushed to main at extensions/io_scene_x3d 2024-11-04 21:00:49 +01:00
085ba83113 Fix blender/blender-addons#95365: uv is not defined for elevation grid
Cedric Steiert commented on issue extensions/io_scene_x3d#29 2024-11-04 20:52:10 +01:00
WRL import Extrusion not working: list index out of range

Now works as expected: grafik

Cedric Steiert closed issue extensions/io_scene_x3d#29 2024-11-04 20:51:52 +01:00
WRL import Extrusion not working: list index out of range
Cedric Steiert pushed to main at extensions/io_scene_x3d 2024-11-04 20:51:52 +01:00
da4d96ef69 Fix #29: list index out of range for extrusion geo if len scale < spine
Cedric Steiert pushed to main at extensions/io_scene_x3d 2024-11-04 16:29:26 +01:00
d919e8dc2c Fix blender/blender-addons#101959: rotate image texture for 180
Cedric Steiert pushed to main at extensions/io_scene_x3d 2024-11-04 16:28:39 +01:00
d8a5f78349 Fix blender/blender-addons/issues#101959: rotate image texture for 180
Cedric Steiert closed issue extensions/io_scene_x3d#24 2024-11-04 16:24:35 +01:00
Discussion: Change default axis to Y Forward and Z Up to get accurate axis conversion from x3d to blender, resulting in different visual appearance
Cedric Steiert commented on issue extensions/io_scene_x3d#24 2024-11-04 16:24:35 +01:00
Discussion: Change default axis to Y Forward and Z Up to get accurate axis conversion from x3d to blender, resulting in different visual appearance

My proposed change is done, so i'll close this report. You may reopen it if needed.

Cedric Steiert pushed to main at extensions/io_scene_x3d 2024-11-04 16:23:52 +01:00
69d2742d0c Fix blender/blender-addons/issues/101959: rotate image texture for 180
c616ec7642 Fix blender/blender-addons#102090: flip normals of box on import
6c5160405e Change default forward axis to -z #24
Compare 3 commits »
Cedric Steiert commented on issue extensions/io_scene_x3d#31 2024-11-04 12:51:09 +01:00
X3D/WRL Import: TextStyle - Font family, style not getting parsed

justify and spacing is now getting parsed an applied. Style (bold/italic) and font family is a bit more tricky and thus still a todo.

Cedric Steiert pushed to main at extensions/io_scene_x3d 2024-11-04 12:49:52 +01:00
e5cfc1df58 Add justify, spacing parsing to text objects on import #31
Cedric Steiert commented on issue extensions/io_scene_x3d#26 2024-11-03 13:29:36 +01:00
[TODO] Add drag and drop popup menu

The file handler istself exists now, though currently only single files are supported and no import popup is drawn, instead the file browser opens.

Cedric Steiert closed issue extensions/io_scene_x3d#25 2024-11-03 13:28:03 +01:00
[TODO]: Add batch import - import multiple files at once