Vincent Marchetti vmarchetti
  • Joined on 2022-02-02
Vincent Marchetti commented on pull request extensions/io_scene_x3d#39 2024-11-21 17:12:06 +01:00
Export ImageTexture node for an image identified in material node tree

url='"textures\Untitled.png"' is the correct syntax for this X3D property, which is an MFString type, list of strings. The form expected by the importer is a common mistake. I propose to keep the…

Vincent Marchetti commented on pull request extensions/io_scene_x3d#39 2024-11-21 13:19:50 +01:00
Export ImageTexture node for an image identified in material node tree

I am not able to reproduce the reported fault:

  • newly created unsaved image does not get saved on export in any mode,

I follow the procedure in the comment above from 9 Nov 2024 10:27 AM…

Vincent Marchetti commented on pull request extensions/io_scene_x3d#39 2024-11-18 21:36:06 +01:00
Export ImageTexture node for an image identified in material node tree

At commit 832ed4 the code has passed basic testing, including handling the use-case of an image created within blender. The writing of image files has been rewritten to make use of the existing…

Vincent Marchetti pushed to image-export at vmarchetti/io_scene_x3d 2024-11-18 21:27:07 +01:00
832ed4b4dd Fixed a broken import, the os os.path modules were not
d35c730b90 Removed the UI based default setting of path_mode to 'COPY'
88a6970387 An implementation that works for the earth_imagetexture example in COPY mode
b17bc0b40a partial refactoring to use the code in material_node_search
35fbe6c6f8 A new source file intented for Python code
Compare 5 commits »
Vincent Marchetti pushed to image-export at vmarchetti/io_scene_x3d 2024-11-16 00:03:57 +01:00
9be8742e76 Added a UI panel with a selector for the value of the path_mode
Vincent Marchetti pushed to main at vmarchetti/io_scene_x3d 2024-11-15 18:41:56 +01:00
60d47419d7 bump version to 2.4.1
fca9f101a8 Fix keyerror on text import if no font sytle is provided
ad0b30d813 Fix #40: use light instead of lamp
dd2fcdccd6 bump version to 2.4.0
522e5e7703 Add #31: parse text font family and style on import
Compare 14 commits »
Vincent Marchetti commented on pull request extensions/io_scene_x3d#39 2024-11-09 12:08:36 +01:00
Export ImageTexture node for an image identified in material node tree

The attached file earth_textureimage.blend can be used to demonstrate the X3D and image file export. Load it into Blender, invoke the X3D export with default export options. A file earth_texturei…

Vincent Marchetti created pull request extensions/io_scene_x3d#39 2024-11-09 01:35:11 +01:00
WIP: Export ImageTexture node for an image identified in material node tree
Vincent Marchetti commented on issue extensions/io_scene_x3d#35 2024-11-08 13:40:33 +01:00
X3D Export: export objects as their correct type

I think this would not be a priority task, even for exporting text. It may be an interesting problem to solve for the sake of completeness, but if someone claims they need this capability for the…

Vincent Marchetti commented on issue extensions/io_scene_x3d#34 2024-11-08 13:20:48 +01:00
[TODO] X3D Export: Add support for basic material node setups

I am re-enabling exporting an ImageTexture X3D node in x3d exporter. The new code is in the image-export branch of https://projects.blender.org/vmarchetti/io_scene_x3d . I am testing and my goal…

Vincent Marchetti created branch image-export in vmarchetti/io_scene_x3d 2024-11-03 23:03:14 +01:00
Vincent Marchetti pushed to image-export at vmarchetti/io_scene_x3d 2024-11-03 23:03:14 +01:00
052f53a7d4 Edited the code to identity images used as textures,
Vincent Marchetti pushed to main at vmarchetti/io_scene_x3d 2024-11-03 21:06:06 +01:00
d4e99d97ab Add drag drop file handler #26
1e8c26c38d Add multi-file import #25
e7ad2c69a6 Adjust copyright notices; rename issue template oempty to other
6603ce0bbb Add feature #19: limit to selected,visible,active collection for export
4c83bb6f0f Add bug report/feature reuqest button to addon settings #30
Compare 8 commits »
Vincent Marchetti created branch imagetexture-support in vmarchetti/io_scene_x3d 2024-11-03 20:46:02 +01:00
Vincent Marchetti pushed to imagetexture-support at vmarchetti/io_scene_x3d 2024-11-03 20:46:02 +01:00
22ed984117 Removed the legacy code that searched for images, but that had been modified
acf1f3b851 Added import of logging module and defined a logger
Compare 2 commits »
Vincent Marchetti created branch imagetexture-support in vmarchetti/io_scene_x3d 2024-11-03 20:46:02 +01:00
Vincent Marchetti pushed to imagetexture-support at vmarchetti/io_scene_x3d 2024-11-03 20:46:02 +01:00
22ed984117 Removed the legacy code that searched for images, but that had been modified
acf1f3b851 Added import of logging module and defined a logger
Compare 2 commits »
Vincent Marchetti deleted branch export_texture_coordinates from vmarchetti/io_scene_x3d 2024-11-03 02:24:09 +01:00
Vincent Marchetti deleted branch imagetexture-support from vmarchetti/io_scene_x3d 2024-11-03 02:23:54 +01:00
Vincent Marchetti deleted branch repair-export-panel from vmarchetti/io_scene_x3d 2024-11-03 02:23:47 +01:00