Ragdoll 2022.11.29

A few minor versions has been released since the 29th.

2022.12.01

Repair broken Locomotion.

2022.12.05

Repair broken Educational licences, they were acting like trial/non-commercial licences.

2022.12.13

Keep fields with 0 magnitude from affecting anything.

1 Like

New minor release, added two new environment variables to control where and when to use threading. Mostly for debugging, and the 1 case of something crashing when using threading.

Ragdoll 2022.12.18

  • Added RAGDOLL_SINGLE_THREADED_QT=1 to disable threading when preparing the Asset Library icons. This can add a second or so to the loading time of the Ragdoll plug-in.
  • Added RAGDOLL_SINGLE_THREADED_INTERNET to disable threading when checking for internet and updates to the software. Regardless of whether you actually have access to the internet from within Maya, checking for it still takes time. Worst case scenarios this can take up to 10 seconds, but more likely less than 1 second.

Using these can help narrow down a potential crash, at the expense of a few seconds to plug-in load.

1 Like

One more minor update, adding this flag to bypass the use of urllib, which in some circumstances can cause Maya to crash violently.

Ragdoll 2022.12.20

import os
os.environ["RAGDOLL_SKIP_UPDATE_CHECK"] = "Yep"

See Python is requesting input - #25 by marcus for context.

1 Like

Ragdoll 2022.12.21

Minor release, fixing an issue with importing .rag files with replaced meshes that has been negatively scaled. Loading .rag files was just fine, only import was affected.

2 Likes

Ragdoll 2022.12.22

A minor release, whereby floating licences sometimes did not drop their lease on Maya exit. Now they do, so you should be seeing a more accurate utilisation of your floating licences!

1 Like