Revision 5c75c8d by Brecht Van Lommel January 27, 2020, 11:22 (GMT) |
Fix T63805: remove outdated and unused Linux package spec files These are maintained by the various Linux distributions themselves instead. |
Revision c76a8f6 by Brecht Van Lommel January 27, 2020, 11:22 (GMT) |
Memory: add OBJECT_GUARDED_SAFE_DELETE like MEM_SAFE_FREE |
Revision 1107af1 by Brecht Van Lommel January 27, 2020, 11:22 (GMT) |
Fix OBJECT_GUARDED_FREE compiler error when type is in namespace |
Revision 9cacadc by Brecht Van Lommel January 27, 2020, 11:22 (GMT) |
Fix tests failing when building without Cycles The purpose of this line was to not use Blender Internal and associated old materials, now either Eevee or Cycles is fine. |
Revision 3788901 by Brecht Van Lommel January 27, 2020, 11:19 (GMT) |
Cleanup: fix compiler warnings |
Revision 62ec19f by Brecht Van Lommel January 27, 2020, 11:18 (GMT) |
Cleanup: removed unused derivedDeform and derivedFinal |
Revision c055d69 by Brecht Van Lommel January 27, 2020, 11:18 (GMT) |
Cleanup: remove unused partial visibility code, weird indentation |
Revision 2efd809 by Bastien Montagne January 27, 2020, 10:54 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision 4e88154 by Julian Eisel January 27, 2020, 10:49 (GMT) |
Fix mistake in previous commit While the behavior of this shortcut can be argued (it only works while hovering the possibly invisible markers region), it was not my intention to remove it entierly from the Graph and Sequencer Editor. Only wanted to copy it. |
Revision 34c8ba6 by Bastien Montagne January 27, 2020, 10:48 (GMT) |
Fix T73399: Crash trying to move the origin of an empty. Empty objects have no obdata, so we need to check for NULL id... |
Revision 6dbc254 by Julian Eisel January 27, 2020, 10:42 (GMT) |
Fix T66920: Shortcut Bind Camera to Marker in timeline not working The shortcut was only registered for the marker region, although it can be registered to the main region without conflicts. |
Revision 7527eb3 by Antonio Vazquez January 27, 2020, 10:41 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision 7e8e7bf by Antonio Vazquez January 27, 2020, 10:40 (GMT) |
Fix T72862: Viewport Render doesn't render Grease Pencil Overlays Fix by @campbellbarton Note: Duplicated commit done in master first by error |
Revision dfb4a2e by Antonio Vazquez January 27, 2020, 10:34 (GMT) |
Revision 8a7859b by Julian Eisel January 27, 2020, 10:21 (GMT) |
Fix T73428: Editor type dropdown menu missing in VSE Mistake in 6a49161c8c60, the tool-header region was not created when creating a new VSE editor (as opposed to an existing one in some workspace). There was also no way to get the tool-header to show in such cases. |
Revision 82f08cb by Julian Eisel January 27, 2020, 10:04 (GMT) |
Fix HUD toggle ("Adjust Last Operation") missing in VSE The `SpaceSequenceEditor.show_region_hud` property was not generated, but accessed in Python. |
Revision 649659a by Campbell Barton January 27, 2020, 08:48 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision 756b9ac by Campbell Barton January 27, 2020, 08:45 (GMT) |
Fix T71719: Unrelated menus open on hover Logic to open menus on hover changed since 2.7x for convenience switching between popovers in the top-bar. This also made hover open menus in situations where it isn't useful. Restrict this to buttons placed side-by-side. |
Revision 3ca9eaf by Campbell Barton January 27, 2020, 06:57 (GMT) |
BLI_rect: add rect-rect intersection checks on a single axis |
Revision 65e42d7 by Campbell Barton January 27, 2020, 06:02 (GMT) |
Merge branch 'blender-v2.82-release' |
|