Skip to content

Commit 9a8751f

Browse files
Docs - Fix typos, incorrect naming and bad ReST syntax
1 parent 9bbe560 commit 9a8751f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/source/tools_attributetools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Run this Python command:
265265

266266
.. code:: python
267267
268-
import mmSolver.tools.fastbake.tool as tool
268+
import mmSolver.tools.attributebake.tool as tool
269269
tool.open_window()
270270
271271
# To run the "fast bake" tool directly (with currently set

docs/source/tools_cameratools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The `Set Camera Origin Frame` tool moves a camera (and world-space
4343
`Bundles`) to the origin on the current frame, and normalizes the
4444
scene (Camera and Bundles) scale to a consistent value.
4545

46-
The tool is instended to be used to provide world-space consistency
46+
The tool is intended to be used to provide world-space consistency
4747
when solving a camera with no known 3D positions.
4848

4949
.. figure:: images/tools_set_camera_origin_frame.png

docs/source/tools_generaltools.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To run the tool, use this Python command:
4242
Unparent to World
4343
-----------------
4444

45-
This is equalivent to Maya's *Unparent* tool (`Shift + p` hotkey), except the tool will
45+
This is equivalent to Maya's *Unparent* tool (`Shift + p` hotkey), except the tool will
4646
maintain the world-space position of the transform node for each
4747
keyframe applied to the node.
4848

@@ -276,7 +276,7 @@ To run the tool, use this Python command:
276276
.. _rivet.mel:
277277
https://www.highend3d.com/maya/script/rivet-button-for-maya
278278

279-
.. _create-rivet-tool-ref:
279+
.. _surface-cluster-tool-ref:
280280

281281
Surface Cluster
282282
---------------

docs/source/tools_meshtools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ specific to the common use cases for MatchMove tasks.
88
.. _create-plane-from-points-ref:
99

1010
Create Aligned Plane From Points
11-
------------------------
11+
--------------------------------
1212

1313
The `Create Aligned Plane From Points` tool is used to generate a Maya
1414
Mesh Plane aligned to a set of 3D points. The plane can be used as a

0 commit comments

Comments
 (0)