Where I can read actual Informations about blender 2.77 issues/limitations in python?

Hi,

as you can see in the title I need informations and I prefer to know the information-sources. I’ve got searched via google, I didn’t found it.

The core informations are currently informations about the setAngularVelocity() function. What’s the minimum which is NOT None value? - I need this information for writing on a script for a ragdoll which considers 2 conditions:
conscious: The player character is alive and not KO (here I have the problems)
and
unconscious: The player character is KO or death (this state operates)

Out unknown reasons my script don’t considers all colliders actually.

Kind regards, Arne.

I’m pretty sure the getLinearVelocity() is deprecated. Use the atributes .worldLinearVeloity and .localLinearVelocity instead. From memory, these have had that issue fixed.

The API should contain all the information:
https://www.blender.org/api/blender_python_api_2_76_2/

Ah,

thank you for the hint. I will test it now. About the information sources I must say, that I perhaps have overlooked something. But that’s not your fail, it’s my fail.

In so far again, thank you.

Kind Regards, Arne.