November 16, 2020, 05:48 (GMT) |
Cleanup: spelling |
November 16, 2020, 05:48 (GMT) |
Cleanup: clang-format |
November 16, 2020, 04:02 (GMT) |
Cleanup: split sequencer.c file Move most functions into separate files. File sequencer.c is reserved for alloc, free and duplicating functions. There should be no functional changes. |
November 16, 2020, 01:26 (GMT) |
Merge branch 'blender-v2.91-release' Bring in exact boolean fix. |
November 16, 2020, 01:24 (GMT) |
Fix T82736, Exact Boolean fail with repeated subtraction of same object. Two problems were fixed. One, the code for dissolving vertices left a face around if dissolving a vertex would leave less than three vertices. Instead, the face should be deleted. Two, with transformations like "rotate 180 degrees", this should be no problem with exact, but the current transformation matrix has very small non-zero entries where it shouldn't. Cleaning the transformation matrix makes it more likely that user expectations about coplanar faces will be fulfilled. |
November 16, 2020, 00:58 (GMT) |
In progress |
November 15, 2020, 21:26 (GMT) |
Set up defaults when allocating UI data structs |
November 15, 2020, 21:24 (GMT) |
Importer: Cleanup: Spellings |
November 15, 2020, 21:07 (GMT) |
USD light import support. Added USDLightReader class and the logic to instantiate it when iterating over the USD prims. |
November 15, 2020, 20:58 (GMT) |
Merge branch 'master' into soc-2020-io-performance |
November 15, 2020, 14:52 (GMT) |
Merge branch 'master' into xr-actions-D9124 |
November 15, 2020, 14:46 (GMT) |
XR: Enable switching action sets during session Since xrSuggestInteractionProfileBindings() overwrites any existing profile bindings, the solution is to suggest bindings from all action sets at the same time (done just before attaching action sets to the session). |
November 15, 2020, 14:38 (GMT) |
Cleanup: Comments |
November 15, 2020, 13:54 (GMT) |
Fix assert failure when regenerating preview icons Would happen when changing material settings multiple times while the material-slot list was visible with the material icon previews. |
November 15, 2020, 13:52 (GMT) |
Separate File Browser Data From Asset Browser data Internally, the Asset Browser is based on the File Browser. So if you opened one of them as a regular editor and switched back and forth between them, data like display options, current path and navigation history (for previous/next navigation) would be shared between them. This was quite confusing and not what users would expect. Now the data is entirely separate: The Asset Browser can have its own display options, navigation history, etc. I had to refactor some bits. But I think the resulting code is actually cleaner than what we had before. Addresses T82103. |
November 15, 2020, 04:24 (GMT) |
LineArt: Ris for New APIs |
November 15, 2020, 03:07 (GMT) |
Merge branch 'master' into lanpr-under-gp # Conflicts: # release/datafiles/locale # release/scripts/addons # source/blender/blenloader/intern/versioning_290.c # source/blender/makesdna/DNA_gpencil_modifier_types.h # source/tools |
November 15, 2020, 01:17 (GMT) |
Move disabling mouse coalescing after application launches. |
November 15, 2020, 01:12 (GMT) |
Merge branch 'master' into refactor-idprop-ui-data |
Revision 96ce1e9 by Hans Goudey (attribute-accessor, geometry-nodes, geometry-nodes-active-modifier-drawing, geometry-nodes-attribute-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 15, 2020, 01:09 (GMT) |
Geometry Nodes: Improve node group output modifier error More than output for the modifier's node group is fine, because the node group may be used in other situations, but the modifier will not work if there is no geometry output socket. |
|
|
|


Master Commits
MiikaHweb | 2003-2021