Blender Git Loki

Kaikki Blender Git kommitit.

Page: 2644 / 8462

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, 09:05 (GMT)
Merge branch 'master' into greasepencil-object
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.
March 13, 2019, 02:32 (GMT)
UI: tweak check for sequence length

Slightly less work to check if it's None
(no need to inspect the listbase).
March 13, 2019, 02:32 (GMT)
Cleanup: redundant staticmethod use

staticmethod shouldn't be used unless it's necessary,
in that case a comment should be included especially when
subclassing non-staticmethods from RNA.
March 13, 2019, 02:32 (GMT)
Cleanup: redundant bpy.context access
March 13, 2019, 02:32 (GMT)
Cleanup: remove unused menu
March 13, 2019, 02:32 (GMT)
Cleanup: pass context to draw method instead of accessing from bpy

Allows for context overrides/mocking.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021