light's range is not getting exported
See original GitHub issueApparently this bit it is not implemented as of today.
def __gather_range(blender_lamp, export_settings) -> Optional[float]:
# TODO: calculate range from
# https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_lights_punctual#range-property
return None
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:7 (2 by maintainers)
Top Results From Across the Web
T48132 fbx exporter won't export all the point lights properties ...
Start with the start-up scene, add a point light, export as fbx binary. Most of the properties are missing. using fbx2json.py I get...
Read more >Solved: Traffic lights icon not getting exported or printe...
Solved: Hello, I have implemented traffic light indicator for my project as shown below. If I try to export it to PDF or...
Read more >Exporting lighting device data - Vectorworks
All lighting device and accessory data from the current light plot are exported. Individual lighting devices cannot be selected for export. To export...
Read more >Using the Blender glTF Exporter · Hubs by Mozilla
(Animation) 'Limit to Playback Range' - Make sure your playback range is set properly to see the full animation get exported. (Animation) 'Always...
Read more >Exporting, Downloading, and Sharing Data
When you export a CSV file for a relative date range from the profile dashboard, the visitors metric is an estimate only. Scheduling...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Will be fixed in https://github.com/KhronosGroup/glTF-Blender-IO/pull/662.
Note that this relies on the Custom Distance property in Blender, and not Radius:
@julienduroure , thank you. I searched all night about the missing Custom Distance and did not come across this. I am happy that the property is still there. Hope your reply helps other people as well.