May 5, 2019, 16:34 (GMT) |
RNA: add an Object method to clear all shape keys for completeness. This matches bpy.ops.object.shape_key_remove(all=True) in behavior. |
May 5, 2019, 15:42 (GMT) |
Industry Compat Keymap: Fix Select All operators in the Info Editor Patch by Valentin (Poulpator) Differential Revision: https://developer.blender.org/D4746 |
May 5, 2019, 14:56 (GMT) |
GPencil: Add runtime data to dereference pointers to original data This will be required for modifiers in Edit mode. |
May 5, 2019, 07:44 (GMT) |
Depsgraph: fix Bone property drivers stored in Object animdata. This can easily happen if adding drivers through Python via pose.bones[...].bone.driver_add(), e.g. in Rigify code: the bone field doesn't change id_data, so the driver is associated with the object ID. To handle this it's necessary to skip from Object to data in RNA_Bone-specific code both for generic RNA and in the custom code for drivers. The latter also had to be changed to use the proper parsed RNA pointer instead of string matching on paths. |
May 5, 2019, 07:10 (GMT) |
GPencil: Verify brush is valid for grease pencil Usually the brush type is correct, but for some old files the brush could be a not valid type. In this case, returns the object active material. This is related to T61413 |
May 5, 2019, 02:34 (GMT) |
Cleanup: fallthrough attribute warning Fall-through without label or default after it. |
May 5, 2019, 02:33 (GMT) |
Sound: add stubs to build without audaspace |
May 4, 2019, 19:46 (GMT) |
Fix T63789: Precision issues in glsl noise texture There is a significant precision loss when converting large float values to int. |
May 4, 2019, 18:34 (GMT) |
Sound: Make sure spin lock is initialized for new sound datablocks Should have been done as a part of 9f681bea68f. |
May 4, 2019, 17:20 (GMT) |
Sound: Delay creating sound scene handle for until is needed Solves crash loading volume Cycles regression files. |
May 4, 2019, 17:15 (GMT) |
Fix T64144: Crash when displaying audio waveforms in VSE |
May 4, 2019, 16:53 (GMT) |
Fix T64143: Crash when scrubbing in the graph editor |
May 4, 2019, 16:49 (GMT) |
Cycles: Fix NULL instead of false Not really noticeable for users, since the compiled code is the same, but semantically this is incorrect. |
May 4, 2019, 13:55 (GMT) |
Merge branch 'master' into fluid-mantaflow |
May 4, 2019, 13:55 (GMT) |
Merge 'master' into 'fluid-mantaflow' Conflicts: release/scripts/startup/bl_ui/properties_physics_common.py release/scripts/startup/bl_ui/properties_physics_smoke.py source/blender/blenkernel/CMakeLists.txt source/blender/blenkernel/intern/particle_system.c source/blender/blenkernel/intern/pointcache.c source/blender/blenkernel/intern/smoke.c source/blender/editors/physics/CMakeLists.txt source/blender/makesdna/DNA_smoke_types.h source/blender/modifiers/intern/MOD_smoke.c |
May 4, 2019, 13:33 (GMT) |
May 4, 2019, 13:12 (GMT) |
Fix crash activating a fullscreened screen Steps to reproduce were: * Duplicate some area into new window (shift-click corner triangle) * Make it fullscreen * Close the window again * Activate the added screen from the menu (the one without the -nonnormal prefix) -> Crash (you may have to press "Back to Previous" first though) When activating a screen, code should check if there's a fullscreen variant of it and activate that instead. From what I can tell that's what the code tried to do, but incorrectly. Same issue as T64045, but things are a bit different for 2.7. |
May 4, 2019, 13:12 (GMT) |
UI: Add Split and Separate to the mesh editing context menus |
May 4, 2019, 13:03 (GMT) |
UI: Add color and blending to paint mode context menus |
May 4, 2019, 12:35 (GMT) |
Industry Compat Keymap: Set Proportional Editing to B key Same as popular DCC app. This means having to change Bevel to Ctrl/Cmd-B Also fix missing shortcut for Extrude in Curve Edit mode. |
|
|
|


Master Commits
MiikaHweb | 2003-2021