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 |