Recent Releases of xrfeitoria

xrfeitoria - XRFeitoria Release v0.6.4

What's Changed

  • [Feature] Transparent Background Rendering by @HaiyiMei in #44
  • [Fix]CI/CD Improvements by @HaiyiMei in #44
  • [Version] Bump version to v0.6.4 by @HaiyiMei in https://github.com/openxrlab/xrfeitoria/pull/44

Full Changelog: https://github.com/openxrlab/xrfeitoria/compare/v0.6.3...v0.6.4

- Python
Published by HaiyiMei 11 months ago

xrfeitoria - XRFeitoria Release v0.1.0

  • This release is for storing assets

- Python
Published by HaiyiMei 12 months ago

xrfeitoria - XRFeitoria Release v0.6.3

What's Changed

  • [Fix] Bug of multi-threading by @HaiyiMei in https://github.com/openxrlab/xrfeitoria/pull/30
  • [CI] Add CircleCI Pipelines by @HaiyiMei in https://github.com/openxrlab/xrfeitoria/pull/33
  • [Version] Bump version to v0.6.3 by @HaiyiMei in https://github.com/openxrlab/xrfeitoria/pull/34 https://github.com/openxrlab/xrfeitoria/pull/37

Full Changelog: https://github.com/openxrlab/xrfeitoria/compare/v0.6.2...v0.6.3

- Python
Published by HaiyiMei over 1 year ago

xrfeitoria - XRFeitoria Release v0.6.2

Highlight

  • [Unreal] Add lineart annotation support by @EsukaStudio in #28

What's Changed

  • [Unreal] Add lineart annotation by @EsukaStudio in #28
  • [Unreal] Fix bug of Annotator @HaiyiMei in #28
    • Fix the way of finding active playing sequence
    • Replace euler with quat when exporting ActorInfo
  • [Unreal] Replace assert error with warning when adding FK motion. This allows you to add motions in an inaccurate way. @HaiyiMei in #28
  • Fix smplx_annotation accuracy issue @HaiyiMei in #28
    • Add transform_smpl_x in xrfeitoria/utils/anim/motion.py

Full Changelog: https://github.com/openxrlab/xrfeitoria/compare/v0.6.1...v0.6.2

- Python
Published by HaiyiMei almost 2 years ago

xrfeitoria - XRFeitoria Release v0.6.1

Highlight

  • [Unreal] Support exporting camera parameters, vertices, and skeleton per frame by @HaiyiMei in #26
  • Add refine_smpl_x_from_actor_info for refining transl and rotation for smpl_x params by @HaiyiMei in #26

What's Changed

  • Add deprecated decorator by @HaiyiMei in #26
    • use TYPE_CHECKING for deprecated import
  • [Unreal] Optimize import assets in Unreal Engine by @HaiyiMei in #26
  • [Unreal] Support exporting camera parameters, vertices, and skeleton per frame by @HaiyiMei in #26
    • Define Annotator (C++ class) in Annotator.cpp and Annotator.h
    • Spawn Annotator when seq.add_to_renderer by seq._preprocess_before_render
    • By Annotator, the bug of spawnable actor won't update infos solved
    • - [ ] To support blender
  • Fix bugs when loading and dumping smpl data by @wentww in #26
    • Updated SMPL joint names and global orientation adjustment
  • Add refine_smpl_x_from_actor_info for refining transl and rotation for smpl_x params by @HaiyiMei in #26

Full Changelog: https://github.com/openxrlab/xrfeitoria/compare/v0.6.0...v0.6.1

- Python
Published by HaiyiMei almost 2 years ago

xrfeitoria - XRFeitoria Release v0.6.0

Highlight

  • Support import animations from amass files (.npz) by @Maoxie @HaiyiMei in #12, #15
  • Add Material for Blender by @wentww in #15
  • Add support for exporting audio in Unreal by @HaiyiMei in #15

What's Changed

  • [Feature] Support import animations from amass files (.npz) by @Maoxie @HaiyiMei in #12, #15
  • [Enhancement] Optimize logger by @HaiyiMei in #15
  • [Feature] Add Material for Blender by @wentww in #15
  • [Refactor] Deprecate Sequence, propose sequence by @HaiyiMei in #15
  • [Document] Add instructions on building/publishing your own plugins by @HaiyiMei in #15
  • [Feature] Add support for exporting audio in Unreal by @HaiyiMei in #15

Full Changelog: https://github.com/openxrlab/xrfeitoria/compare/v0.5.1...v0.6.0

- Python
Published by HaiyiMei about 2 years ago

xrfeitoria - XRFeitoria Release v0.5.1

Highlight

Update tutorials by @wentww in https://github.com/openxrlab/xrfeitoria/pull/7

What's Changed

  • [Feature] Add more comprehensive error handling by @HaiyiMei in https://github.com/openxrlab/xrfeitoria/pull/5
  • [Feature] Polish tutorials & misc updates by @wentww in https://github.com/openxrlab/xrfeitoria/pull/7
  • [Doc] Update intro videos by @HaiyiMei in https://github.com/openxrlab/xrfeitoria/pull/8, https://github.com/openxrlab/xrfeitoria/pull/10

Full Changelog: https://github.com/openxrlab/xrfeitoria/compare/v0.5.0...v0.5.1

- Python
Published by HaiyiMei over 2 years ago

xrfeitoria - XRFeitoria Release v0.5.0

Highlights:

  • Refactor into a top-level design, using RPC protocol to communicate with the engine, supporting multiple engine backends, including Unreal Engine and Blender.
  • Add a CLI tool to render images from a mesh file.
  • Add docstrings along with Sphinx and publish the documentation on read-the-docs.

Full Changelog: https://github.com/openxrlab/xrfeitoria/compare/v0.1.0...v0.5.0

- Python
Published by HaiyiMei over 2 years ago