Blender Git Commits

Blender Git "master" branch commits.

Page: 542 / 5574

October 12, 2020, 10:36 (GMT)
Cleanup: Animation, small cleanups on anim channel selection code

Clean up some code by using early returns.

No functional changes.
October 12, 2020, 10:36 (GMT)
Cleanup: Animation, split `mouse_anim_channels()` into separate functions

Clean up the code that handles mouse clicks on animation channels in the
non-NLA animation editors, by splitting into separate functions.

No functional changes.
October 12, 2020, 10:13 (GMT)
Volumes: use bounding box diagonal to compute adaptive voxel size

Using the diagonal has the benefit, that the adaptive voxel size changes
when the bounding box changes its shape in any way. Having a changing
voxel size looks bad when rendering an animation, therefore one should
usually use a fixed voxel size when rendering an animated volume.
This becomes apparent earlier, when the adaptive voxel size changes
when the bounding box changes in any way.
Otherwise this can easily go unnoticed when rendering only a few frames
of an animated volume.
October 12, 2020, 00:14 (GMT)
Pydoc: BGL: update links
October 11, 2020, 22:38 (GMT)
Pydoc: Fix bpy.utils submodule showing in main toctree
October 11, 2020, 22:21 (GMT)
Pydoc: Move builtin GPU shader information to code

This fixes a compile warning for sphinx.
This commit includes some reformating of the information.
October 11, 2020, 22:19 (GMT)
Cleanup: Pydoc strings
October 11, 2020, 21:02 (GMT)
Pydoc: Cleanup: Rename function

The new name makes more sense as the file is called index and we are not
writing the contents of all rst files
October 11, 2020, 20:54 (GMT)
Pydoc: Add index and genindex to main index
October 11, 2020, 20:46 (GMT)
Pydoc: Remove old note about new module in 2.65
October 11, 2020, 20:09 (GMT)
Pydoc: Add submodule heading to submodule lists
October 11, 2020, 19:50 (GMT)
Pydoc: Fix duplicate totree for freestyle
October 11, 2020, 17:00 (GMT)
Cleanup: make format
October 10, 2020, 16:05 (GMT)
Exact Boolean: let Collection be empty.

With an empty collection, Exact Boolean performs the useful function
of removing self-intersections.
Revision c68338e by Ankit Meel
October 10, 2020, 14:01 (GMT)
CMake/macOS/OpenMP: copy the library near tests.

For multi-config generators, tests are in `bin/tests/<config>` folder.
and OpenMP cannot be found at `@executable_path/../Resources/lib`.
So create that folder and put the library there to be used by tests.

It is not ideal to copy the library around. When minimum CMake version
is changed to 3.12, FindOpenMP by CMake can be used for this whole
block of code. Then a nice rpath based solution can be used.
October 10, 2020, 11:43 (GMT)
Cleanup: use macro for comparing file versions

Already done in most of the versioning code.
October 10, 2020, 11:04 (GMT)
Cleanup: spelling
October 10, 2020, 11:04 (GMT)
Cleanup: remove unused Modifier stackindex struct member
October 10, 2020, 11:04 (GMT)
Cleanup: remove unnecessary comments
October 10, 2020, 11:04 (GMT)
Cleanup: use C comments for descriptive text

Follow our code style guide by using C-comments for text descriptions.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021