Fix another player stub after type change
This commit is contained in:
@@ -364,7 +364,7 @@ struct EditMesh;
|
|||||||
|
|
||||||
struct FCurve *verify_fcurve(struct bAction *act, const char group[], struct PointerRNA *ptr, const char rna_path[], const int array_index, short add) RET_NULL
|
struct FCurve *verify_fcurve(struct bAction *act, const char group[], struct PointerRNA *ptr, const char rna_path[], const int array_index, short add) RET_NULL
|
||||||
int insert_vert_fcurve(struct FCurve *fcu, float x, float y, short flag) RET_ZERO
|
int insert_vert_fcurve(struct FCurve *fcu, float x, float y, short flag) RET_ZERO
|
||||||
void delete_fcurve_key(struct FCurve *fcu, int index, short do_recalc) RET_NONE
|
void delete_fcurve_key(struct FCurve *fcu, int index, bool do_recalc) RET_NONE
|
||||||
struct KeyingSetInfo *ANIM_keyingset_info_find_name (const char name[]) RET_NULL
|
struct KeyingSetInfo *ANIM_keyingset_info_find_name (const char name[]) RET_NULL
|
||||||
struct KeyingSet *ANIM_scene_get_active_keyingset (struct Scene *scene) RET_NULL
|
struct KeyingSet *ANIM_scene_get_active_keyingset (struct Scene *scene) RET_NULL
|
||||||
int ANIM_scene_get_keyingset_index(struct Scene *scene, struct KeyingSet *ks) RET_ZERO
|
int ANIM_scene_get_keyingset_index(struct Scene *scene, struct KeyingSet *ks) RET_ZERO
|
||||||
|
Reference in New Issue
Block a user