xrfeitoria
Initialize firstly and run xrfeitoria.
1import xrfeitoria as xf
2with xf.init_blender() as xf_runner:
3 ...
xf_runner
is an instance of XRFeitoriaBlender
,
where contains all the classes and methods to run xrfeitoria.
1import xrfeitoria as xf
2with xf.init_unreal() as xf_runner:
3 ...
xf_runner
is an instance of XRFeitoriaUnreal
,
where contains all the classes and methods to run xrfeitoria.
After initialized, use members of xf_runner
.
Ref to members of XRFeitoriaBlender
and
XRFeitoriaUnreal
.