Revision 1dced6d by Campbell Barton May 7, 2020, 01:15 (GMT) |
Cleanup: use eSpace_Type in switch statements Use eSpace_Type in cases where it's likely newly added spaces should be handled. |
Revision 5cb143c by Campbell Barton May 7, 2020, 00:55 (GMT) |
Cleanup: comments for menu search |
Revision d2ee2ab by Campbell Barton May 7, 2020, 00:46 (GMT) |
Fix uninitialized variable in recent menu search commit |
Revision 05da813 by Campbell Barton May 6, 2020, 23:00 (GMT) |
BLT: include a non-executing reference to context in macros Prevent errors when building without translations. |
Revision b0f3a53 by Campbell Barton May 6, 2020, 22:50 (GMT) |
Cleanup: missing header |
Revision 786ff13 by Julian Eisel May 6, 2020, 21:55 (GMT) |
Fix UI string without title-case When using Preferences->Lights->Install, the type option in the operator properties would show as "type", but should be "Type". |
Revision 9605c26 by Brecht Van Lommel May 6, 2020, 16:18 (GMT) |
Fix Python error in scene without sequencer |
Revision a5ffc63 by Antonio Vazquez May 6, 2020, 16:14 (GMT) |
GPencil: Split Curve geometry functions to new file This prepare the code for future curve editors |
Revision 3bc3b58 by Hans Goudey May 6, 2020, 14:26 (GMT) |
Fix build error after rBb9bb752e0e852d This looks like a misplaced variable definition, which is then used out of scope later. |
Revision 43f601f by Germano Cavalcante May 6, 2020, 14:13 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision c57f65c by Germano Cavalcante May 6, 2020, 14:11 (GMT) |
Fix T76440: Follow Track -> Constraint to F-Curve has no effect Differential Revision: https://developer.blender.org/D7630 |
May 6, 2020, 13:58 (GMT) |
Annotations: Add different arrow styles for line tool This patch adds different kind of shapes/styles for the line extremes while using the annotation line tool. Current Styles: (following @mendio mockup) - Arrow (closed arrow) - Open Arrow - Segment - Square For future it would be great to have icons, it would be more intuitive (and less space) with previews of what each end / start of line does, like the google slides one as reference: {F8511116} Reviewed By: #grease_pencil, antoniov, HooglyBoogly Differential Revision: https://developer.blender.org/D7608 |
Revision 969d6b1 by Campbell Barton May 6, 2020, 12:52 (GMT) |
Fix expanding time-line menus when searching |
Revision 0f0f066 by Campbell Barton May 6, 2020, 12:52 (GMT) |
Fix error in last commit |
Revision b9bb752 by Campbell Barton May 6, 2020, 12:40 (GMT) |
UI: search menus from all visible areas when using the edit menu Without this, only actions in the top-bar were visible which isn't very useful. Now menus are extracted from the areas used in the active window, unless this search is activated by the key shortcut, in this case the current area is used. |
Revision 5461c75 by Jacques Lucke May 6, 2020, 12:01 (GMT) |
Revision 578e976 by Sebastián Barschkis May 6, 2020, 11:25 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 11d440f by Sebastián Barschkis May 6, 2020, 11:25 (GMT) |
Fix T76430: Quick smoke not rendering Cycles and Eevee Temporary fix that will skip cache invalidation from flow / effector objects. |
Revision f90c93b by Philipp Oeser May 6, 2020, 10:40 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 7043f8b by Philipp Oeser May 6, 2020, 10:26 (GMT) |
Fix T76416: Armature Deform parenting option doesn't work with Grease Pencil objects If we parent with type `PAR_ARMATURE` (where vertexgroups are already set up and named correctly according to the corresponding bones), we still need an armature modifier. This just wasnt added. In contrast to meshes [which add their armature modifier early in `ED_object_parent_set`], grease pencil used to do this (adding the armature modifier) in `ED_gpencil_add_armature_weights`. Now split ED_gpencil_add_armature_weights in two: - ED_gpencil_add_armature - ED_gpencil_add_armature_weights (which calls ED_gpencil_add_armature) - use ED_gpencil_add_armature for the PAR_ARMATURE case Maniphest Tasks: T76416 Differential Revision: https://developer.blender.org/D7625 |
|
|
|


Master Commits
MiikaHweb | 2003-2021