Sybren A. Stüvel
974d33e3a3
Texture Browser updated for Blender 2.8 drawing
...
The drawing code has been abstracted into a `draw.py` for Blender 2.8
and `draw_27.py` for earlier versions.
2019-01-03 10:41:42 +01:00
Sybren A. Stüvel
8de3a0bba2
Moved texture browser to its own module
...
This places it in the same kind of structure as Attract and Flamenco.
2019-01-02 16:47:33 +01:00
Sybren A. Stüvel
79dc5c91f7
Gracefully handle download errors in texture browser
2018-03-22 14:21:09 +01:00
Sybren A. Stüvel
250939dc32
Added custom cloud icon
2016-07-08 17:00:44 +02:00
Sybren A. Stüvel
e32d7de7a6
Earlier calling of thumbnail_loading callback
...
This means that some information isn't available to the callback yet,
but it can show the filename & spinner logo much sooner.
2016-03-14 18:12:29 +01:00
Sybren A. Stüvel
59401d9c41
Moved GUI to 3D viewport
...
We now draw the GUI using OpenGL in Python. This allows for much more
control on the Python side. It's still a prototype, and allows us to
test the features without depending on C support in Blender itself.
GUI code was taken from the Asset Flinger addon.
2016-03-14 17:23:56 +01:00