Blender Git Commit Log

All Blender Git commits.

Page: 1712 / 8462

Revision 115ef93 by Antonio Vazquez (greasepencil-object)
April 15, 2020, 16:04 (GMT)
Merge branch 'master' into greasepencil-object
April 15, 2020, 15:46 (GMT)
Merge branch 'blender-v2.83-release'
April 15, 2020, 15:20 (GMT)
Fix assert for Image Editor invert/resize operators

Caused by rB2bf4c74130ff.

For undo, the ImageUser's scene should be NULL (see D7022 for
discussion).

PaintTiles were already doing it beforehand in ED_image_paint_tile_push,
but Image ops [scale/invert] are calling
ED_image_undo_push_begin_with_image directly.

Now actually set the UndoImageHandle iuser.scene to NULL (rather than
asserting)

ref T75675

Maniphest Tasks: T75675

Differential Revision: https://developer.blender.org/D7435
April 15, 2020, 15:05 (GMT)
Cleanup: remove (unused) RNA update cache

Introduced in 2011 in rB6a392e8cb505, it was disabled again soon after
in rBb062056c05a3 and traces to it partly removed in rB21744217cea9.

Now remove completely.

quote @sergey:
We shouldn't be having partially working unused code.
If we ever need some sort of update cache it would need to have clear
design first, and the code could be resurrected from history if needed.

Differential Revision: https://developer.blender.org/D7432
April 15, 2020, 15:01 (GMT)
View3D: New tool 'Extrude, Dissolve and Intersect'

Basically this new tool constitutes a macro that uses the parameters of
the Extrude and Translate operators that were recently implemented.

Thanks to @CandleComet for initial implementation.

Differential Revision: https://developer.blender.org/D7222
April 15, 2020, 15:01 (GMT)
Operator: Add 'use_automerge_and_split' option for Translate
April 15, 2020, 15:01 (GMT)
Operator: Add 'use_dissolve_ortho_edges' option for Extrude
April 15, 2020, 14:57 (GMT)
Cleanup: typo
April 15, 2020, 14:47 (GMT)
Simplify Edge Split Modifier Layout
April 15, 2020, 14:32 (GMT)
UI: default to searching menus instead of operators

Menus from the top-bar, space-header and key bindings are used
to gather menus to populate the search popup.

Giving better context and default options for operators.

Part of T74157

Enabling "Developer Extras" exposes operator search in the Edit menu,
as this can be useful for developers to run operators
without first exposing them in the interface.
April 15, 2020, 14:15 (GMT)
Rename RECREATE panels to LIST panels
April 15, 2020, 14:12 (GMT)
Cleanup: unused variable, spelling
April 15, 2020, 13:57 (GMT)
Fix: Replace ID_HA with ID_PT in pointcloud.c
April 15, 2020, 13:54 (GMT)
Fix splash screen not showing button to load config from 2.83 into 2.90
April 15, 2020, 13:02 (GMT)
Ensure 2.90 is still alpha for bcon1
April 15, 2020, 13:01 (GMT)
Merge branch 'blender-v2.83-release'
April 15, 2020, 13:01 (GMT)
Bump master to 2.90 alpha for bcon1
April 15, 2020, 12:22 (GMT)
Fluid: Improved cache 'Replay' option

When using the 'Replay' cache mode the cache needs to be invalidated whenever simulation variables have been changed.
The invalidation will always only affect the according subcaches, e.g. when changing a mesh paramter only the mesh cache will be invalidated, the base cache will remain intact.
Before this change Blender always invalidated the entire cache.
April 15, 2020, 12:22 (GMT)
Fluid: Cleanup in MANTA main class

More concise return types for cache import functions and general cleanup.
April 15, 2020, 12:18 (GMT)
Fluid: Remove noise bake call from Python

Saving noise cache files is handled in fluid.c.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021