January 4, 2021, 06:38 (GMT) |
Cleanup: sort cmake file lists |
January 4, 2021, 06:38 (GMT) |
Cleanup: use 'pragma once' Add explanations for cases the header-guard defines are still used. |
January 4, 2021, 06:38 (GMT) |
Cleanup: redundant struct declarations |
January 4, 2021, 06:38 (GMT) |
Cleanup: sort structs |
January 4, 2021, 06:38 (GMT) |
Cleanup: docy comments beginning with '/**' don't end with '**/' |
January 4, 2021, 06:38 (GMT) |
Cleanup: clang-format |
January 4, 2021, 06:38 (GMT) |
Cleanup: spelling (use 'gimbal' instead of 'gimble') |
January 4, 2021, 06:37 (GMT) |
Cleanup: use doxy sections for render_preview.c |
January 4, 2021, 06:37 (GMT) |
Cleanup: rename get_brush_icon, make it a static function Group with other icon preview API functions. |
January 4, 2021, 06:37 (GMT) |
Cleanup: use const casts in DerivedMesh.cc |
Revision fa14c61 by Alexander Gavrilov January 3, 2021, 20:40 (GMT) |
Bone Overlay: support bone wireframe opacity settings. When weight painting the bone overlay is extremely intrusive, effectively requiring either extensive use of hiding individual bones, or disabling the whole bone overlay between selections. This addresses the issue by adding two bone opacity sliders that are used for the 'wireframe' armature drawing mode. One directly controls the opacity in a uniform way. The other one allows fade based on the depth between the near and far clip planes in order to provide an automatic visual cue about which bones are closest. |
January 3, 2021, 01:04 (GMT) |
API Docs: CSS: Fix long enum list This commit makes some adjustments to a previous fix which broke with new versions of sphinx/theme. Fixes T76453 |
January 2, 2021, 22:51 (GMT) |
Update RNA to manual url mappings |
January 2, 2021, 21:11 (GMT) |
Fix Unreported: Run time error in UI code Steps to reproduce: 1. Add clip to clip editor 2. Open the tracking settings & tracking settings extra panels To fix this the sub panel is only drawn if a track is active. The main panel will exit early and display a "No active track" message. This is consistent with other panels in the clip editor. Reviewed By: HooglyBoogly Differential Revision: https://developer.blender.org/D9727 |
January 2, 2021, 14:36 (GMT) |
Cleanup: Explicitly pass icon size to generation function, not just bool * This way you don't have to look up the function declaration to know what the boolean value means. * You can call the function in a loop over the available sizes and pass the index as size. * Makes it easier to add a new size in future if needed. |
January 1, 2021, 20:47 (GMT) |
Sculpt: Update clay strips presets with custom input curves |
January 1, 2021, 19:12 (GMT) |
Fix multiple crashes with custom input curves |
January 1, 2021, 18:07 (GMT) |
Fix T84024: Empty image opacity labeled transparency This value really is the opacity, or the alpha, since a value of 1.0 means that the image is fully visible, not invisible like "full transparency" would suggest. Mistake in rBea4d28aea0343a. Differential Revision: https://developer.blender.org/D9920 |
January 1, 2021, 16:18 (GMT) |
Merge branch 'master' into sculpt-dev |
January 1, 2021, 10:48 (GMT) |
Merge branch 'master' into temp-gpencil-interpolate |
|
|
|


Master Commits
MiikaHweb | 2003-2021