Revision 7b38f90 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 25, 2020, 12:08 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp |
September 25, 2020, 11:11 (GMT) |
Fix T80998: DDS Image files are not displayed correctly Blender 2.91 only. Due to recent refactoring the compressed texture formats missed the conversion to its GL counterpart. |
September 25, 2020, 10:54 (GMT) |
Merge branch 'master' into mesh-to-volume-modifier |
September 25, 2020, 10:49 (GMT) |
Modifiers: add StructRNA pointer field to ModifierTypeInfo This reduces the number of places that have to be modified when a new modifier is added. Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D9000 |
September 25, 2020, 10:45 (GMT) |
Modifiers: add icon field to ModifierTypeInfo With this change `outliner_draw.c` does not have to be edited anymore when a new modifier is added. Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D8998 |
September 25, 2020, 10:31 (GMT) |
cleanup and comments |
September 25, 2020, 09:52 (GMT) |
LibOverride: Fix some cleanup of unused override operations. Handling of pointer replacements in collection items lead to validating all operations for a given property, when some might actually be no more valid and would need to be cleaned up. Related to T81059, found while investigating it. |
September 25, 2020, 09:52 (GMT) |
LibOverride: Tweak messages when some sub-item is not found when applying overrides. |
September 25, 2020, 09:29 (GMT) |
Fix T81126: Assert going to Texture Paint workspace without a UVMap Assert happened as it could not create uv batches without an UVMap. Solution is to only request those batches when the UVMaps are available. |
September 25, 2020, 09:07 (GMT) |
LibOverride: Silence some more asserts. Print out messages into console instead when se cannot find expected data (this is actually normal when source library gets edited). Note that there seems to be some issue with the 'auto-cleanup' mechanism removing no more valid override rules on file save, will check on that next. Related to T81059, found while investigating it. |
Revision e79c651 by Joseph Eagar September 25, 2020, 09:01 (GMT) |
* more trimesh work |
September 25, 2020, 08:24 (GMT) |
Cleanup: SpaceGraph ED code: use boolean litterals when needed. |
September 25, 2020, 08:15 (GMT) |
Fix T81157: Eevee MotionBlur steps setting make ao pass darker Issue introduced by 68651534c263 due to an incorrect merge/rebase It was resetting the AO buffer every time the time step happened. |
September 25, 2020, 07:49 (GMT) |
Fix tool-system index error with mode-specific tools added to groups It was possible to have invalid indices when a script registered a tool into an existing group of tools. Address issue raised by D7436 |
September 25, 2020, 06:24 (GMT) |
EEVEE AOV: Enable AOV node for any render engine |
September 25, 2020, 06:05 (GMT) |
EEVEE AOV: Add Support for World Based AOV |
Revision dc02d54 by Joseph Eagar September 25, 2020, 05:06 (GMT) |
add trimesh and thread safe mempool code |
Revision cef79fe by Joseph Eagar September 25, 2020, 05:04 (GMT) |
commit current code |
September 25, 2020, 04:47 (GMT) |
September 25, 2020, 03:14 (GMT) |
API Docs: Fix xref urls Fully revert D7913 "Fix T77276: Generating Python API docs raises many warnings" {D7913} broke xrefs/links to other types and permalinks in the docs. This makes the python api docs for 2.90 and 2.91 completely unusable. It got partially reverted in commit e893430a6306ded059270e7df9d78180cdc0d9e3. That didn't fix those two issues though, so it should be fully reverted. As you can see here, i'm not able to click `bpy_struct.id_data`, because no <a> tag got generated in the html. {F8889934} Here you can see a working, but wrong permalink, generated by clicking the little chain. (It should be `bpy.types.MeshVertices`, not `bpy.types.MeshVertices.MeshVertices`) {F8889938} Reviewed By: Blendify Differential Revision: https://developer.blender.org/D8913 |
|
|
|


Master Commits
MiikaHweb | 2003-2021