Blender Git Commit Log

All Blender Git commits.

Page: 2228 / 8462

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.
September 1, 2019, 15:39 (GMT)
Fix transforming origin affecting unselected children
September 1, 2019, 14:58 (GMT)
WM: batch rename, material & object-data support
September 1, 2019, 14:38 (GMT)
Merge remote-tracking branch 'origin/master' into temp-lanpr-staging
September 1, 2019, 12:03 (GMT)
Remove flag to disable categories per region-type

Just set a dummy bl_category to avoid warning prints.
September 1, 2019, 11:55 (GMT)
Remove 'HIDDEN' panel flag, use existing convention

Existing convention is to register the panels for a header, which means
they're not drawn by default anyway.
September 1, 2019, 11:39 (GMT)
Merge branch 'master' into filebrowser_redesign
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.
September 1, 2019, 09:30 (GMT)
Cleanup code
September 1, 2019, 08:35 (GMT)
GPencil: Fix compiler warning
September 1, 2019, 07:38 (GMT)
Merge branch 'master' into greasepencil-object
September 1, 2019, 07:31 (GMT)
Fix T69364: GPencil Array Modifiers causes crash

This bug was introduced when adding the support for default materials.
August 31, 2019, 23:59 (GMT)
The tri-tri intersection code partially hooked up.
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.
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.
August 31, 2019, 17:35 (GMT)
Fix non-functional return argument in new gpencil code

Also remove unused arguments.
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.
August 31, 2019, 15:54 (GMT)
Merge branch 'master' into greasepencil-object
August 31, 2019, 15:54 (GMT)
GPencil: Update convert curves to fix Nurbs problems

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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021