Skip to content

Commit 673f2b7

Browse files
Fix typo in Stereo Disassembly rv package name changed from "Stereo Disassmbly" (#769)
### Summarize your change. While scanning the packages, I came across this type and did a code base scan of the instances of this typo and updated the affected files. ### Describe the reason for the change. To make it clearer to search for the associated files related to this package ### Describe what you have tested and on which operating system. Windows 11 build from latest main branch ### Add a list of changes, and note any that might need special attention during the review. `src/plugins/rv-packages/stereo_disassembly/PACKAGE` : 1,51 `src/plugins/rv-packages/stereo_disassembly/stereo_disassembly_help.asciidoc` : 28 `src/plugins/rv-packages/stereo_disassembly/stereo_disassembly_help.html` : 615 Co-authored-by: pbergeron-adsk <[email protected]>
1 parent 83405dc commit 673f2b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/plugins/rv-packages/stereo_disassembly/PACKAGE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package: Stereo Disassmbly
1+
package: Stereo Disassembly
22
author: Autodesk, Inc.
33
organization: Autodesk, Inc.
44
version: 1.3
@@ -48,7 +48,7 @@ description: |
4848
<div class="paragraph"><p>Four menu items provide access to various functions of the package:</p></div>
4949
<div class="sect3">
5050
<h4 id="_em_image_stereo_disassembly_add_disassembly_node_em"><em>Image/Stereo/Disassembly-Add Disassembly Node</em></h4>
51-
<div class="paragraph"><p>Selecting this menu item will cause RV to examine the currently visible sources, and for each, if it does not already have a StereoDisassmbly node, add one. Note that the node will be added "internally" (in the RVLinearizePipelineGroup within the Source), so the new node will not be visible in the Session manager, and any view using this Source will see the result of the "disassembly".</p></div>
51+
<div class="paragraph"><p>Selecting this menu item will cause RV to examine the currently visible sources, and for each, if it does not already have a StereoDisassembly node, add one. Note that the node will be added "internally" (in the RVLinearizePipelineGroup within the Source), so the new node will not be visible in the Session manager, and any view using this Source will see the result of the "disassembly".</p></div>
5252
</div>
5353
<div class="sect3">
5454
<h4 id="_em_image_stereo_disassembly_remove_disassembly_node_em"><em>Image/Stereo/Disassembly-Remove Disassembly Node</em></h4>

src/plugins/rv-packages/stereo_disassembly/stereo_disassembly_help.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This experimental package enables you to load stereo media with both eyes in the
2525
Four menu items provide access to various functions of the package:
2626

2727
==== 'Image/Stereo/Disassembly-Add Disassembly Node' ====
28-
Selecting this menu item will cause RV to examine the currently visible sources, and for each, if it does not already have a StereoDisassmbly node, add one. Note that the node will be added "internally" (in the RVLinearizePipelineGroup within the Source), so the new node will not be visible in the Session Manager, and any view using this Source will see the result of the "disassembly".
28+
Selecting this menu item will cause RV to examine the currently visible sources, and for each, if it does not already have a StereoDisassembly node, add one. Note that the node will be added "internally" (in the RVLinearizePipelineGroup within the Source), so the new node will not be visible in the Session Manager, and any view using this Source will see the result of the "disassembly".
2929

3030
==== 'Image/Stereo/Disassembly-Remove Disassembly Node' ====
3131
Remove StereoDisassembly nodes from all visible sources.

src/plugins/rv-packages/stereo_disassembly/stereo_disassembly_help.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ <h3 id="_menu_items">Menu Items</h3>
612612
<div class="paragraph"><p>Four menu items provide access to various functions of the package:</p></div>
613613
<div class="sect3">
614614
<h4 id="_em_image_stereo_disassembly_add_disassembly_node_em"><em>Image/Stereo/Disassembly-Add Disassembly Node</em></h4>
615-
<div class="paragraph"><p>Selecting this menu item will cause RV to examine the currently visible sources, and for each, if it does not already have a StereoDisassmbly node, add one. Note that the node will be added "internally" (in the RVLinearizePipelineGroup within the Source), so the new node will not be visible in the Session Manager, and any view using this Source will see the result of the "disassembly".</p></div>
615+
<div class="paragraph"><p>Selecting this menu item will cause RV to examine the currently visible sources, and for each, if it does not already have a StereoDisassembly node, add one. Note that the node will be added "internally" (in the RVLinearizePipelineGroup within the Source), so the new node will not be visible in the Session Manager, and any view using this Source will see the result of the "disassembly".</p></div>
616616
</div>
617617
<div class="sect3">
618618
<h4 id="_em_image_stereo_disassembly_remove_disassembly_node_em"><em>Image/Stereo/Disassembly-Remove Disassembly Node</em></h4>

0 commit comments

Comments
 (0)