Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 1398 / 5574

December 19, 2018, 12:53 (GMT)
BLI_bitmap: add functions operating on the whole bitmask.

There is no point having operations that iterate over the whole
bit array as macros, so convert BLI_BITMAP_SET_ALL to a function.
Also, add more utilities for copying and manipulating masks.

Reviewers: brecht, campbellbarton

Differential Revision: https://developer.blender.org/D4101
December 19, 2018, 12:18 (GMT)
GP: Primitive: Fix jitter

Missing vector calculation.
December 19, 2018, 12:18 (GMT)
GP: Primitive: Add RMB behaviour to Grab/Move
December 19, 2018, 11:58 (GMT)
Merge branch 'master' into blender2.8
December 19, 2018, 11:56 (GMT)
Build info: Ensure hash length is same across all platforms and has no conflicts

The original issue was that different platforms will use different
hash lengths, just because defaults on Git client were different.

Now we use explicit length for the hash, and length is the same as
is used for short hashes in Linux -- apparently they started to have
collisions with length of 11.
December 19, 2018, 11:45 (GMT)
UI: move gizmo orientation settings into popover

Instead of link toggle with enum, use a single popover that contains
both settings. The code for this isn't nice - needing 3x panels for now.

See D4075
December 19, 2018, 11:38 (GMT)
Merge branch 'master' into blender2.8
December 19, 2018, 11:33 (GMT)
Fix Proportional Edit Projected 2D method skiped center calculation

rBa520e7c85c83 defined T_OVERRIDE_CENTER(1 << 25)
which was already in use T_PROP_PROJECTED(1 << 25)
thus skipping center calculation

Fixes T58882, T59518

Reviewers: campbellbarton, brecht

Maniphest Tasks: T58882, T59518

Differential Revision: https://developer.blender.org/D4100
December 19, 2018, 11:32 (GMT)
Fix T59578: enabling "vertex group weights" in edit mode results in crash
December 19, 2018, 11:20 (GMT)
RNA: support setting default values for custom properties.

NLA requires a usable default value for all properties that
are to be animated via it, without any exceptions. This is
the real cause of T36496: using the default of 0 for a scale
related custom property obviously doesn't work.

Thus, to really fix this it is necessary to support configurable
default values for custom properties, which are very frequently
used in rigs for auxiliary settings. For common use it is enough
to support this for scalar float and integer properties.

The default can be set via the custom property configuration
popup, or a right click menu option. In addition, to help in
updating old rigs, an operator that saves current values as
defaults for all object and bone properties is added.

Reviewers: campbellbarton, brecht

Differential Revision: https://developer.blender.org/D4084
December 19, 2018, 10:59 (GMT)
Fix T59237: Instancing on a path doesn't do anything

This commit makes it so curve path parent solving accepts an explicit
arguments for both time and curve speed flag, making it so we don't
have to mock around with scene's frame.

One unfortunate issue still is that if the instancing object is used
for something else, we might be running into a threading conflict.
Possible solution would be to create a temp copy of an object, but
then it will be an issue of preventing drivers from modifying other
datablocks.

At least the original issue is fixed now, and things behave same as
in older Blender version. Additionally, the global variable which
was defining curve speed flag behavior is gone now!
December 19, 2018, 10:51 (GMT)
Fix T59500: Weight Smoothing Not Working

Reviewers: brecht, dfelinto

Maniphest Tasks: T59500

Differential Revision: https://developer.blender.org/D4094
December 19, 2018, 10:49 (GMT)
UI: show panel type in Python tooltips

Handy when editing UI scripts.
December 19, 2018, 10:41 (GMT)
RNA: convenience method for orientation name & icon

Avoids RNA introspection at draw time
which is relatively slow (approx 5x).
December 19, 2018, 09:57 (GMT)
Gizmo: optional custom orientations for transform

This aims to resolve a conflict where some users want to keep keyboard
axis setting global, even when the orientation is set to something else.

Move/rotate/scale can optionally each have a separate orientation.

Some UI changes will be made next.
December 19, 2018, 09:49 (GMT)
Transform: use the scenes transform orientation

- Use the user orientation when pressing XYZ keys,
second press switches to global.
- Pressing again switches to global, or local
if you're have global orientation set.

The option for gizmos to have their own orientations will be added,
see: D4075
December 19, 2018, 08:13 (GMT)
GP: Update Gizmo position when select
December 19, 2018, 02:09 (GMT)
Theme: use menu text color for floating redo panel

blender_light theme was showing black text on dark background.
December 19, 2018, 01:42 (GMT)
startup: default file selector to empty filename

Someone saved startup.blend w/ filename, tsk.
December 19, 2018, 01:30 (GMT)
Fix T57139: Transform overlay shows even when disabled

Transform bypasses the gizmo API for drawing overlays,
so custom checks are needed.

Also don't draw the gizmo in other windows when transforming.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021