disguise developers

Designer Plugins

Plugins for Disguise Designer software.

ResourceManager

A singleton used to manage Resources

Base class: _BlipValue

Properties

isSaveAllAllowed : bool

package : IFilesystem (Read-Only)

Variables

get : Callable

Methods

allResources(self, type: Type) -> List[Resource]

checkForCorruption(self)

emptyTrash(self, trashedResources: List[Resource])

exists(self, path: Path) -> bool

getMostRecentUserVisibleResourceOfType(self, type: Type) -> Resource

load(self, pathNeeded: Path, expectedType: Type) -> Resource

loadOrCreate(self, pathNeeded: Path, expectedType: Type) -> Resource

Load an existing Resource, or create a new Resource

Parameters:

Returns resource: The Resource loaded or created by the function

remove(self, path: Path)

saveAll(self) -> int

search(self, match: str) -> List[str]