c0a864aaa32dd9f80261a2c082bd7858f61e449c
The additional division modes were implemented with float division then rounding to match float > int conversion in existing float to int node. As pointed out in the bug report the precision here is limited. This patch replaces the float division with integer math which increases the precision to much higher numbers. Divide Round by due to the way it is calculated has less precision than Divide Floor and Divide Ceil. Pull Request: https://projects.blender.org/blender/blender/pulls/128123
…
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%
