7413a8a4f0cb3b1cde54f584f84c045a1ddd96d8
The dolly operators poll function was set to `view3d_rotation_poll` instead of `view3d_zoom_or_dolly_poll` which reads like a mistake. As it happens this didn't cause any user visible problems because RV3D_LOCK_ZOOM_AND_DOLLY is only set when all other locks are set. Nevertheless, logically the dolly operator should check that dolly is not locked. Updated the poll function for dolly to check neither rotation or zoom/dolly is locked with comments noting why both are needed. Also expand on code-comments for why dolly enforces perspective view.
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
