Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-21UI: Add decorators to Sequencer sidebarWilliam Reynish
These items you are very likely to want to animate. Only adding for panels where it makes sense, so not Time or Source.
2019-06-21Fix error in recent sequencer UI updateCampbell Barton
Use of unset variable, however the value was already assigned
2019-06-21Fix: wrong greying out in Sequencer sub-panelsWilliam Reynish
2019-06-21UI: Further tweaks to Sequencer sidebar:William Reynish
- Move strip name to the top (easier to see which strip you are adjusting, and more consistent with other areas) - Move Mute next to this, since it affects everything, both audio and video, and completely disables the clip - Mute now greys out all the Strip panels, since none of them apply if the strip is disabled - Rename Info to Time, since now this panel only includes timecodes and related controls - Move Lock to the Time header, since you are locking the time controls - Move clip resolution to Source, since it's not related to time
2019-06-21Cleanup: spelling, grammar, and other correctionsCampbell Barton
D5084 by @nBurn with edits
2019-06-21Keymap: toggle all gizmos with Ctrl-`Campbell Barton
Was only toggling transform gizmos, which is too specific in cases where users might want to remove gizmos from the view. This also follows the top-level button which is most prominent in the UI.
2019-06-21Cleanup: use trailing commas for multi-line argumentsCampbell Barton
2019-06-21Cleanup: sequencer UI codeCampbell Barton
- Remove `str()` on strings. - Remove duplicate layout assignment. - Don't assigning sub-layouts the name 'layout' (hard to follow logic). - Spaces around operators. - Import smpte_from_frame name-space.
2019-06-20UI: Tweak Sequencer Sidebar panelsWilliam Reynish
Even though we are in UI freeze, we agreed that this should be better, and so we are changing a few things: - Clearer separation of controls that affect the image transform vs the video - New Transform panel houses Flip X/Y, Offset and Crop - Flip X/Y now uses toggle buttons like we do for mirroring elsewhere (clearer + takes up less space) - Video panel only includes things that relate to playback, ie Playback Direction, Strobe etc. - Backwards/Forwards playback is now an enum rather than a toggle (we should always use enums when it's not an on/off switch) - Rename Input panel to Source - Just more immediately understandable and correct - Move Deinterlace here since it's source file dependent - Move Source panel to be a top level panel - Merge Info and Timecodes panels - Move Lock toggle to Info panel (was previously attached to name field which made no sense whatsoever) - Name field now uses full width and doesn't add redundant text in front of it - Re-arrange tabs to be Strip, Modifiers, Proxy & Cache, View - Strip and Modifiers should be together Reviewers: brecht, iss Differential Revision: https://developer.blender.org/D5098
2019-06-20Fix T65770: File Browser missing "Sidebar" in View menuCampbell Barton
2019-06-20Fix T65922: Custom property errorCampbell Barton
2019-06-19Fix T65398 - Fix frame rate base use in Python SMPTE functionsRichard Antalik
Differential Revision: https://developer.blender.org/D5064 Reviewed By: brecht
2019-06-19GPencil: Remove unreported duplicated Reproject operator in menuAntonioya
The reproject option was duplicated. Detected writing the manual.
2019-06-19Bring mask tools back to Masking Tool Area and update Context MenuSebastian Koenig
The mask tools in the Tool Area of Clip Editor where never brought back, after decision was made to postpone proper masking tools to 2.81. This brings back the Mask Tool Panel in the Mask tab of Masking Tool Area. This Diff also adds a better Context Menu, which respects whether you're in Masking or Tracking mode. I have added the most important operators there, with a focus on those that are otherwise harder to access. Reviewers: sergey, billreynish Subscribers: sebastian, brecht, hype Tags: #motion_tracking Differential Revision: https://developer.blender.org/D5075
2019-06-19Industry Compat keymap: Some curve edit keymap entries were using Click eventsWilliam Reynish
This was inconsistent and make the actions seem slow and unresponsive. Change to using Press, like other modes.
2019-06-19UI: add set upper/lowercase to edit-text menuCampbell Barton
Lost when toolbar was removed.
2019-06-18Docs: correct --help textCampbell Barton
Also correct description indentation.
2019-06-17Inconsistent Percentage FormattingHarley Acheson
Percentage formatting of x% (used elsewhere) when using percentage display factor Differential Revision: https://developer.blender.org/D5050 Reviewed by Brecht Van Lommel
2019-06-17Fix missing keyframe type operation in dopesheet and timeline context menuJean First
Differential Revision: https://developer.blender.org/D5055
2019-06-16Revert new grease pencil cursor for paint modesBrecht Van Lommel
This reverts commit a412f49e7580a and 873c756e5dd73. The change was only supposed to affect grease pencil, but also changed the cursor for sculpt mode, where it's not clearly visible. Since this has not been quickly resolved I'm reverting the commit. Ref D5036.
2019-06-15Fix: Clicking in empty area in Node Editor was no longer deselecting all.William Reynish
There was a missing keymap property on the select operator for both the default and Industry Compatible keymap
2019-06-15Windows: Clear PYTHONPATH variable in various debugging batch files.Ray Molenkamp
The PYTHONPATH environment variable sometimes causes issues, clearing it in the helper batch files is easier than talking every user individually though the process of removing it to see if it resolves the issue they are having.
2019-06-15UI: Icons - Adding ICON_OUTLINER_DATA_GP_LAYER IconHarley Acheson
This adds the icon intended for Grease Pencil layer data, in SVG but currently marked as blank Differential Revision: https://developer.blender.org/D5073
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne
Better to make internal code naming match official/UI naming to some extent, this will reduce confusion in the future. This is 'breaking' scripts and files that would use that feature, but since it is not yet officially supported nor exposed in 2.80, as far as that release is concerned, it is effectively a 'no functional changes' commit.
2019-06-14UI: Outliner - GP Icon ChangesHarley Acheson
Changes all GP layer icons to Pencil and highlights selected layer with background color. Differential Revision: https://developer.blender.org/D5073 Reviewed by Dalai Felinto
2019-06-14Outliner - Notify on GP Layer ChangeHarley Acheson
This adds NA_SELECTED to notifier when selecting Grease Pencil layers so Properties Editor will update Differential Revision: https://developer.blender.org/D5073 Reviewed by Dalai Felinto
2019-06-14Partial revert of "Theme: Blender Light update"Campbell Barton
Partially reverts commit 3b58bf3c7ebc1c6aaea98678ea4d462d9191007a Green highlights aren't as bright as yellow/orange & were reverted for the default theme, do the same for the light theme.
2019-06-14Theme: Update Blender LightCampbell Barton
2019-06-14Cleanup: remove developer panelCampbell Barton
Defined whole panel for a single checkbox which is hidden by default.
2019-06-13Industry Compat keymap: Fix broken Tab key in the Text EditorWilliam Reynish
Was being used for operator search here, which doesn't make any sense
2019-06-13Fix: Sequencer timecodes was using wrong propertiesWilliam Reynish
- The Start value and the Playhead value both used 'frame_start', which only tells you where the strip was originally inserted. Instead 'frame_final_start' is now used, which results in the correct timeline values. - When scaling the sidebar some of the the labels weren't scaling correctly, this has been fixed - Use Hold Cut/Cut instead of Hard/Soft Cut, for consistency Patch by Peter Fog Differential revision: https://developer.blender.org/D5065
2019-06-13Set Node Editor to use Box Select tool by defaultWilliam Reynish
This makes Shift and Ctrl work properly to extend and subtract selections. This also moves Cut Links to Ctrl-RMB, which doesn't conflict with the selection tool.
2019-06-13Cleanup: tweak logic for skipping modulesCampbell Barton
Startup is the special case, so match against this instead of 'modules'.
2019-06-12Hide from UI overridable option for custom properties.Bastien Montagne
2019-06-12Revert "Keymap: Add additional scrubbing affordance (Alt-LMB)"Campbell Barton
This reverts commits dcec863b2f2fce7fc5caa138ad3816c88e2aa2a3, f11929c145ef45444598a9679e675b2d013ae2ef. It wasn't possible to set the cursor without accidentally selecting a column of keys & (vice-versa). This conflicts with Alt->LMB to select column of keys. Shift-RMB is already bound to scrubbing.
2019-06-12UI: alternate fix for T65702, handling of auto-saving userprefsCampbell Barton
The behavior for loading factory settings wasn't clear for users. This commit changes the behavior: - Loading factory settings always disables auto-save for the current session. - The internal setting to skip saving on exit is now exposed in the preferences (when enabled). - The menu item "Load Factory Settings (Temporary)" has been removed since it's always temporary. This way users can always reset factory settings without having to consider the combination of options that might cause their preferences to be overwritten at exit. If they want to enable auto-save for the current session this can be done from the preferences.
2019-06-12WM: optionally override the context with a module for wm.context_toggleCampbell Barton
This may be used with other wm.context_* operators in the future.
2019-06-12Cleanup: expand left/right select keymap itemsCampbell Barton
This was meant to simplify the keymap but ended up not having a significant advantage.
2019-06-12Keymap: Add Ctrl-SelectMouse in to box-deselectCampbell Barton
2019-06-11Documentation: Update description with documentationJeroen Bakker
2019-06-11Keymap: fix conflict introduced by recent Alt-LMB for scrubbingCampbell Barton
Use Ctrl-Alt modifier for select-left/right.
2019-06-11Fix T65393: Error live editing UI scriptsCampbell Barton
Disable relative imports for UI scripts.
2019-06-11Fix T65699: gpencil weight paint unresponsiveCampbell Barton
2019-06-10Fix: Default keymap was missing Alt-click to scrub in the Graph EditorWilliam Reynish
2019-06-08Industry Compat keymap: Fix nodes interactionWilliam Reynish
- Dragging to move, scale and setting links now works normally and correctly
2019-06-07GPencil: Create new CURSOR for paint modesAntonio Vazquez
This new cursor is used instead of the ARROW because it was too disruptive while you are drawing. The change affects all paint modes that are used Brushes. See D5036 for details. Reviewers: @brecht @billreynish @mendio Cursor designed by: @billreynish
2019-06-07Remove Deform Delay armature optionSergey Sharybin
This option can not be supported by a new granular dependency graph, and, especially, copy-on-write. It was always doing full update ever since initial commit of new dependency graph which we are using here in the studio for the past years and lack of this option was never brought up. Fixes T65557: Delay refresh option in armatures is broken
2019-06-07Sculpt toolbar: Group new Mask Lasso tool with the Mask Border toolWilliam Reynish
Also flip Simplify and Mask, so that all the mask-related tools are next to each other.
2019-06-07Add Lasso Mask icon for Sculpt Mode toolbarWilliam Reynish
2019-06-07Cleanup: keymapsCampbell Barton