Blender Git Commit Log

All Blender Git commits.

Page: 864 / 8462

March 4, 2021, 17:18 (GMT)
order lines correctly
March 4, 2021, 17:17 (GMT)
Merge branch 'master' into temp-derived-node-tree-refactor
March 4, 2021, 17:15 (GMT)
Nodes: improve NodeTreeRef

This adds a couple more utility methods to various node tree ref types.
Also `InternalLinkRef` has been added to get simpler access to internal links.
March 4, 2021, 17:06 (GMT)
cleanup
March 4, 2021, 17:03 (GMT)
rename files
March 4, 2021, 17:01 (GMT)
rename new type to derived node tree
March 4, 2021, 16:54 (GMT)
Merge branch 'master' into temp-derived-node-tree-refactor
March 4, 2021, 16:38 (GMT)
BLI: support mutable lookup from multi value map
March 4, 2021, 16:32 (GMT)
Merge branch 'master' into sculpt-dev
March 4, 2021, 16:23 (GMT)
macOS/Ghost: Opt out of AppKit?s automatic window tabbing

Since Blender is single-tabbed, this will prevent extraneous
tab-related options from appearing in "Window" menu in case AppKit's
internals change.

Reviewed By: #platform_macos, sebbas, ankitm
Differential Revision: https://developer.blender.org/D10606
March 4, 2021, 16:14 (GMT)
fix building mf network
March 4, 2021, 15:55 (GMT)
simplify getting input values for socket
March 4, 2021, 15:41 (GMT)
simplify naming
March 4, 2021, 15:39 (GMT)
cleanup
March 4, 2021, 15:38 (GMT)
make node members private
March 4, 2021, 15:33 (GMT)
simplify sockets
March 4, 2021, 15:29 (GMT)
Fix items not showing up if the preview is missing

No reason to skip adding the UI elements just because the preview is missing.
We can still show the text and allow dragging. Also makes it feel more
interactive while the previews load in a background thread.
March 4, 2021, 15:16 (GMT)
bring back support for muted nodes
March 4, 2021, 14:57 (GMT)
Add own button/widget type for the asset previews

The new button type (UI_BTYPE_PREVIEW_TILE) shows the items similar to
the Asset Browser, or the File Browser in thumbnail display mode. That
is, previews bigger than normal buttons, with the name drawn centered
below it.

Would be nice if the File/Asset Browser and preview templates could
adopt that new button type, so that there's no ad-hoc drawing for these
anymore. That's for a future cleanup though.
March 4, 2021, 14:51 (GMT)
move function to xxx socket
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021