March 13, 2019, 12:50 (GMT) |
Fix use of uninitialized variable in undo system. |
March 13, 2019, 12:20 (GMT) |
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. |
Revision f3ee171 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) 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. |
|
|
|


Master Commits
MiikaHweb | 2003-2021