Skip to content

Releases: hai-vr/prefabulous-avatar

2.1.0-alpha.1

17 Jun 20:10
Compare
Choose a tag to compare
  • Add alpha version of Accurate Eye Tracking Transforms.

2.0.0-beta.2

13 Jun 07:16
Compare
Choose a tag to compare
Update dependency for testing

2.0.0-beta.1

13 Jun 06:52
Compare
Choose a tag to compare
Update icons

2.0.0-alpha.2

13 Jun 05:26
Compare
Choose a tag to compare
Redefine class names and NDMF Qualified names

2.0.0

13 Jun 07:43
Compare
Choose a tag to compare

Prefabulous for VRChat V2

Prefabulous has been split into several packages, so that VRChat would no longer be needed in the project.

Read more: https://docs.hai-vr.dev/updates/2024/06/13/p0

1.11.2

28 Apr 10:30
Compare
Choose a tag to compare

Fix Prefabulous was not able to compile because it was using a deprecated define VRC_SDK_VRCSDK3 that was missing on some users' projects.

1.11.1

15 Apr 02:40
Compare
Choose a tag to compare

Fix Generate Twist Bones help URL no longer points to localhost.

1.11.0

15 Apr 01:01
Compare
Choose a tag to compare

☀️ New component: Generate Twist Bones (Alpha)

A new component, Generate Twist Bones (Alpha), has been added to Prefabulous.

This component will generate twist bones, which improves the look of the elbow joint by twisting the part of the lower arm that is closer to the elbow.

It creates new twist bones with constraints, and automatically repaints the bones weights of all meshes of the avatar which use that bone.

🚧🚧🚧 This component is currently in an alpha phase. 🚧🚧🚧

At the moment, it only fully supports meshes that are part of the base mesh armature.

The current version will not be able to generate twist bones for additional meshes used by VRCFury Armature Link,
and may not be able to generate twist bones for additional meshes used by Modular Avatar Merge Armature.

Both are intended to be supported in the future, but it's significantly harder to do so.
The component is still released in this state of development as it is beneficial for the bare skin of your avatar.

Thank you for your understanding.

1.10.3

02 Apr 21:51
Compare
Choose a tag to compare

Fix Replace Textures no longer ignores disabled objects

1.10.2-beta.2

28 Mar 09:59
Compare
Choose a tag to compare

Circumvent a possible bug in VCC by removing NDMF 1.4 from vpmDependencies:

  • VCC fails to update Prefabulous, with an error message
      - Failed to handle HTTP request: Invalid version string: >=1.4.0 <1.5.0
      - Failed to check for package changes: 500
  • This might be caused by there being a 3-package deep chain dependency, although this is not confirmed.
  • To alleviate this, remove the dependency to NDMF 1.4 from vpmDependencies.
  • NDMF 1.4 is still implied by the use of Modular Avatar 1.9.9 minimum.