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
2020-02-11GPencil: Replace Add mask with popover menuAntonio Vazquez
Also removed iinternal property used.
2020-02-11GPencil: Change icons for Invert Mask: ON/OFFAntonio Vazquez
2020-02-11GPencil: Implement Stroke HardenessAntonio Vazquez
Still pending the aspect ratio
2020-02-11GPencil: Add new Hide and Invert icons to MasksAntonio Vazquez
2020-02-11Merge branch 'greasepencil-object' into greasepencil-refactorAntonio Vazquez
2020-02-11Merge branch 'master' into greasepencil-objectAntonio Vazquez
2020-02-11UI: Use popup dialog for make single user from operator searchCampbell Barton
Use a popup since the default action was to do nothing, the user would always need to access the redo panel. Resolves T73711.
2020-02-10GPencil: Add header checkbox in Mask PanelAntonio Vazquez
2020-02-10GPencil: Don't hide blend mode for mask layersAntonio Vazquez
2020-02-10GPencil: Change Mask panel layoutAntonio Vazquez
2020-02-10Merge branch 'greasepencil-object' into greasepencil-refactorAntonio Vazquez
2020-02-10Merge branch 'master' into greasepencil-objectAntonio Vazquez
Conflicts: source/blender/blenkernel/intern/gpencil.c source/blender/editors/sculpt_paint/paint_ops.c
2020-02-10UI: Graph Editor Show Cursor panelWilliam Reynish
Make the Graph Editor Cursor panel fit in and use the split layout. Also removed the snap buttons, since they were only a subset of the snapping possibilities, all of which are in Key > Snap anyway, and also in the context menu. Update the theme to use correct hierarchy progression like in other editors. Differential Revision: https://developer.blender.org/D6785 Reviewed by Brecht van Lommel
2020-02-10GPencil: Fix unreported missing annotation popover menuAntonio Vazquez
This was introduced when annotations was splited.
2020-02-10GPencil: Add option to add mask layer one by oneAntonio Vazquez
Now it uses a list of layer using a pure dynamic enum list.
2020-02-10Fix: Missed this line in last commitWilliam Reynish
2020-02-10UI: Bone Custom Shape layoutWilliam Reynish
The layout was somewhat poor - hard to see what relates to the custom object, and also weirdly we show the Wireframe toggle above the Custom Object control, even though it can only be active if a bone has a custom object set. Instead, I grouped everything in a Custom Shape sub-panel and used greying out. Differential Revision: https://developer.blender.org/D6789 Reviewed by Brecht van Lommel
2020-02-10Fix T73681: Python exception adding Empty objects via `object_data_add`Philipp Oeser
with "Enter Edit Mode" enabled It is valild to add Empties this way, but we cannot enter editmode on those.
2020-02-10Merge branch 'greasepencil-object' into greasepencil-refactorAntonio Vazquez
Conflicts: source/blender/blenloader/intern/versioning_280.c
2020-02-10Merge branch 'master' into greasepencil-objectAntonio Vazquez
2020-02-10GPencil: Add invert mask option to Mask subpanelAntonio Vazquez
2020-02-10GPencil: Make Mask panel as SubpanelAntonio Vazquez
2020-02-10Cleanup: keymap formatting, unused argCampbell Barton
2020-02-09GPencil: Back Mask Switch to 2 modes: ON/OFFAntonio Vazquez
2020-02-09GPencil: New list of Masking LayersAntonio Vazquez
This replaces the old unique layer for masking with a full list.
2020-02-09VSE: Add option to select handles with box selectionRichard Antalik
Patch adds an "Handle" option to the `SEQUENCER_OT_box_select` operator, that allows to select the handles instead of whole strips. Feature is mapped to Alt key modifier A difference from the proposed design in T70730 is that covering the entire strip with the box actually selects both handles. Reviewed By: iss Differential Revision: https://developer.blender.org/D6372
2020-02-09Merge branch 'blender-v2.82-release'Sebastián Barschkis
2020-02-09Fluid: Fixes for fluid guidingSebastián Barschkis
Fluid guiding functionality was broken in the bake / read cache loop in fluid.c. Committing this to the release branch as otherwise fluid guiding would not have worked as expected (i.e. not at all).
2020-02-09UI: Cleanup Liquid Settings Code StyleAaron Carlisle
This makes the code more consitent with the rest of blender The `fractions_threshold` was changed to be active than enabled which is also more consistent. This needs to be changed in other areas also.
2020-02-08GPencil: Fix missing eyedropper options in toolbarAntonio Vazquez
2020-02-08Merge branch 'blender-v2.82-release'Aaron Carlisle
2020-02-08Update RNA Manual ReferencesAaron Carlisle
2020-02-07Merge branch 'greasepencil-object' into greasepencil-refactorAntonio Vazquez
Conflicts: source/blender/blenloader/intern/readfile.c
2020-02-07Merge branch 'master' into greasepencil-objectAntonio Vazquez
2020-02-07Merge branch 'blender-v2.82-release'Campbell Barton
2020-02-07Merge branch 'blender-v2.82-release'Campbell Barton
2020-02-07Keymap: preference to swap 3D orbit/pan actionsCampbell Barton
Requested by @pepeland for grease pencil/2D usage.
2020-02-07Keymap: preference for relative/absolute Alt-MMB navigationCampbell Barton
Original request from Hjalti was to set absolute view axis, so make this an option.
2020-02-06Fluid: Hide Advanced cache optionsSebastián Barschkis
The Manta script export should not be visible in the UI. At least not to normal users. The export feature is only useful for developers.
2020-02-06Merge branch 'blender-v2.82-release' into masterNathan Letwory
2020-02-06Reference correct sha1s of submodulesNathan Letwory
2020-02-06Fluid: Removed UI locks for cache file typesSebastián Barschkis
Caches that haven't been baked yet should not be locked.
2020-02-06Merge branch 'greasepencil-object' into greasepencil-refactorAntonio Vazquez
2020-02-06Merge branch 'master' into greasepencil-objectAntonio Vazquez
2020-02-06Smooth Modifier add invert vgroup optionCody Winchester
Adds the invert vertex group option to the smooth modifier. Setup same way as previous modifiers. Reviewed By: mont29 Differential Revision: https://developer.blender.org/D6745
2020-02-06Curve Modifier add invert vgroup optionCody Winchester
Adds the invert vertex group option to the Curve modifier. Adds a short flag and char pad to the Curve modifier DNA. Passes the flag into the curve_deform_verts function as the weight values are found there and not in the modifiers .c file. Reviewed By: mont29 Differential Revision: https://developer.blender.org/D6746
2020-02-06Merge branch 'greasepencil-object' into greasepencil-refactorAntonio Vazquez
2020-02-06Merge branch 'master' into greasepencil-objectAntonio Vazquez
2020-02-06Lattice Modifier add invert vgroup optionCody Winchester
Adds the invert vertex group option to the Lattice modifier. Adds a short flag and modifies the existing char padding for the correct amount. Adds a .invert_vgroup to the LatticeDeformUserdata. Passes the flag into the lattice_deform_verts function where the weights around found and used. For the other calls of lattice_deform_verts function they pass in NULL for the flag in the same way they pass NULL for the vgroup name. Reviewed By: mont29 Differential Revision: https://developer.blender.org/D6747
2020-02-05GPencil: Initial implementation of the layer mask relationshipAntonio Vazquez
Now, there is a new parameter to define the mask used by layer. Still pending to remove old `use_mask` property in C and python (not removed yet to keep running the masking UI).