Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 1283 / 5574

March 13, 2019, 15:26 (GMT)
Fix T58668: Misaligned text when editing multiple values

Reviewers: brecht

Differential Revision: https://developer.blender.org/D4503
March 13, 2019, 15:06 (GMT)
Fix T59448: Eevee broken Area Light shadows for square and rectange shape
March 13, 2019, 14:51 (GMT)
Fix T58721: Keyframing one transform option reset other transforms

Use dedicated flag to tag animation just for copy-on-write synchronization,
which makes it so copies of the original data blocks gets in sync with the
original ID. This will not flush the animation update to all objects which
depend on that animation.

If such flush is required, use ID_RECALC_ANIMATION.

Reviewers: brecht

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D4508
Revision bc5b0f7 by Alex Strand / Brecht Van Lommel
March 13, 2019, 14:24 (GMT)
Curves: change default fill mode to full, increase bevel resolution.

Ref D4438.
March 13, 2019, 14:16 (GMT)
Fix T60185: Crash on adding Inverse Kinematics

When having loops in a kinematic chain and also a IK constrain,
the solve_cycle function removes graph relations necessary to ensure
the cleanup operation was running at the very end.

Due to his Blender was crashing when some operations (the bone
constraints) accessed a pointer that was already freed.

Solved by adding more relations between crucial nodes.
Revision eb15809 by Adrian Newton / Brecht Van Lommel
March 13, 2019, 13:47 (GMT)
UI: put Armature constraint in alphabetical order in the menu.

Differential Revision: https://developer.blender.org/D4492
March 13, 2019, 12:50 (GMT)
Fix use of uninitialized variable in undo system.
March 13, 2019, 12:20 (GMT)
WM: pre-fill bug-reports

D4507 by @LazyDodo w/ edits & moved into own module.
March 13, 2019, 12:00 (GMT)
Build environment: require Alsa/OSS/PulseAudio backends for OpenAL on Linux.

Otherwise we can silently build an OpenAL that can't actually playback audio.
March 13, 2019, 11:21 (GMT)
Fix T57305: NDOF frozen w/ lock view to camera

This effectively reverts 030297209f2508a and 785e8a636a2939,
which caused this issue.
March 13, 2019, 08:57 (GMT)
BMesh: make edge winding from face optional

Broke uv-sphere creation, further it might be a problem
for script authors expecting matching edge order for duplicated content.

Now only apply this when duplicating via the operator.
March 13, 2019, 08:53 (GMT)
Fix Cycles interface after 3017d88aec7f
March 13, 2019, 08:21 (GMT)
Fix T62487: Flipped normals extruding edge loop
March 13, 2019, 08:12 (GMT)
BMesh: utility function to swap edge verts

Needed so we can control the winding of extruded faces.
March 13, 2019, 06:37 (GMT)
Fix T62484: Mesh undo ignores selection mode
March 13, 2019, 05:41 (GMT)
Fix T62524: Popover w/ keep-open moves on cursor motion
March 13, 2019, 05:41 (GMT)
Cleanup: rename uiBlock.mx,my to bounds_offset

Use a name that related to block bounds calculation
(mx/my are typically used for mouse x,y).
March 13, 2019, 02:32 (GMT)
Cleanup: use unpacking & generators to build classes

No reason to make a classes tuple then manipulate it when
everything can be declared inline.
March 13, 2019, 02:32 (GMT)
UI: avoid sub-classing mix-ins for user-prefs

Also remove redundant staticmethod use.
March 13, 2019, 02:32 (GMT)
UI: rename PresetMenu to PresetPanel, move to bl_ui.utils

Confusing to call a menu a panel when subclasses need to define
panel specific variables.

Avoid having bl_ui depend on bl_operator module too.
Since this isn't an operator, add utils modules for shared types.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021