Skip to content

Latest commit

 

History

History

bqt_demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

bqt_demo is an optional module, with several qt samples you can use as a guide. To install, add the bqt_demo folder to your python path.

hello_world

To verify installation was successful, launch Blender and in the python console enter the following:

from bqt_demo import hello_world
hello_world.demo()

Blender controlling qt - anim_bar

Demo showing how qt can listen to blender sample_blender_2way

from bqt_demo import anim_bar
anim_bar.main()

timer

a Qt-timer demo

from bqt_demo import timer
timer.main()