Cube Map #48834
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#48834
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Addon File: render_cube_map.py
Addon Catalog (wiki): https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Render/Cube_Map
Official (current) repository: https://github.com/dfelinto/render_cube_map
From the docs:
This addon automatizes the process of cubemap rendering.
cc: @sebastian_k
Changed status to: 'Open'
Added subscribers: @sebastian_k, @dfelinto
Added subscriber: @BrendonMurphy
@dfelinto hi, can you drop in to irc, \cube maps seems something that people struggle with some times, having the functions automated sounds like a good idea.
Thanks
Added subscriber: @JacobMerrill-1
Added subscriber: @you.le
@you.le
will this help bge/upbge?
Could you use this to form a grid and then save the cubemaps to some sort of tree?
(for game engine use?)
Static cubemap interpolation?
Thanks for submitting this addon!
Just want to mention: We are using this addon in production since one year. It works perfectly to generate cubemaps for VR scenes, both monoscopic and stereoscopic. Especially in game engines like Unity it is great to have all the 6/12 sides of the cube separately (at least in our workflow). However, in some situations it is useful to combine them to one single very long strip of the 6/12 sides. For that situation I am using ImageMagick with this command:
convert EAST_0001_R.jpg WEST_0001_R.jpg ZENITH_0001_R.jpg NADIR_0001_R.jpg NORTH_0001_R.jpg SOUTH_0001_R.jpg EAST_0001_L.jpg WEST_0001_L.jpg ZENITH_0001_L.jpg NADIR_0001_L.jpg NORTH_0001_L.jpg SOUTH_0001_L.jpg +append output.jpg
Maybe it is possible to do this with python from within Blender?
hi
@sebastian_k
@dfelinto
seems useful enough for master? it would be a nice much used addition.
hi, no activity here, this addon is good for addons contrib.
let me know if you wish to add.
currently realease addons is in bcon3 which is bug fix only.
For the records, I have a simplified version of the file which triggers the same occasional crash in Blender we get from the official version: render_cube_map.py
How to crash:
Thanks raising priority to see if we can solve quickly
no action here atm, lowered priority.
Changed status from 'Open' to: 'Resolved'
closing as resolved, already in addons contrib