Moved texture browser to its own module

This places it in the same kind of structure as Attract and Flamenco.
This commit is contained in:
Sybren A. Stüvel 2019-01-02 16:44:09 +01:00
parent 6f705b917f
commit 8de3a0bba2
5 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import bgl
import blf
import pillarsdk
from . import async_loop, pillar, cache, blender, utils
from .. import async_loop, pillar, cache, blender, utils
REQUIRED_ROLES_FOR_TEXTURE_BROWSER = {'subscriber', 'demo'}
MOUSE_SCROLL_PIXELS_PER_TICK = 50

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB