PRI
PRI_TA |-- MatchScore {int} [R] |-- MatchGoals {int} [R] |-- MatchOwnGoals {int} |-- MatchAssists {int} [R] |-- MatchSaves {int} [R]
PRI_TA |-- MatchScore {int} [R] |-- MatchGoals {int} [R] |-- MatchOwnGoals {int} |-- MatchAssists {int} [R] |-- MatchSaves {int} [R]
""" | |
Script generated by ghostrider-05. | |
Blender Addon: https://github.com/leeroyjenkins-87/rlmm_blender_toolkit | |
Created with: https://github.com/ghostrider-05/kismet.ts | |
""" | |
import bpy | |
from bpy.types import NodeTree, Node, NodeSocket | |
import paperclip |