Skip to content

Releases: yuna0x0/watari-basis

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 16 Sep 18:56
Immutable release. Only release title and notes can be modified.
v0.9.2
277d11a

Changed

  • Report messages cut to one or two sentences: what happened and what to do.

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 16 Sep 18:24
Immutable release. Only release title and notes can be modified.
v0.9.1
d7208cf

Fixed

  • PhysBones kept on a prefab of their own now find their root bone and colliders on the avatar.
  • A descriptor kept on a nested prefab now keeps its meshes.
  • Colliders assigned to a nested PhysBone by override are read.

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 16 Sep 17:57
Immutable release. Only release title and notes can be modified.
v0.9.0
522a98f

Added

  • VRCFury toggles become Vixxy controls. Checked against VRCFury 1.1429.0.
  • VRCFury Full Controllers are traced like the avatar's own menu and FX controller.
  • VRCFury Armature Links parent clothing bones under the avatar's, new Armature links target.
  • A menu, parameter or FX controller the descriptor names but cannot be read is a warning:
    expressions.assetMissing, expressions.assetNotText, fx.controllerMissing.
  • A copy built by VRCFury is named as such: source.builtCopy.

v0.8.5

Choose a tag to compare

@github-actions github-actions released this 16 Sep 16:06
Immutable release. Only release title and notes can be modified.
v0.8.5
eb594b2

Added

  • Three warnings for an avatar that reads as empty: source.notText, source.sceneOnly,
    avatar.rootNotPrefab.

v0.8.4

Choose a tag to compare

@github-actions github-actions released this 16 Sep 15:07
Immutable release. Only release title and notes can be modified.
v0.8.4
b84ac2c

Fixed

  • The Jiggle Physics dependency is declared as 16.0.1, the version every Basis checkout ships. VPM
    clients matched the embedded package against 16.0.0 exactly and warned of a conflict on install.

v0.8.3

Choose a tag to compare

@github-actions github-actions released this 14 Sep 09:09
Immutable release. Only release title and notes can be modified.
v0.8.3
34a422c

Changed

  • physbone.immobile.ignoreRootMotion is Approximated, not Mapped: ignore root motion cancels the
    root's translation only, and a turning parent still swings the chain.
  • New physbone.immobile.drift warning for an immobile bone whose stiffness came out under 0.1:
    on Basis it wanders when its parent turns. Values are unchanged; the fix is the rig's stiffness.

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 14 Sep 04:47
Immutable release. Only release title and notes can be modified.
v0.8.2
b2d1e59

Changed

  • Internal cleanup only: an unused helper removed. Nothing converts differently.

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 14 Sep 03:26
Immutable release. Only release title and notes can be modified.
v0.8.1
ee17757

Fixed

  • Menu toggles that also switch a PhysBone or a renderer now convert; the whole toggle used to be dropped.
    vixxy.componentSwitch, vixxy.componentSwitch.dropped.

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 14 Sep 01:48
Immutable release. Only release title and notes can be modified.
v0.8.0
58a65d9

Removed

  • Applying Modular Avatar Shape Changers that have no menu item, added in 0.7.0. Modular Avatar
    does this itself at Basis build time when it is installed with the Basis NDMF platform.

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 13 Sep 21:10
Immutable release. Only release title and notes can be modified.
v0.7.0
7aa80e3

Added

  • Overrides from prefab variants and nested prefabs are applied before reading: source.overridesApplied.
  • The report names unread FX layers, motion-time radials, overlapping controls and per-player PhysBone permissions:
    fx.layersUnread, motion.motionTime, vixxy.overlap.
  • A Dynamic Bone constant force pointing straight down becomes gravity.
  • A Modular Avatar Merge Animator's relative path root is honoured.