Cleanup: spelling in comments, reference enum types in doc-strings

Also use doxy formatting for structs in sculpt_uv.c.
This commit is contained in:
Campbell Barton
2023-02-14 10:29:48 +11:00
parent e928dd300b
commit 0fa34aa0ec
12 changed files with 74 additions and 66 deletions

View File

@@ -1704,7 +1704,7 @@ static void rigidbody_update_sim_ob(Depsgraph *depsgraph, Object *ob, RigidBodyO
}
}
/* Make transformed objects temporarily kinmatic
/* Make transformed objects temporarily kinematic
* so that they can be moved by the user during simulation. */
if (is_selected && (G.moving & G_TRANSFORM_OBJ)) {
RB_body_set_kinematic_state(rbo->shared->physics_object, true);