Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 380 / 5574

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__'.
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)
February 19, 2021, 11:12 (GMT)
Docs: corrections to vertex group & face-map docstrings

Address issue raised by T77920
February 19, 2021, 11:05 (GMT)
Cleanup: fix asan warnings
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
February 19, 2021, 10:27 (GMT)
Nodes: ensure ui storage implicitely

This makes it easier to use the api.
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
February 19, 2021, 07:00 (GMT)
Merge branch 'blender-v2.92-release'
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
February 19, 2021, 04:55 (GMT)
PyAPI Docs: Fix deprecation warning with new theme version
February 19, 2021, 04:13 (GMT)
PyAPI Docs: Clarifiy vertex group index list paramater

See T77920
February 19, 2021, 03:54 (GMT)
Merge branch 'blender-v2.92-release'
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
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
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021