Skip to content

Instantly share code, notes, and snippets.

View Cobertos's full-sized avatar
Scree scree

Cobertos

Scree scree
View GitHub Profile
"""
Utility that allow a system of registering and unregistering of different modules
within a framework/add-on to be loaded into Blender
A module imported with this can have a bl_register and a bl_unregister at the
top level to add what it needs to Blender upon add-on load and unload
Note that this will handle recursively reloading of child modules, so module loops
will definitely cause headaches. Be wary of how you use this
"""
import Ember from 'ember';
export default Ember.Controller.extend({
outputKeys: Ember.computed(function(){
var ret = [];
for(var a in []){
ret.push(a);
}
return ret;
})
@Cobertos
Cobertos / stats3_mod.json
Created April 7, 2017 00:11
THREE.js stats.json dependency graph for just the files that match /loader/i
{
"errors": [
],
"warnings": [
],
"version": "2.3.3",
"hash": "c936010e03868e2a86cc",
"time": 2017,