Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coldtype/st2
/ vec
Function
vec
tests/common.py:7–9 ·
view source on GitHub ↗
(a, b, c)
Source
from the content-addressed store, hash-verified
5
nickel = Font.Find(
"Nickel"
,
"tests/fonts"
)
6
7
def
vec(a, b, c):
8
import
mathutils
9
return
mathutils.Vector([a, b, c])
10
11
def
new_text(text):
12
tag = f
"ST2:{text}"
Callers
4
test_variable_interpolation
Function · 0.85
test_bake_timing
Function · 0.85
common
Function · 0.85
test_export
Function · 0.85
Calls
no outgoing calls
Tested by
3
test_variable_interpolation
Function · 0.68
test_bake_timing
Function · 0.68
test_export
Function · 0.68