- click to show/hide a 3D object
- click to toogle a 3D object
- add Integrated Bake Process similar to @anfeo
All notable changes to this project will be documented in this file.
- NEW = New Feature
- FIX = Bug Fix
- [NEW] show all AFRAME custom properties inside the main panel
- [NEW] add a "remove" button foreach custom properties
- [NEW] fix closing Blender with running http server, thanks to @s-light
- [NEW] removed "start_server.bat"
- [NEW] added "start_web_server.py" file in the exported directory to start local web server (used for delivery package outside blender)
- [NEW] update to Blender 3.5.1
- [NEW] internal "index.html" template is reset after unregistering the add-on (to be sure it's the latest version)
- [NEW] added a bat file to open http server as package "start_server.bat" (needs python 3 and Chrome installed on windows)
- [NEW] temporary diabled the Naxela add-on integration
- [NEW] Export blender lights
- [NEW] Export scene as single glTF mesh file
- [NEW] AFRAME_HTTP_LINK: add a link web text field
- [NEW] AFRAME_SHOW_HIDE_OBJECT: click to show or hide another 3d object
- [NEW] UI refactoring
- [NEW] Added ThreeJS/Aframe Render settings: antialias, colorManagement, physicallyCorrectLights
- [NEW] Updated to the latest A-frame version (1.2.0)
- [NEW] Added Custom properties: AFRAME_GEOMETRY, AFRAME_NOGLTF, AFRAME_SRC, AFRAME_TAG
- [NEW] index.html template saved inside blend file after the first export, thanks to @coderofsalvation
- [NEW] UI Layout refactored
- [NEW] Better Panel to use Lightmapper's bake
- [NEW] Add object actions:
- Rotation360: rotate on Z axis an object
- LinkUrl: add a html link when click on object
- VideoPlay: add a video on plane object (it needs a mp4 file inside "media" directory)
- Toogle Images
- Use of generic custom property "AFRAME_XXX" to manage custom actions (e.g: AFRAME_FOO-BAR wil be convereted in <a-entity .... foo-bar="{value)">), thanks to @coderofsalvation
- [NEW] add an intensity value to be applied to generated lightmaps
- [NEW] Toogle image handler (click to toogle images)
- [NEW] Lightmapper Blender Add-in integration to bake lightmaps into A-Frame
- [NEW] "AFRAME_ANIMATION" Custom Property. AFrame animation tag examples:
- "property: rotation; to: 0 360 0; loop: true; dur: 10000;"
- "property: position; to: 1 8 -10; dur: 2000; easing: linear; loop: true;"
- [NEW] "AFRAME_HTTP_LINK" Custom Property: html link when click on object
- [NEW] "AFRAME_VIDEO" Custom Property: target=mp4 video to show
- [NEW] "AFRAME_IMAGES" Custom Property: click to swap images, example:
- {"1": "image1.jpg", "2": "image2.jpg"}
- [NEW] Built in HTTP Server for preview, thanks to @msfeldstein
- [NEW] Added an option to show or not Environment Sky (env sky or color sky)
- [FIX] Python Code Refactoring, thanks to @fsoft72
- [FIX] Fix assets path problem
- [NEW] Initial commit