Revision eafcbbb by Campbell Barton February 19, 2021, 11:12 (GMT) |
PyAPI: use real module for bpy.types This is needed to support `typing.get_type_hints`, which expects each classes module to have a module '__dict__'. |
Revision dc61a63 by Campbell Barton February 19, 2021, 11:12 (GMT) |
PyAPI: include all members in dir(bpy.types) C/Python defined types were accessible but not exposed in dir(bpy.types) |
Revision ed070dd by Campbell Barton February 19, 2021, 11:12 (GMT) |
Revision 80e5697 by Jacques Lucke February 19, 2021, 11:05 (GMT) |
Cleanup: fix asan warnings |
Revision 55c1021 by Jacques Lucke February 19, 2021, 11:03 (GMT) |
Cleanup: extract function to get node ui storage This function will be used by multiple functions. |
February 19, 2021, 10:37 (GMT) |
Fix T85763: Align Rotation to Vector node fails for collinear vectors If the axes are aligned in auto pivot mode then the rotation axis would be (0,0,0). We now fall back to the x axis in this case. If that fails, we fall back to the y axis. Differential Revision: https://developer.blender.org/D10466 |
Revision 47fc1e1 by Jacques Lucke February 19, 2021, 10:27 (GMT) |
Nodes: ensure ui storage implicitely This makes it easier to use the api. |
Revision 51c2ee4 by Jacques Lucke February 19, 2021, 09:32 (GMT) |
Geometry Nodes: use corner domain for densities in Point Distribute node Previously, the density was set per point. That implies that when a point has a non-zero weight, points might be distributed in all connected polygons. By specifying the density per corner, this limitation is removed. Note, per-point density maps (such as vertex groups) can still be used. They will be adapted to the corner domain without loss of information. Differential Revision: https://developer.blender.org/D10461 |
Revision cb3e092 by Aaron Carlisle February 19, 2021, 07:00 (GMT) |
Merge branch 'blender-v2.92-release' |
Revision 241273d by Aaron Carlisle February 19, 2021, 06:58 (GMT) |
API Docs: Fix generation failing with unused context members Instead of raising an expection a warnign is generated instead. This fixes the issue where `['hair', 'pointcloud']` are disabled for release builds. In the future a better solution would be to generate the context map dynamically but this would require refactoring of the API: D9988 |
Revision 7266d8e by Aaron Carlisle February 19, 2021, 04:55 (GMT) |
PyAPI Docs: Fix deprecation warning with new theme version |
Revision 62c1b33 by Aaron Carlisle February 19, 2021, 04:13 (GMT) |
Revision f75f447 by Aaron Carlisle February 19, 2021, 03:54 (GMT) |
Merge branch 'blender-v2.92-release' |
Revision e6acc4d by Aaron Carlisle February 19, 2021, 03:51 (GMT) |
Instead of raising an expection a warnign is generated instead. This fixes the issue where `['hair', 'pointcloud']` are disabled for release builds. In the future a better solution would be to generate the context map dynamically but this would require refactoring of the API: D9988 Fixes T80364 Differential revision: https://developer.blender.org/D10468 |
Revision eecb90d by Campbell Barton February 19, 2021, 00:23 (GMT) |
PyAPI: bpy.utils.execfile temporarily overrides the __main__ module This is needed to support Python 3.10's `typing.get_type_hints`, to access the name-space used when creating the class. Also added a docstring for execfile. |
Revision 4604350 by Hans Goudey February 18, 2021, 23:56 (GMT) |
UI: Expand enum in collection info node |
Revision a7c1aa2 by Hans Goudey February 18, 2021, 23:53 (GMT) |
Cleanup: Remove type from global namespace in C++ header |
Revision 27fd066 by Hans Goudey February 18, 2021, 19:59 (GMT) |
Cleanup: Clang tidy inconsistent parameter name |
Revision 73f4dfa by Hans Goudey February 18, 2021, 19:58 (GMT) |
Cleanup: Clang tidy else after return |
February 18, 2021, 19:51 (GMT) |
Fix T85410: Quick liquid domain alignment When `Preferences ? Editing ? New Objects ? Align To` is set to `3D Cursor`, the fluid domain added by `Object ? Quick Effects ? Quick Liquid` is aligned to the 3D cursor. This shouldn't be the case, since these aren't new objects created directly by the user. Differential Revision: https://developer.blender.org/D10467 |
|
|
|


Master Commits
MiikaHweb | 2003-2021