MCPcopy
hub / github.com/a1studmuffin/SpaceshipGenerator / resource_path

Function resource_path

spaceship_generator.py:25–26  ·  view source on GitHub ↗
(*path_components)

Source from the content-addressed store, hash-verified

23DIR = os.path.dirname(os.path.abspath(__file__))
24
25def resource_path(*path_components):
26 return os.path.join(DIR, *path_components)
27
28# Deletes all existing spaceships and unused materials from the scene
29def reset_scene():

Callers 1

create_materialsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected