February 28, 2020, 01:38 (GMT) |
Workbench: Refactor: Code reorganization |
February 28, 2020, 01:33 (GMT) |
Cleanup: warnings using 'abs' on float values |
February 28, 2020, 00:52 (GMT) |
Cleanup: use fgets for parsing the xdg user dirs Match bookmark reading behavior. |
February 28, 2020, 00:46 (GMT) |
Fix BLI_str_rstrip skipping the first character |
February 27, 2020, 22:18 (GMT) |
Docs: update the tool key-map docs, reference them from the toolbar |
February 27, 2020, 22:18 (GMT) |
Fix T72903: Bone envelope & bone size tool functionality swapped |
February 27, 2020, 21:52 (GMT) |
Cleanup: transform comments |
February 27, 2020, 21:36 (GMT) |
Fix T74256, crash in bmesh.ops.bevel if segments not set. Also changed signature of bevel function to take integer for segments instead of float, which is just wrong. |
February 27, 2020, 19:42 (GMT) |
Transform: Remove 'mouse_coordinate_override' property This property depends on the view that can change when redoing. |
February 27, 2020, 19:12 (GMT) |
GPencil: Fix missing tag when change a material The new draw engine need to tag all GP Objects. |
February 27, 2020, 18:58 (GMT) |
GPencil: Change defaults for Array modifier - Enable relative offset by default - Change units for relative offset |
February 27, 2020, 18:50 (GMT) |
GPencil: Change Array modifier to use Relative Offset The old shift parameter was related to Instances, but not as array. |
February 27, 2020, 18:02 (GMT) |
Merge branch 'master' into new-object-types |
February 27, 2020, 17:59 (GMT) |
Fix Python errors when building without hair and pointcloud |
February 27, 2020, 17:59 (GMT) |
Volumes: support per-grid transforms in Eevee |
February 27, 2020, 17:28 (GMT) |
GPencil: Cleanup unused code |
February 27, 2020, 16:49 (GMT) |
Merge branch 'master' into greasepencil-object |
February 27, 2020, 16:44 (GMT) |
Fix T70381: Motion Paths off by one The apparent off-by-one error was caused by a few factors: - The 'blend base' colour was green for the two frames directly surrounding the current frame, but black for the current frame itself. - For the frames before the current one, the 'blend base' was mixed with black, making the green stand out clearly, but fading to black again for the current frame. This looks like an off-by-one, even though it was just bad mixing. - For the frames after the current one, the 'blend base' was mixed with cyan, which already has a strong green component, so mixing it there was much less visible, making the entire thing look like an off-by-one error where it actually wasn't. I have simplified the code, so now it only chooses green as the 'blend base' for the current frame, and simplified the mixing for the current frame. |
February 27, 2020, 16:38 (GMT) |
Fix T74262: Cycles OpenCL error on some devices after recent changes |
February 27, 2020, 16:29 (GMT) |
GPencil: Update Topbar popover color using palette Now when select a color, the popover color is updated. Fix by Julian Eisel |
|
|
|


Master Commits
MiikaHweb | 2003-2021