Draw Manager: Bring pose bones to the pose engine
Note: We should test if the armature is the "armature modifier" parent of the object. If any good samaritan feels like tackling this, the function to change is: DRW_pose_mode_armature
This commit is contained in:
@@ -118,4 +118,8 @@ void DRW_shgroup_armature_edit(
|
||||
struct Object *ob, struct DRWPass *pass_bone_solid,
|
||||
struct DRWPass *pass_bone_wire, struct DRWShadingGroup *shgrp_relationship_lines);
|
||||
|
||||
/* pose_mode.c */
|
||||
bool DRW_pose_mode_armature(
|
||||
struct Object *ob, struct Object *active_ob);
|
||||
|
||||
#endif /* __DRAW_COMMON__ */
|
||||
|
||||
Reference in New Issue
Block a user