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
#!/usr/bin/env python3 | |
class Color: | |
color_code = None | |
reset = '\033[0m' | |
_color_code_stack = [reset] | |
def __init__(self): |
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
"""Blender add-on that selects all nodes in the current node editor view of the same type as the active node. | |
Default shortcut is Shift Ctrl Q. | |
""" | |
import bpy | |
bl_info = { | |
"name": "Select Similar Nodes", | |
"author": "Kevin van Kessel", | |
"description": "Select nodes of the same type as the active node", |
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
Posted a prediction to Twitter on Mar 18 2022 (https://twitter.com/kevin_vankessel/status/1504941792906526722) | |
Posting it here as backup proof. | |
sha256-aa5360cb997155549d4231302ee643a41cfda802bae54859d6b9297260268503 |