View blender-icon-list.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import bpy | |
class IconPanel(bpy.types.Panel): | |
"""Creates a Panel width all possible icons""" | |
bl_label = "Icons" | |
bl_idname = "icons_panel" | |
bl_space_type = 'PROPERTIES' | |
bl_region_type = 'WINDOW' | |
bl_context = "object" |
View gist:9662107
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"blocks": [ | |
{ | |
"name": "Capture", | |
"id": "532182d0315fa26e6048e771", | |
"order": 0, | |
"duration": 7.333333333333333, | |
"items": [ | |
{ | |
"name": "532182d0315fa26e6048_0", |
View gist:9662076
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"episode": { | |
"name": "test", | |
"width": 1280, | |
"height": 720, | |
"user": { | |
"name": "nisimjoseph", | |
"id": "530f0cff137b1f5055767cef", | |
"email": "nisim@showbox.com" | |
} |
View gist:9306569
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"AspectRatios": [ | |
"16:9", | |
"4:3" | |
], | |
"AssetFamily": "Editorial", | |
"AssetId": "450016738", | |
"AuthorizationConstraints": [], | |
"Caption": "INTERVIEW - Bradley Cooper on Berlin and Success of Film and Oscar Hopes at 'American Hustle' Red Carpet at Friedrichstadt-Palast on February 7, 2014 in Berlin, Germany.", | |
"ClipLength": "00:05:49:23", |