<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Invert Dolly/Zoom Tool in Maya Forum</title>
    <link>https://forums.autodesk.com/t5/maya-forum/invert-dolly-zoom-tool/m-p/9253267#M20300</link>
    <description>&lt;P&gt;In the VP Menu under View there is an entry called Camera Tools.&lt;/P&gt;
&lt;P&gt;In there there is a dolly and zoom tool with option boxes.&lt;/P&gt;
&lt;P&gt;open the script editor, turn on echo all commands and change the dolly tool option scale to 2&lt;/P&gt;
&lt;P&gt;The script editor will return:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dollyCtx -e -scale 2 dollyContext;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This exposes the command that is called when invoking that tool&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what you could do is change the scale value to -1 and store this as a custom shelf button.&lt;/P&gt;
&lt;P&gt;Just keep track that you changed this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so&lt;/P&gt;
&lt;P&gt;dollyCtx -e -scale -1 dollyContext;&lt;/P&gt;
&lt;P&gt;should give you what you want&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;same for&lt;/P&gt;
&lt;P&gt;boxZoomCtx -e -zs -1 boxZoomContext;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jan 2020 20:38:57 GMT</pubDate>
    <dc:creator>syracoj</dc:creator>
    <dc:date>2020-01-15T20:38:57Z</dc:date>
    <item>
      <title>Invert Dolly/Zoom Tool</title>
      <link>https://forums.autodesk.com/t5/maya-forum/invert-dolly-zoom-tool/m-p/9250143#M20297</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just started learning Maya and I'm running into a small issue. I went through the support and a few threads but couldn't find anything relevant, so my apologies if this is a duplicate post.&lt;/P&gt;&lt;P&gt;I was wondering if there was a way we could invert the dolly/zoom tool direction when using the Alt/Option + Push/Pull Mouse, so that pushing the mouse up would zoom in instead of zooming out?&lt;/P&gt;&lt;P&gt;I can't seem to find this option anywhere in the camera tools or in the preferences.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 17:11:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/invert-dolly-zoom-tool/m-p/9250143#M20297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-14T17:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Invert Dolly/Zoom Tool</title>
      <link>https://forums.autodesk.com/t5/maya-forum/invert-dolly-zoom-tool/m-p/9251111#M20298</link>
      <description>&lt;P&gt;From what I searched, it doesn't seem possible in Maya...&lt;/P&gt;&lt;P&gt;Only if you reverse the mouse wheel itself in your OS, I guess...&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 01:35:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/invert-dolly-zoom-tool/m-p/9251111#M20298</guid>
      <dc:creator>trs_andre</dc:creator>
      <dc:date>2020-01-15T01:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Invert Dolly/Zoom Tool</title>
      <link>https://forums.autodesk.com/t5/maya-forum/invert-dolly-zoom-tool/m-p/9252478#M20299</link>
      <description>&lt;P&gt;Hi trs_andre,&lt;/P&gt;&lt;P&gt;Thanks for getting back to me. That's also what I ended up going with. I found a quick workaround while using the wheel but I'm not sure the whole Right click + Mouse Up/Down comes with an easy fix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks anyway!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 15:24:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/invert-dolly-zoom-tool/m-p/9252478#M20299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-15T15:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Invert Dolly/Zoom Tool</title>
      <link>https://forums.autodesk.com/t5/maya-forum/invert-dolly-zoom-tool/m-p/9253267#M20300</link>
      <description>&lt;P&gt;In the VP Menu under View there is an entry called Camera Tools.&lt;/P&gt;
&lt;P&gt;In there there is a dolly and zoom tool with option boxes.&lt;/P&gt;
&lt;P&gt;open the script editor, turn on echo all commands and change the dolly tool option scale to 2&lt;/P&gt;
&lt;P&gt;The script editor will return:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dollyCtx -e -scale 2 dollyContext;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This exposes the command that is called when invoking that tool&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what you could do is change the scale value to -1 and store this as a custom shelf button.&lt;/P&gt;
&lt;P&gt;Just keep track that you changed this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so&lt;/P&gt;
&lt;P&gt;dollyCtx -e -scale -1 dollyContext;&lt;/P&gt;
&lt;P&gt;should give you what you want&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;same for&lt;/P&gt;
&lt;P&gt;boxZoomCtx -e -zs -1 boxZoomContext;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 20:38:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/invert-dolly-zoom-tool/m-p/9253267#M20300</guid>
      <dc:creator>syracoj</dc:creator>
      <dc:date>2020-01-15T20:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Invert Dolly/Zoom Tool</title>
      <link>https://forums.autodesk.com/t5/maya-forum/invert-dolly-zoom-tool/m-p/9253689#M20301</link>
      <description>&lt;P&gt;Woah. Thanks a million times syracoj, you rock! Never could have come up with that myself, that's like far beyond my paygrade &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 01:19:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/invert-dolly-zoom-tool/m-p/9253689#M20301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-16T01:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Invert Dolly/Zoom Tool</title>
      <link>https://forums.autodesk.com/t5/maya-forum/invert-dolly-zoom-tool/m-p/10895805#M20302</link>
      <description>&lt;P&gt;like what??&lt;BR /&gt;so the simplest thing should be solved again through a script??&lt;BR /&gt;autodesk what's the matter???&lt;BR /&gt;do you even have brains?&lt;BR /&gt;maya have one zoom.&lt;BR /&gt;but 3ds max another!&lt;BR /&gt;why??&lt;BR /&gt;so why can't you add the invert option so it's one????&lt;BR /&gt;why???&lt;BR /&gt;is it so hard for you?&lt;BR /&gt;it's elementary!&lt;BR /&gt;give users what they want!&lt;BR /&gt;add inverted zoom in 3ds max and maya!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 10:04:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/invert-dolly-zoom-tool/m-p/10895805#M20302</guid>
      <dc:creator>Ninurta</dc:creator>
      <dc:date>2022-01-21T10:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Invert Dolly/Zoom Tool</title>
      <link>https://forums.autodesk.com/t5/maya-forum/invert-dolly-zoom-tool/m-p/11307141#M20303</link>
      <description>&lt;P&gt;You rock! Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 19:26:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/invert-dolly-zoom-tool/m-p/11307141#M20303</guid>
      <dc:creator>Richleemedia</dc:creator>
      <dc:date>2022-07-19T19:26:49Z</dc:date>
    </item>
  </channel>
</rss>

