Skip to content

Instantly share code, notes, and snippets.

View bastianlstrube's full-sized avatar

Bastian bastianlstrube

View GitHub Profile
@bastianlstrube
bastianlstrube / KeyConfig_importFromPrefsMenu.py
Created April 11, 2019 12:52
Blender Mayan Pies - Draft Recipe
keyconfig_data = \
[("Object Mode",
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
{"items":
[("wm.call_menu_pie",
{"type": 'O', "value": 'PRESS', "shift": True},
{"properties":
[("name", 'VIEW3D_MT_proportional_editing_falloff_pie'),
],
},
import bpy
from bpy.types import (
Header,
Menu,
Panel,
)
from bpy.app.translations import contexts as i18n_contexts
class sub_mergePie(Menu):
bl_label = "Merge"
@bastianlstrube
bastianlstrube / readme.txt
Created August 15, 2023 11:39
Move It Along (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@bastianlstrube
bastianlstrube / readme.txt
Created August 15, 2023 11:41
Move It Along (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@bastianlstrube
bastianlstrube / readme.txt
Created August 15, 2023 12:13
Move It Along (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@bastianlstrube
bastianlstrube / readme.txt
Created August 21, 2023 22:37
Move It Along (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@bastianlstrube
bastianlstrube / readme.txt
Created August 21, 2023 22:47
Move It Along (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@bastianlstrube
bastianlstrube / readme.txt
Created September 8, 2023 11:17
Move It Along (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@bastianlstrube
bastianlstrube / readme.txt
Created September 10, 2023 18:47
Move It Along (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@bastianlstrube
bastianlstrube / readme.txt
Created September 11, 2023 20:32
Move It Along (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html