Page 1 of 1

some node animation mistakes in the manual

Posted: Sun Sep 30, 2018 8:30 pm
by Psychophanta
In the manual, in the node animation section there are some entries wrong, like NodeAnimationKeyFramePitch() instead of GetNodeAnimationKeyFramePitch()

Re: some node animation mistakes in the manual

Posted: Sun Sep 30, 2018 11:03 pm
by Andre
Moved to proper 'Bugs reports' section for further investigation.

Re: some node animation mistakes in the manual

Posted: Fri Dec 07, 2018 12:36 am
by Andre
I just checked + reworked the NodeAnimation library docs - and added all missing Get/Set prefixes to the old NodeXXX library commands. Hopefully always at the right place... :twisted:

Btw. I came accros the following - according to PB IDE auto-completion the following commands are stellt present in PB5.70 (b2):
- NodeAnimationStatus()
- NodeFixedYawAxis()

Shouldn't they get the name
- GetNodeAnimationStatus()
- SetNodeFixedYawAxis()
according to their functionality?

Re: some node animation mistakes in the manual

Posted: Sun Feb 23, 2020 10:31 am
by Psychophanta
Andre wrote:I just checked + reworked the NodeAnimation library docs - and added all missing Get/Set prefixes to the old NodeXXX library commands. Hopefully always at the right place... :twisted:

Btw. I came accros the following - according to PB IDE auto-completion the following commands are stellt present in PB5.70 (b2):
- NodeAnimationStatus()
- NodeFixedYawAxis()

Shouldn't they get the name
- GetNodeAnimationStatus()
- SetNodeFixedYawAxis()
according to their functionality?
I don't pronounce about it, but there should be some consistence for all commands about 'Get' and 'Set' prefixes.
(Sorry i did not answer before, but i am not get report of replies, since some years ago, don't know why)