Revision 1db26e1 by Sybren A. Stüvel 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. |
Revision bfd7840 by Sybren A. Stüvel 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. |
Revision 7ae7873 by Jacques Lucke 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. |
Revision cf778a9 by Aaron Carlisle October 12, 2020, 00:14 (GMT) |
Pydoc: BGL: update links |
Revision df3d124 by Aaron Carlisle October 11, 2020, 22:38 (GMT) |
Pydoc: Fix bpy.utils submodule showing in main toctree |
Revision 72335d5 by Aaron Carlisle 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. |
Revision 1b575cb by Aaron Carlisle October 11, 2020, 22:19 (GMT) |
Cleanup: Pydoc strings |
Revision e8a2931 by Aaron Carlisle 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 |
Revision a38c2dc by Aaron Carlisle October 11, 2020, 20:54 (GMT) |
Pydoc: Add index and genindex to main index |
Revision c95ab2c by Aaron Carlisle October 11, 2020, 20:46 (GMT) |
Pydoc: Remove old note about new module in 2.65 |
Revision fbcb26f by Aaron Carlisle October 11, 2020, 20:09 (GMT) |
Pydoc: Add submodule heading to submodule lists |
Revision c9a9b03 by Aaron Carlisle October 11, 2020, 19:50 (GMT) |
Pydoc: Fix duplicate totree for freestyle |
Revision a0886d1 by Aaron Carlisle October 11, 2020, 17:00 (GMT) |
Cleanup: make format |
Revision 1b04eb6 by Howard Trickey 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. |
Revision 4427a67 by Campbell Barton October 10, 2020, 11:43 (GMT) |
Cleanup: use macro for comparing file versions Already done in most of the versioning code. |
Revision 5336555 by Campbell Barton October 10, 2020, 11:04 (GMT) |
Cleanup: spelling |
Revision d9a43a1 by Campbell Barton October 10, 2020, 11:04 (GMT) |
Cleanup: remove unused Modifier stackindex struct member |
Revision 3fe98a4 by Campbell Barton October 10, 2020, 11:04 (GMT) |
Cleanup: remove unnecessary comments |
Revision 2abfceb by Campbell Barton 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. |
|
|
|


Master Commits
MiikaHweb | 2003-2021