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.

After initialized, use members of xf_runner.

Ref to members of XRFeitoriaBlender and XRFeitoriaUnreal.

See also

Ref to Tutorial01.

Ref to docs of xrfeitoria.init_blender and xrfeitoria.init_unreal.