June 21, 2020, 14:47 (GMT) |
UI: Fix view reset when toggling subpanel expansion The view should only reset for the ctrl-click mode that collapses all other panels. |
June 21, 2020, 13:56 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
June 21, 2020, 13:55 (GMT) |
Merge branch 'master' into greasepencil-object |
June 21, 2020, 13:51 (GMT) |
GPencil: Fix unreported missing material onion filter This feature was removed by error during the refactor done in draw engine. Differential Revision: https://developer.blender.org/D8082 |
Revision a3dc4a4 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) June 21, 2020, 08:29 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp # Conflicts: # release/datafiles/locale # release/scripts/addons # release/scripts/addons_contrib # source/blender/blenloader/intern/readfile.c |
June 21, 2020, 08:24 (GMT) |
GPencil: Change effect tooltips for new Shader operators Instead to use ShaderFx, use Effect and also fixed some wrong cases using Modifier word. |
June 21, 2020, 01:51 (GMT) |
UI: A few small fixes for constraint layouts - Head / Tail was stuck on two rows. It seems there is an issue with headings here, which means the first property has to place its own label. (So for example the small button can't be first in the row.) - Some misalignment and decorator fixes for aligned toggles |
June 20, 2020, 23:01 (GMT) |
Cleanup: Use psys function |
June 20, 2020, 22:39 (GMT) |
Merge branch 'master' into soc-2020-outliner |
June 20, 2020, 22:15 (GMT) |
Cleanup: Outliner walk select naming No functional changes. Don't use walk_element now that the walk element flag is removed. |
June 20, 2020, 22:15 (GMT) |
Fix T71812: Outliner walk navigation not activating Walk navigation used a separate flag to select the element. This is because activation and mode toggling were connected until rB702e00f91088 cleaned up the selection logic. Now walk navigation can activate objects and other elements without changing modes. This also addresses renaming in the outliner which did renaming from the active element, not the walk element. |
June 20, 2020, 20:40 (GMT) |
Outliner: Properties sync with pinned data Previously only the type of tab/context was passed to the properties editor from the outliner. This caused some issues. If Object A was pinned, and Object B's mesh data was clicked, it would switch to Object A's mesh data. Now pass an RNA pointer along to verify if the outliner data is in the valid path when the properties editor is pinned. Also support Hair and PointCloud new object types. |
June 20, 2020, 19:48 (GMT) |
Fix T77328: Crash on undo Draw Face Sets stroke with dyntopo active Draw Face Sets does not work in Dyntopo and the sculpt API should be responsible for that without needing to add checks all over the code, but it was doing an undo push of type SCULPT_UNDO_FACE_SETS which is not supported, causing the crash. Reviewed By: sergey Maniphest Tasks: T77328 Differential Revision: https://developer.blender.org/D7924 |
June 20, 2020, 17:54 (GMT) |
GPencil: Fix unreported multiuser datablock for onion message This is not logic after the refactor. |
June 20, 2020, 09:58 (GMT) |
Merge branch 'master' into greasepencil-object |
June 20, 2020, 09:58 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
June 20, 2020, 09:57 (GMT) |
GPencil: Hide curve points when the curve in unselected The points are displayed only if the stroke is selected or if the stroke is unselected but the Handles display mode is ALL. |
June 20, 2020, 08:31 (GMT) |
GPencil: Add Curve Select prop to RNA This prop is similar to Stroke select. |
June 20, 2020, 06:56 (GMT) |
Fix RNA_def_property_enum_funcs use, const cast warning |
June 20, 2020, 04:49 (GMT) |
Fix T77994: VSE crash adding a glow effect strip Since rB47f98a38d0f8 not all 3 effect inputs were assigned anymore. Their ImBuf's rect was accessed though in do_glow_effect (even though unused in the following dedicated functions). Just pass NULL here instead. Reviewed By: ISS Differential Revision: https://developer.blender.org/D8064 |
|
|
|


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