November 25, 2020, 13:32 (GMT) |
XR: Adjust raycast select property behavior Combinations of properties (extend/deselect/toggle/deselect on empty) now match view3d.select behavior. |
November 25, 2020, 12:45 (GMT) |
simplify math node |
November 25, 2020, 12:14 (GMT) |
add time to send data to data transfer report |
November 25, 2020, 12:07 (GMT) |
support creating constant dummy attributes |
November 25, 2020, 11:43 (GMT) |
Atomics: Fix missing 64bit implementation for 32bit platforms Blender uses 64bit atomics to manipulate SessionUUID, and these atomics were not defined on any of 32bit platforms. While official support is limited to 64bit platforms only, the code should not make assumptions about bitness or endianess, in terms that there should be codepaths and fallback (or provision of them) for 32bit platforms. This change makes 64bit atomic functions defined for all platforms. The atomic_test was compiled and successfully tested on i686 and armv7l platforms. The rest of compilation process of Blender will be very tedious, so that was not done. This change is essential, but not necessarily enough to make Blender compilable on i686 (ability to compile Blender on 32bit platforms was lost during the 2.91 development). This is a functional part of original fix done by Brecht in D9577. |
November 25, 2020, 11:43 (GMT) |
Atomics: Cleanup, move defines closer to usage There is a special defines block needed for ARM on Linux. Move it from public header to an implementation file. No functional changes. This is a non-functional part of original fix done by Brecht in D9577. |
November 25, 2020, 11:29 (GMT) |
support remaining math functions |
November 25, 2020, 11:28 (GMT) |
Merge branch 'geometry-nodes' into geometry-nodes-deduplicate-float-math |
Revision 92d1274 by Jacques Lucke (geometry-nodes, geometry-nodes-deduplicate-float-math, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup) November 25, 2020, 11:27 (GMT) |
Merge branch 'master' into geometry-nodes |
November 25, 2020, 11:24 (GMT) |
Nodes: deduplicate ping pong math operation The formula did not change. The only side effect of this change should be that the compositor node now does not divide by zero in some cases. |
November 25, 2020, 11:06 (GMT) |
Docs: 2.91 release description for Linux appdata |
November 25, 2020, 10:51 (GMT) |
Merge branch 'geometry-nodes' into geometry-nodes-deduplicate-float-math |
November 25, 2020, 10:19 (GMT) |
Cleanup: remove useless cast. |
November 25, 2020, 09:50 (GMT) |
optimise BVH packing a bit |
November 25, 2020, 09:49 (GMT) |
alembic: fix missing update when changing frames |
November 25, 2020, 08:37 (GMT) |
Tracking: Cleanup, de-duplicate implementation of marker lookup The logic was duplicated. Should be no functional changes. The modified function is expected to give same exact results for all inputs. On the "caching last-used track" topic. The code was using last_marker to allow faster lookup of marker closest to the frame. With this change it is still the case since the BKE_tracking_marker_get() does cache last used marker. |
November 25, 2020, 08:34 (GMT) |
Versionbump: Blender 2.91 release |
November 25, 2020, 08:27 (GMT) |
File version bump |
Revision 41a7415 by Hans Goudey (geometry-nodes, geometry-nodes-deduplicate-float-math, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup) November 24, 2020, 22:38 (GMT) |
Geometry Nodes: Fix missing node editor redraw for active modifier When the active modifier changes, or when its node group changes, the node editor should redraw, because these actions change its context. |
Revision 8a2b329 by Hans Goudey (geometry-nodes, geometry-nodes-deduplicate-float-math, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup) November 24, 2020, 21:57 (GMT) |
Geometry Nodes: Always use the active modifier for shortcuts Based on discussion with the team, summarized in T82691, it makes sense to simplify the shortcut behavior and remove the way the shortcuts currently activate on hover if there is no active modifier. This commit also removes the behavior of clearing the active modifier when you click on blank space in the modifier tab. |
|
|
|


Master Commits
MiikaHweb | 2003-2021