October 30, 2020, 10:00 (GMT) |
Docs: note the purpose of UserDef_Runtime.is_dirty |
October 30, 2020, 09:56 (GMT) |
Merge branch 'blender-v2.91-release' |
October 30, 2020, 09:56 (GMT) |
Merge branch 'blender-v2.91-release' |
October 30, 2020, 09:56 (GMT) |
Merge branch 'blender-v2.91-release' |
October 30, 2020, 09:56 (GMT) |
Merge branch 'blender-v2.91-release' |
October 30, 2020, 09:52 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.91-release' |
October 30, 2020, 09:50 (GMT) |
Outliner: use undo-group for outliner mode switching Switching modes no longer adds multiple undo steps from a user perspective. |
October 30, 2020, 09:50 (GMT) |
Object: use undo-group for object.switch_object object.switch_object no longer adds multiple undo steps from a user perspective. |
October 30, 2020, 09:48 (GMT) |
Undo System: support for grouping steps with begin/end calls This adds support for treating multiple undo steps as a single step from the user perspective. This is needed for outliner mode switching and `object.switch_object` operator which change active object and mode in a single action. |
October 30, 2020, 09:48 (GMT) |
Fix outliner mode toggling with multi-object pose/edit mode For edit/pose modes clicking in the mode-column would include other selected objects (besides the active object), causing other objects to remain in the mode even though Control wasn't held. Also replace `ED_object_mode_generic_exit(...)` on all objects with a single call to `ED_object_mode_set(...)` so switching modes will only exit the current mode, leaving objects in other modes unchanged. |
October 30, 2020, 08:52 (GMT) |
Fluid: Added APIC simulation method Basic support for velocity updates with the APIC method. This commit adds APIC to the already existing dropdown menu for the simulation method. The APIC plugin within Mantaflow has been updated to the latest version. |
October 30, 2020, 05:39 (GMT) |
Remove debugging clang keyword. It's not #ifdef'd code, but still. |
October 30, 2020, 05:33 (GMT) |
* Edge queue creation for dyntopo edge split/collapse is now multithreaded. * Worked on ProxyVert system, but it still needs more work. Issue is keeping topological layers (reasonably) up to date without it being slow. * Fixed memory leak in bmlog. |
Revision cba8012 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 30, 2020, 04:47 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp # Conflicts: # source/blender/blenloader/intern/readfile.c # source/blender/blenloader/intern/writefile.c |
October 30, 2020, 03:50 (GMT) |
Outliner: Remove "ID" from tooltip The concept of IDs shouldn't be exposed to the user. |
October 30, 2020, 02:30 (GMT) |
Cleanup: parse '--thread' as part of ARG_PASS_ENVIRONMENT While this isn't needed at the moment, it's possible the animation player uses the scheduler in the future. |
October 30, 2020, 01:51 (GMT) |
Text: support "Text to 3D Object" for read-only data Add poll function for read-only text data, for operators that don't require the text to be editable. |
October 30, 2020, 00:34 (GMT) |
Cleanup: Use an enum to set instanced panel expansion This commit uses an enum to access expansion for specific panels for each modifier, constraint, etc. Even though these values are quite simple, this can help make the code more explicit when the ui_expand_flag is accessed directly. Also update comments about this bitfield to make them consistent. |
October 29, 2020, 23:21 (GMT) |
Fix T82205: Curve Hooks not working Caused by my own cleanup commit rBa308607a5334. Just a simple copy-paste error. Here the difference between `curve` and `editnurb` makes quite a bit of difference. |
October 29, 2020, 22:37 (GMT) |
|
|
|


Master Commits
MiikaHweb | 2003-2021