Blender Cloud integration in Blender #48905
Loading…
x
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?
Blender Cloud integration in Blender
We are planning some steps to improve the integration of Blender with the Blender Cloud. The goals are:
Our main motivation is to get some quick tools to allow for such easier interaction, before the asset engine project is completed.
Use case: image variant selection
The first planned use case is to allow the selection of variants of an image (in terms of resolution), within an image datablock.
The expected workflow is:
Image data structure on Blender Cloud
Blender Cloud runs on the Pillar Framework and it uses flat-node-based data structures. In the case of an image we have the following (simplified) data:
We plan to generate a enum-based interface that easily allows the selection of a
file
, using theresolution
attribute as a label. This will then trigger a callback which will download or fetch from a cache the selected file.Visualizing datablocks connected with the Cloud
We want to be aware about which content has been assigned attributes that can be used by the Blender Cloud Add-on.
Our planned solution is to display additional text, or a standard label, on all such content. For example: in the Image Editor, we could display the Cloud icon in the header. The goal is to be informative, but not intrusive.
Changed status to: 'Open'
Added subscriber: @fsiddi
Added subscriber: @dr.sybren
Changed status from 'Open' to: 'Archived'