you can use bgl to load your own textures on top of quads drawn by bgl. So yes 
its possible, but not simple, but also not difficult. Also you will also have 
to handle scrolling, since the bgl draw is separate from Blender main GUI , so 
that means a serious amount of code. But if you don't mind the extra works it 
won't be very hard. Bgl also will give some cooler tricks than Blender GUI 
because bgl is basically opengl 1.1 wrapper, so that gives some extra power to 
the coder. 

Bare in mind that bgl is not well tested since add-on don't usually use it. I 
already experience and array of bugs which I don't know if are bugs from my own 
code or from bgl and yes they are bgl textures bugs. But thats the fun of 
coding, it can blow up in your face any time :D 


________________________________
 From: "[email protected]" <[email protected]>
To: [email protected] 
Sent: Thursday, 26 July 2012, 18:45
Subject: [Bf-committers] Images in Panels..
 
Wondering if it's possible or soon will be to load images in panels.  
I'm looking to do this with thumb nails for a prop / character importer 
I'm working on.

Thanks,
Scott

_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers
_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to