Skip to content

Commit

Permalink
grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lordlatch committed Mar 17, 2017
1 parent bf6f3be commit bca20e1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions docs/user_guide/nodes/object/object_visibility_input.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Object Visibility Input

Description
-----------
This node will return a boolean which describe the visibility of some properties like the object's visibility in viewport of rendering.
This node will return a boolean which describe the visibility of some properties such as the object's visibility in viewport of rendering.

.. image:: images/object_visibility_input_node.png
:width: 160pt
Expand All @@ -16,12 +16,12 @@ Inputs
Outputs
-------

- **Hide** - Return True if object is visible in viewport and False if not.
- **Hide Select** - Return True if object is selectable in viewport and False if not.
- **Hide Render** - Return True if object is visible in rendering and False if not.
- **Show Name** - Return True if object's name is visible and False if not.
- **Show Axis** - Return True if object's axis is visible and False if not.
- **Show X-Ray** - Return True if object xray is enabled and False if not.
- **Hide** - Returns True if object is visible in viewport and False if not.
- **Hide Select** - Returns True if object is selectable in viewport and False if not.
- **Hide Render** - Returns True if object is visible in rendering and False if not.
- **Show Name** - Returns True if object's name is visible and False if not.
- **Show Axis** - Returns True if object's axis is visible and False if not.
- **Show X-Ray** - Returns True if object xray is enabled and False if not.

Advanced Node Settings
----------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/user_guide/nodes/object/objects_from_group.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Objects From Group

Description
-----------
This node return a list of objects that are included in the input object group.
This node returns a list of objects that are included in the input object group.

.. image:: images/objects_from_group_node.png
:width: 160pt
Expand All @@ -15,7 +15,7 @@ Inputs

Outputs
-------
- **Objects** - A list that contain all the objects in the input object group.
- **Objects** - A list that contains all the objects in the input object group.

Advanced Node Settings
----------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/nodes/object/set_keyframes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Set Keyframes

Description
-----------
This node is an operation node which means it operate independently, It set key frames as the animation plays for the selected transformation channel, To add a transformation channel click the plus button after choosing its type.
This node is an operation node which means it operates independently, It set key frames as the animation plays for the selected transformation channel, To add a transformation channel click the plus button after choosing its type.

.. image:: images/set_keyframes_node.png
:width: 200pt
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/nodes/object/shape_key_output.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Shape key Output

Description
-----------
This node edit the values of shape keys.
This node edits the values of shape keys.

.. image:: images/shape_key_output_node.png
:width: 160pt
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/nodes/object/shape_keys_from_object.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Shape Keys From Object

Description
-----------
This node returns a list of shape keys in the input object, Those outputs can then be used in The Shape Key Output node.
This node returns a list of shape keys in the input object. Those outputs can then be used in The Shape Key Output node.

.. image:: images/shape_keys_from_object_node.png
:width: 160pt
Expand Down

0 comments on commit bca20e1

Please sign in to comment.