Blender Git Commit Log

All Blender Git commits.

Page: 2256 / 8462

August 19, 2019, 12:27 (GMT)
Merge remote-tracking branch 'origin/master' into temp-lanpr-staging
August 19, 2019, 12:25 (GMT)
Fix T68802: Paint brush's Fill Threshold option is lost
Revision ca3f25f by Arto Kitula (master)
August 19, 2019, 12:00 (GMT)
build deps macOS: add PUGI_XML home to OSL
August 19, 2019, 10:50 (GMT)
UI: re-order sequencer effects panel in side-bar

When working with Effect strips it is not optimal to have to scroll
downwards to get to the important settings for these kinds of strips.

D5512 by @tintwotin
August 19, 2019, 08:41 (GMT)
Fix T68806: UI: underscores instead of spaces in some labels.
August 19, 2019, 08:39 (GMT)
Merge branch 'master' into functions
August 19, 2019, 08:28 (GMT)
GPencil: Fix last missing point in active Subdivide

The last subdivision point was missing and there was a gap in the point distribution.
August 19, 2019, 08:06 (GMT)
LibOverride: Fix some more broken characters after override.

Think pretty much any ID pointer property should be overrideable
actually, without this reconstructing a local hierarchy of overriding
data-blocks simply cannot work properly...
August 18, 2019, 23:14 (GMT)
Rename yup_to_zup_attr_ to attrs_require_coord_convert_

A better name for the field "Y-Up to Z-Up Custom Attributes:" is "Require coordinate conversion:" That's in case there a forward and up axis fields are introduced as options in the future and so hard hard-coding the Y-Up to Z-Up conversion may eventually be removed in favour of options specifying the axes.
August 18, 2019, 22:40 (GMT)
Add prominent button to toggle properties sidebar

Located at the lower left.
August 18, 2019, 22:24 (GMT)
Handle Y-Up to Z-Up attribute string in MOD_meshsequencecache

1. Handle the yup_to_zup_attrs_str parameter in the MeshSequenceCache modifier.

2. This fixes an issue where animation wasn't applied, as a consequence to the previous change when the yup_to_zup_attrs_vec was introduced, since the yup_to_zup_attrs_str data wasn't being applied by applyModifier().

3. Make the appropriate RNA_def_property() calls for "import_attrs", and "yup_to_zup_attrs_str". Also add them to DNA_cachefile_types.h

4. Set maximum length of the yup_to_zup_attrs_str to 1024. 2048 is a little excessive.

5. Disable Ui for yup_to_zup_attrs_str when import_attrs is not enabled.
August 18, 2019, 21:22 (GMT)
Only add new properties sidebar when there is an operator to execute

So don't add the sidebar (not even hidden) when the file browser is
opened as regular editor.
August 18, 2019, 21:04 (GMT)
Only show new properties sidebar for specific operators
August 18, 2019, 20:53 (GMT)
Merge branch 'master' into fluid-mantaflow
August 18, 2019, 20:41 (GMT)
Mesh Batch Cache: Fix regression with mesh that have poly mat id > mat_len
August 18, 2019, 19:53 (GMT)
Mantaflow: Addressed all issues from the review / diff
August 18, 2019, 19:03 (GMT)
GPencil: Make active Subdivide by pixel distance

Now the subdivision is base on the distance in pixels between last two mouse positions.
August 18, 2019, 18:43 (GMT)
Don't limit with of execute region by tool properties region
August 18, 2019, 15:50 (GMT)
GPencil: New Active Subdivide for Brushes

This new option subdivide the last stroke segment while drawing.
August 18, 2019, 14:42 (GMT)
Fix T67008: Missing move handle and flickering in FileBrowser

Fix T67008: Missing move handle and flickering in FileBrowser

Allow split regions (child regions) to contribute to the action zones (azone) of the parent region.
This fixes the issues in file browser and also in the user preferences.

Reviewers: Severin, mont29, campbellbarton

Reviewed By: Severin, mont29, campbellbarton

Subscribers: brecht, campbellbarton

Maniphest Tasks: T67008

Differential Revision: https://developer.blender.org/D5273
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021