Browse Source

Travis CI: API documentation update at 2016-04-09 14:13:25 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/3b1ab0ffeabd473d32cd622a579f41042150a6b5

Message: Partially revert back changes from commit af42c37.

urho3d-travis-ci 9 years ago
parent
commit
c8fdc6eb2c
3 changed files with 5 additions and 3 deletions
  1. 2 1
      Docs/AngelScriptAPI.h
  2. 2 1
      Docs/ScriptAPI.dox
  3. 1 1
      Source/Urho3D/.soversion

+ 2 - 1
Docs/AngelScriptAPI.h

@@ -486,7 +486,7 @@ void AddTime(float);
 void AddWeight(float);
 void Apply();
 float GetBoneWeight(StringHash) const;
-float GetBoneWeight(uint) const;
+float GetBoneWeight(const String&) const;
 uint GetTrackIndex(StringHash) const;
 uint GetTrackIndex(const String&) const;
 void SetBoneWeight(StringHash, float, bool = false);
@@ -497,6 +497,7 @@ void SetBoneWeight(uint, float, bool = false);
 /* readonly */
 Animation animation;
 AnimationBlendMode blendMode;
+Array<float> boneWeights;
 /* readonly */
 bool enabled;
 uint8 layer;

+ 2 - 1
Docs/ScriptAPI.dox

@@ -2898,7 +2898,7 @@ Methods:
 - void AddWeight(float)
 - void Apply()
 - float GetBoneWeight(StringHash) const
-- float GetBoneWeight(uint) const
+- float GetBoneWeight(const String&) const
 - uint GetTrackIndex(StringHash) const
 - uint GetTrackIndex(const String&) const
 - void SetBoneWeight(StringHash, float, bool = false)
@@ -2909,6 +2909,7 @@ Properties:
 
 - Animation@ animation // readonly
 - AnimationBlendMode blendMode
+- float[] boneWeights
 - bool enabled // readonly
 - uint8 layer
 - float length // readonly

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.207
+0.0.208