November 15, 2019, 15:41 (GMT) |
API Docs: don't show functions in 'bpy.app.handlers' This shows the function and it's memory location, it's not useful for docs so remove it. |
November 15, 2019, 15:39 (GMT) |
API Docs: only document built-in types Some types were documented in bpy.types aren't accessible there. For now, disable documenting types from add-ons and some types from bl_operators, bl_ui... since these are mostly for internal use. |
November 15, 2019, 15:39 (GMT) |
PyAPI: add class and module attributes to rna_info.InfoStructRNA Module access is needed for documentation generation to exclude non built-in modules. This also fixes a bug creating references to non built-in types. |
November 15, 2019, 15:39 (GMT) |
Docs: correct indent for to_swing_twist docstring |
November 15, 2019, 15:10 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.81-release' |
November 15, 2019, 15:10 (GMT) |
Fix: Filebrowser saving dialog size when maximized Reviewed By: Severin Differential Revision: https://developer.blender.org/D6260 |
Revision e81dbba by Jacques Lucke (builtin-simulation-nodes, functions, particle-solver-dev, simulation-tree) November 15, 2019, 15:09 (GMT) |
add missing static keywords |
Revision 2d4f820 by Jacques Lucke (builtin-simulation-nodes, functions, particle-solver-dev, simulation-tree) November 15, 2019, 15:03 (GMT) |
optimize Get Nearest Point when the object is the same for every element |
Revision 3ecb692 by Jacques Lucke (builtin-simulation-nodes, functions, particle-solver-dev, simulation-tree) November 15, 2019, 15:03 (GMT) |
fix task scheduling |
November 15, 2019, 15:00 (GMT) |
Merge branch 'master' into greasepencil-object |
November 15, 2019, 14:54 (GMT) |
Deinitialisation of Blender |
November 15, 2019, 14:37 (GMT) |
Merge branch 'blender-v2.81-release' |
November 15, 2019, 14:37 (GMT) |
Fix T70991: Maximized file browser hides file name bar on Windows `WS_CHILD` is a different kind of child window that what we define as child window. See http://forums.codeguru.com/showthread.php?491604. Setting this style flag seems to mess things up a bit in our configuration. The name bar is actually being overlapped by the Windows task bar then. Not totally sure why this happens, but I think it's because windows with the `WS_CHILD` style are positioned relative to the parent, not the desktop (screen without taskbar). So it uses the full space available when maximized, which isn't clipped by the taskbar anymore. |
Revision ca1de7f by Jacques Lucke (builtin-simulation-nodes, functions, particle-solver-dev, simulation-tree) November 15, 2019, 14:30 (GMT) |
use more global external data cache |
Revision be57a27 by Jacques Lucke (builtin-simulation-nodes, functions, particle-solver-dev, simulation-tree) November 15, 2019, 14:28 (GMT) |
fix Map Range clamping |
November 15, 2019, 14:14 (GMT) |
Header guard #define |
November 15, 2019, 14:14 (GMT) |
More feedback from Sergey |
November 15, 2019, 14:14 (GMT) |
Updated for review comments - Removed link to CMake docs - EXTRA_CLI ? COMMAND_ARGS - BlendfileLoadingAbstractTest ? BlendfileLoadingBaseTest - Moved BlendfileLoadingBaseTest into tests/gtests/blenloader - Added failure message - Check C++ string with a C++ string function - Full stop. |
November 15, 2019, 14:14 (GMT) |
Updated license blocks |
November 15, 2019, 14:14 (GMT) |
Added GPL header to each new file |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021