Differences

This shows you the differences between two versions of the page.

Link to this comparison view

blender [2025/06/19 23:54] – created riboseblender [2025/07/07 15:56] (current) – added sections on exports and add-ons ribose
Line 1: Line 1:
 ====== Blender ====== ====== Blender ======
 +
 +[[https://www.blender.org/|blender.org]] - free and open 3D creation software
  
 <WRAP center round todo 60%> <WRAP center round todo 60%>
 Under Construction! Please add any resources you find useful! Under Construction! Please add any resources you find useful!
 </WRAP> </WRAP>
 +
 +===== Exporting 3D Models for the Web =====
 +
 +  * [[x3d|X3D]] pages can only use models in the .x3d format
 +    * you can upload these directly to the [[:pad|Everyone Website]]!
 +  * [[:three.js|Three.js]] supports many 3D file formats
 +    * [[https://github.com/mrdoob/three.js/tree/dev/examples/jsm/loaders|list of resource loader scripts in the source code]]
 +  * [[https://modelviewer.dev/|<model-viewer>]] only supports .gltf/.glb
 +    * you may have to [[https://docs.blender.org/manual/en/latest/addons/import_export/scene_gltf2.html|enable the glTF add-on]] for import/export
 +
 +===== Add-ons =====
 +
 +  * [[https://github.com/Sprytile/Sprytile|Sprytile]] - add-on for building tile based low-poly scenes with paint/map editor like tools
 +    * [[https://github.com/ionthedev/ReSprytile|ReSprytile]] - updated for Blender 4.1
  
 ===== Blender Discussions on the Forum ===== ===== Blender Discussions on the Forum =====
Line 20: Line 36:
   * [[https://forum.melonland.net/index.php?topic=3143|Blender is difficult and I am small]]   * [[https://forum.melonland.net/index.php?topic=3143|Blender is difficult and I am small]]
   * [[https://forum.melonland.net/index.php?topic=3527.0|blender help im confused]]   * [[https://forum.melonland.net/index.php?topic=3527.0|blender help im confused]]
 +
 +
 +===== Additional Resources =====
 +
 +  * [[https://www.bforartists.de/|Bforartists]] - fork of Blender with UI changes aimed at artists