Revision 591db72 by Antonio Vazquez September 2, 2019, 11:31 (GMT) |
GPencil: New Strength mode for Opacity modifier This new option applies the opacity using the strength of the stroke instead to use the alpha channel of the material. Tested in greasepencil-object branch {F7712796} The vertex group filter has been removed because this filter is not logic in Material mode and must be valid only in Strength mode. {F7713147} Reviewers: pepeland, mendio Reviewed By: mendio Differential Revision: https://developer.blender.org/D5650 |
Revision a6816bf by Sergey Sharybin September 2, 2019, 07:42 (GMT) |
CMake: De-duplicate test target name construction |
Revision b8be055 by Sergey Sharybin September 2, 2019, 07:42 (GMT) |
Fix noisy GFlags warnings when building tests Split include directories into regular and system ones, which makes it so strict flags are properly cancelled out for GFlags headers. |
Revision 2c68d50 by Sergey Sharybin September 2, 2019, 07:42 (GMT) |
CMake: Cleanup, unset temporary variables Was happening in macros, polluting the namespace. No functional changes, just making things cleaner. |
Revision 7f2b4c8 by Campbell Barton September 2, 2019, 05:23 (GMT) |
WM: batch rename, regular expression support Find/Replace can now use regular expressions. |
Revision 928e025 by Antonio Vazquez September 1, 2019, 20:47 (GMT) |
GPencil: Set fill material when curve is 2D and has filling Now the material is set as fill if the curve is 2D and is filled with a material. This is done in the Convert operator only, because the SVG add-on works totally different due the SVG has more parameters to determine the type of filling. |
Revision 35bc4c2 by Antonio Vazquez September 1, 2019, 20:30 (GMT) |
GPencil: Add Convert to Grease Pencil to context Object menu |
Revision 8ca9626 by Harley Acheson September 1, 2019, 16:40 (GMT) |
UI: Active Default Button Highlight Buttons marked as the default action are shown in full selected color. Simplification of all the related active_default code. Differential Revision: https://developer.blender.org/D5574 Reviewed by Campbell Barton |
Revision a9e389b by Campbell Barton September 1, 2019, 15:57 (GMT) |
WM: make find/replace default for batch rename Use this since it's a common operation for batch naming. |
Revision 6ff675f by Campbell Barton September 1, 2019, 15:39 (GMT) |
Fix transforming origin affecting unselected children |
Revision 460e402 by Campbell Barton September 1, 2019, 14:58 (GMT) |
WM: batch rename, material & object-data support |
Revision 18d4ad5 by Alexander Gavrilov September 1, 2019, 11:13 (GMT) |
Copy Rotation & Transform: add Euler order override options. For reasons similar to drivers, it should be possible to set an explicit Euler rotation order in constraints that use Euler angles. The Transform constraint in a way approaches drivers in its use, in that it effectively alters channels using values of other channels after applying a fixed form mathematical expression. For this reason, instead of just specifying the euler order for its inputs, it uses the same enum as driver variables. However Quaternion components are converted to a weighted pseudo-angle representation as the rest of the constraint UI expects angles. |
Revision ae43b1d by Antonio Vazquez September 1, 2019, 07:31 (GMT) |
Fix T69364: GPencil Array Modifiers causes crash This bug was introduced when adding the support for default materials. |
Revision 8837063 by Alexander Gavrilov August 31, 2019, 17:53 (GMT) |
Drivers: support accessing Quaternion rotation channels. After adding the Euler order option, it's an easy addition to the enum. The list of channels had of course to be expanded too. |
Revision a5b1231 by Campbell Barton August 31, 2019, 17:36 (GMT) |
WM: batch rename operator Matches rename active, supports objects, bones, sequence strips & nodes. Support chaining actions, these can be extended, initially support: - set/prefix/suffix - search replace - stripping characters - capitalization. |
Revision 284e4d1 by Campbell Barton August 31, 2019, 17:35 (GMT) |
Fix non-functional return argument in new gpencil code Also remove unused arguments. |
Revision ebafb46 by Brecht Van Lommel August 31, 2019, 16:52 (GMT) |
Build: don't require svn to be available for "make update" when not used Specifically on Linux, when not having a tests checkout. |
Revision 5053402 by Antonio Vazquez August 31, 2019, 15:48 (GMT) |
Fix T66452: Convert Curve to Grease Pencil Strokes This commit adds support to convert curves to Grease Pencil strokes and create the materials too. Also, there is a new python API. This API is required by the modified SVG import addon to create strokes( see T67065). All curves selected in one operation are converted in the same Grease Pencil object. |
Revision a098bd0 by Brecht Van Lommel August 31, 2019, 13:52 (GMT) |
Build: use non-interactive svn commands for "make update" Needed for buildbot, but interactively solving svn conflicts in the middle of manual make update is also not ideal. |
Revision 82ef1ed by Alexander Gavrilov August 31, 2019, 11:22 (GMT) |
Drivers: support explicit euler rotation order for transform channels. The meaning of the euler angles completely depends on the rotation order. Currently the rotation order is taken from the target of the driver variable, which somewhat makes sense if it uses euler, but if it's quaternion, then the order is always set to XYZ. Add a new option for the rotation channels of the Transform Channel driver variables that defaults to the old behavior, but allows setting an explicit rotation order. |
|
|
|


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