Revision df17ee2 by Sebastián Barschkis June 3, 2020, 12:54 (GMT) |
Fix T77203: Mantaflow Bake All cannot be resumed The manual is also more explicit about this now (rBM6725). |
Revision 82e3bd4 by Nathan Letwory June 3, 2020, 12:23 (GMT) |
Ensure submodules are at correct commits for 2.83 |
Revision 3c9f80c by Nathan Letwory June 3, 2020, 12:21 (GMT) |
Move 2.83 from beta to release |
Revision dc8475e by Nathan Letwory June 3, 2020, 12:19 (GMT) |
Splash: new image for 2.83 by Ian Hubert |
Revision cda1540 by Bastien Montagne June 3, 2020, 10:07 (GMT) |
Undo: Detect/find proper memchunk for a given ID during undo step writing. Most of the time current (based on order) system works fine, but when you add or rename (i.e. re-sort) some ID, every data/memchunk afterwards would be out of sync and hence re-stored in memory (and reported as changed). Now we are storing the ID's session_uuid in the memchunks, which allows to actually always find the first memchunk for an already existing ID stored in previous undo steps, and compare the right memory. Note that current, based-on-order system is still used almost all of the time, search in the new ghash is only performed for a few data-blocks (when needed at all). Reviewed By: brecht Maniphest Tasks: T60695 Differential Revision: https://developer.blender.org/D7877 |
Revision 3384bb2 by Bastien Montagne June 3, 2020, 09:18 (GMT) |
RNA: add option to enable by default lib overridale flag of defined properties. Similar to the one allowing to deactivate DNA check, etc. Will helps reduce verbosity when making many new properties overridable. Note that pointer properties always remain non-overridable by default, since basically only ID pointers should be. Reviewed By: brecht Maniphest Tasks: T77083 Differential Revision: https://developer.blender.org/D7906 |
Revision 0e14eb7 by Clément Foucault June 3, 2020, 09:02 (GMT) |
Cleanup: DRW: Remove support for ModelViewProjectionMatrix This has been replace by manual model+viewproj transform inside the shader. |
Revision 75015f2 by Clément Foucault June 3, 2020, 09:02 (GMT) |
Cleanup: DRW: Remove support for builtin matrices |
Revision d4f1efa by Clément Foucault June 3, 2020, 09:02 (GMT) |
DRW: Remove use of builtin matrices and replace by common_view_lib |
Revision 3e4c8d4 by Clément Foucault June 3, 2020, 09:02 (GMT) |
Cleanup: DRW: Remove builtin 3D only shader usage |
Revision 55f8758 by Clément Foucault June 3, 2020, 09:02 (GMT) |
GPUImmediate: Fix array uniform not working |
Revision 59bfcd8 by Clément Foucault June 3, 2020, 09:02 (GMT) |
Cleanup: DRW: Remove persistent uniform functions |
Revision 9b05433 by Philipp Oeser June 3, 2020, 08:58 (GMT) |
Revision 6f21137 by Campbell Barton June 3, 2020, 08:29 (GMT) |
Object: refactor mode switching Functionality here has become confusing over time, this removes duplicate, similar functions, preferring to set the mode instead of toggle, enter, exit. Mode switching utility function behaved differently regarding undo, 'ED_object_mode_toggle' for example didn't skip the undo push where 'ED_object_mode_set' did. Some callers chose these functions based on the intended undo behavior, even when toggling didn't make sense. There was also ED_object_mode_generic_enter which was similar to ED_object_mode_set, instead of the reverse of ED_object_mode_generic_exit. Simplify object mode switching internals: - Replace ED_object_mode_generic_enter with ED_object_mode_set. - Remove ED_object_mode_toggle as nearly all callers needed to check the current mode so toggling would set the mode argument correctly. - Use ED_object_mode_set for the object mode switching operator to simplify logic. - Add ED_object_mode_set_ex which has an argument to disable undo, needed when loading undo data needs to set the mode. - Remove unused ED_object_mode_exit. |
Revision 53cb1a3 by Campbell Barton June 3, 2020, 08:26 (GMT) |
Cleanup: remove ED_gpencil_setup_modes from object mode set Grease pencil mode switching functions already call this. |
Revision 3b6e223 by Campbell Barton June 3, 2020, 04:46 (GMT) |
Fix app-template warning disabling a template without a Python module |
Revision f0df4d6 by Campbell Barton June 3, 2020, 04:46 (GMT) |
Fix T67577: Add-on unregister can't access preferences on factory reset |
Revision 2749e6a by Campbell Barton June 3, 2020, 04:46 (GMT) |
Cleanup: remove redundant call to addon_utils.reset_all() This is already called by wm_homefile_read |
Revision 2004f9a by Campbell Barton June 3, 2020, 04:46 (GMT) |
Cleanup: move shared functionality to wm_file_read_pre This matches wm_file_read_post. |
Revision 45b5f4e by Campbell Barton June 3, 2020, 04:46 (GMT) |
Cleanup: minor changes to wm_homefile_read Move app_template assignment to the top of the function, this simplifies further changes. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021