Block a user
5cb07d29df
Merge branch 'asset-shelf' into brush-assets-project
00b689c357
Merge branch 'main' into asset-shelf
5ba35b3d15
Fix #106748: Rendering with OSL fails with OPTIX_ERROR_PIPELINE_LINK_ERROR
936e608382
Cleanup: Deduplicate curves data-block copying
1db918f948
Fix #106901: Dangling pointer after freeing mesh runtime data
00b689c357
Merge branch 'main' into asset-shelf
5ba35b3d15
Fix #106748: Rendering with OSL fails with OPTIX_ERROR_PIPELINE_LINK_ERROR
936e608382
Cleanup: Deduplicate curves data-block copying
1db918f948
Fix #106901: Dangling pointer after freeing mesh runtime data
7eee378ecc
Custom Data: support implicit sharing for custom data layers
00b689c357
Merge branch 'main' into asset-shelf
5ba35b3d15
Fix #106748: Rendering with OSL fails with OPTIX_ERROR_PIPELINE_LINK_ERROR
936e608382
Cleanup: Deduplicate curves data-block copying
1db918f948
Fix #106901: Dangling pointer after freeing mesh runtime data
7eee378ecc
Custom Data: support implicit sharing for custom data layers
UI: Quick tooltip showing tab name for Properties editor tabs
Julian Eisel
pushed to temp-properties-tabs-quicktips at JulianEisel/blender
2023-04-13 15:08:24 +02:00
26a51e4779
UI: Quick tooltip showing tab name for Properties editor tabs
aa6e95281f
Add support for OpenPGL 0.5.0
c26083b6be
Fix warning in the STL code
e5d50b1787
Fix Cycles unknown passes logged when build with Cycles debug
34739f6a6d
Fix #106672: MacOS/OpenGL doesn't draw anything Eevee related.
Julian Eisel
created branch temp-properties-tabs-quicktips in JulianEisel/blender
2023-04-13 15:08:24 +02:00
41d8c3944d
Decrease default asset preview size in asset shelf
0cf345a673
Use slight transparency for asset shelf by default
be8a76df53
Merge branch 'asset-shelf' into temp-asset-shelf-grid-view
a3baa62487
Fix uninitialized asset shelf theme color in existing theme
73a2c3453c
Fix error when re-registering a
bpy.types.AssetShelf
subclass
21ae01b7eb
Merge branch 'main' into asset-shelf
c738d8df84
Cleanup: VSE clipboard: Remove code in
blo_lib_link_restore
.
a3baa62487
Fix uninitialized asset shelf theme color in existing theme
73a2c3453c
Fix error when re-registering a
bpy.types.AssetShelf
subclass
Fix #66722: Blender doesn't open file if isn't focused
It shouldn't matter much, but I would use the first, not the last window here. Just because that would always be a main window I think, not a child window, and this makes more sense to me conceptually.
Fix #66722: Blender doesn't open file if isn't focused
We should avoid stealing focus, and indeed, for file opening that shouldn't be needed. File loading should work with any window.
Haven't tested this but makes sense to me.
UI: Tooltips for Assets
Would initialize like this std::string complete_string = AS_asset_representation_name_get(asset);
.
Addons not loading after Pull Request: #104876
UI: Tooltips for Assets
I would suggest using std::string
instead of a fixed size buffer. Removes the length limit and makes the code a lot more readable. Check node_errors_tooltip_fn()
as reference.
4b06cabf1e
Update for subversion bump in main branch
45a8625088
Merge branch 'main' into asset-shelf
4472717de2
Cleanup: Remove unnecessary PBVH attribute pointer
b03174782e
Fix #106775: File Draw Negative Width Buttons
9477ab65a4
ImageEngine: Improve Performance and Quality.