Cleanup: Spelling
This commit is contained in:
@@ -175,7 +175,7 @@ void RB_body_set_linear_velocity(rbRigidBody *body, const float v_in[3]);
|
||||
void RB_body_get_angular_velocity(rbRigidBody *body, float v_out[3]);
|
||||
void RB_body_set_angular_velocity(rbRigidBody *body, const float v_in[3]);
|
||||
|
||||
/* Linear/Angular Factor, used to lock translation/roation axes */
|
||||
/* Linear/Angular Factor, used to lock translation/rotation axes */
|
||||
void RB_body_set_linear_factor(rbRigidBody *object, float x, float y, float z);
|
||||
void RB_body_set_angular_factor(rbRigidBody *object, float x, float y, float z);
|
||||
|
||||
|
@@ -1160,7 +1160,7 @@ class BONE_PT_bFollowPathConstraint(BoneConstraintPanel, ConstraintButtonsPanel)
|
||||
self.draw_follow_path(context)
|
||||
|
||||
|
||||
# Roation Limit Constraint
|
||||
# Rotation Limit Constraint
|
||||
|
||||
class OBJECT_PT_bRotLimitConstraint(ObjectConstraintPanel, ConstraintButtonsPanel):
|
||||
def draw(self, context):
|
||||
|
@@ -439,7 +439,7 @@ PanelType *modifier_panel_register(ARegionType *region_type, ModifierType type,
|
||||
}
|
||||
|
||||
/**
|
||||
* Add a shild panel to the parent.
|
||||
* Add a child panel to the parent.
|
||||
*
|
||||
* \note To create the panel type's idname, it appends the \a name argument to the \a parent's
|
||||
* idname.
|
||||
|
Reference in New Issue
Block a user