예제 #1
0
def all_item_channels(itemtype):
    scene = lxtd.current_scene()
    return [(item,item_channels(item)) for item in scene.items(itemtype)]
예제 #2
0
def all_item_channels(itemtype):
    scene = lxtd.current_scene()
    return [(item, item_channels(item)) for item in scene.items(itemtype)]
예제 #3
0
def get_scene_filename():
    return lxtd.current_scene().filename or ""
예제 #4
0
def get_scene_filename():
    return lxtd.current_scene().filename or ""