July 6, 2020, 18:27 (GMT) |
Merge branch 'master' into greasepencil-object |
July 6, 2020, 18:27 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
July 6, 2020, 17:44 (GMT) |
Cleanup: Use the BLI_edgehash API in the sewing simulation of cloths Also remove the code in the ghash that is no longer used. This change simplifies the existing code. Differential Revision: https://developer.blender.org/D8219 |
July 6, 2020, 17:17 (GMT) |
Fix T77730: ShaderFx Missing Update Notifier This adds a notification type for shaderfx so the properties editor can be properly notified to redraw. Another possible solution would be to also redraw the shaderfx tab with a ND_MODIFIER update, but this solution allows us to avoid some unecessary redraws too. There were no existing cases of ND_OBJECT | NC_MODIFIER updates, so those cases were removed from buttons_area_listener. Differential Revision: https://developer.blender.org/D8159 |
July 6, 2020, 15:59 (GMT) |
BLI: add methods to lookup a stored key in a set |
July 6, 2020, 15:33 (GMT) |
Merge branch 'master' into soc-2020-info-editor |
July 6, 2020, 15:33 (GMT) |
Fix OptiX viewport denoising not working when rendering scene (without OptiX) that uses unsupported features Denoising devices do not need to load the full feature set of kernels, so only activate the denoising feature for them (so that it is possible to use features that are supported by the render devices, but not the denoising devices). |
July 6, 2020, 15:26 (GMT) |
Fix compile errors |
July 6, 2020, 15:20 (GMT) |
Merge branch 'soc-2020-greasepencil-curve' of git.blender.org:blender into soc-2020-greasepencil-curve |
July 6, 2020, 15:19 (GMT) |
GPencil: Set flag to fit curve to cyclic stroke |
July 6, 2020, 15:07 (GMT) |
GPencil: Recalculating handles for cyclic curves |
July 6, 2020, 15:06 (GMT) |
GPencil: Set handle type for individual handle Before it was only possible to set the handle type for both handles of a bezier tripple. Now the user can set the type individually. |
July 6, 2020, 15:05 (GMT) |
GPencil: Support cyclic curves Generte points between the first and last curve point when converting a curve to a stroke. |
July 6, 2020, 15:02 (GMT) |
GPencil: Fix selection sync for cyclic strokes |
July 6, 2020, 14:55 (GMT) |
Cleanup: readfile: remove old deprecated OldNewMap for runtime caches. |
July 6, 2020, 14:55 (GMT) |
Runtime cache preservation during undo: add support for nodes and embedded IDs. |
July 6, 2020, 14:52 (GMT) |
Reduce `DupliObject::persistent_id` from 16 to 8 items For historical reasons, `DupliObject::persistent_id` was of size `2*MAX_DUPLI_RECUR`. These reasons are now gone, and the persistent ID always gets exactly one array element for every dupli-recursion. Differential Revision: https://developer.blender.org/D8222 Reviewed by: brecht |
July 6, 2020, 14:09 (GMT) |
CLOG: remove G.debug guard |
July 6, 2020, 13:48 (GMT) |
Add comments and todos |
July 6, 2020, 13:41 (GMT) |
Add new asset data-block type With this we can read asset data in .blends more efficiently, e.g. for browsing files or assets (where we avoid reading more than we have to). But there are other things besides performance that I'd like to play with. Basically I see the asset information a bit similar to library information, which we also deal with as a separate data-block. The "Create Asset" operator doesn't actually create these data-blocks yet. That'll be added in a followup commit. Of course this is not set in stone, but I think a reasonable design to work with for now. |
|
|
|


Master Commits
MiikaHweb | 2003-2021