OpenAssetIO / usdOpenAssetIOResolver

An AR2 plugin that hosts OpenAssetIO
Apache License 2.0
24 stars 3 forks source link

Consider bringing our own python environment. #23

Open elliotcmorris opened 1 year ago

elliotcmorris commented 1 year ago

Currently, the resolver assumes a python environment, ergo, it needs to be run from a python application, even though the USD libs that load it are C++.

This isn't neccesarily great, we should consider how to let the resolver run in non-python contexts, potentially be creating our own python environment.