Block a user
100f37af49
Fix #100053: Incorrect saving asset catalogs after renaming parent item
7ce10ebbbf
Cycles: oneAPI: Remove excess quotes in a capabilities output
770b193253
Cleanup: use function style casts & nullptr, spelling in comments
0fa68d1a01
Cleanup: format
6d35e1c238
Fix missing include causing build error & invalid NULL check
LibOverride: Restore local references to virtual linked liboverrides on resync.
@blender-bot package
LibOverride: Restore local references to virtual linked liboverrides on resync.
@eyecandy you can find test build here: https://builder.blender.org/download/patch/PR107144/ ;)
Bastien Montagne
pushed to F-liboverride-resync-replace-missing-ids at mont29/blender
2023-04-19 21:03:07 +02:00
bf5734f376
LibOverride: Restore local references to virtual linked liboverrides on resync.
199c7da06d
Assets: Do Not Show Blank Read-Only Metadata
acb34c718e
Fix #107120: Small fixes to OS File Operations
097b9c5a36
Fix: Build error after last commit
98ccee78fe
Geometry Nodes: Slightly optimize mesh to curve node
199c7da06d
Assets: Do Not Show Blank Read-Only Metadata
acb34c718e
Fix #107120: Small fixes to OS File Operations
097b9c5a36
Fix: Build error after last commit
98ccee78fe
Geometry Nodes: Slightly optimize mesh to curve node
d5757a0a10
Cycles: re-enable AMD GPU binaries on Windows
USD Import: mask multiple prim paths.
@makowalski OK, then if spaces are forbidden into USD paths, I guess it's fine to keep spaces as separators.
*Also personally I would never recommend doing this (just like I would never…
LibOverride: Restore local references to virtual linked liboverrides on resync.
Notes:
- Feature requested by @eyecandy
- Review expected mainly on the 'proper c++ usage' side of things here, although all input is welcome of course. ;)
@blender-bot package
LibOverride: Restore local references to virtual linked liboverrides on resync.
Bastien Montagne
pushed to F-liboverride-resync-replace-missing-ids at mont29/blender
2023-04-19 20:35:26 +02:00
118eb6e30f
LibOverride: Restore local references to virtual linked liboverrides on resync.
Bastien Montagne
created branch F-liboverride-resync-replace-missing-ids in mont29/blender
2023-04-19 20:35:26 +02:00
e45ed69349
Attributes: Integrate implicit sharing with the attribute API
19ac02767c
Fix regression in recent BLI_path extension logic
fd10ecaeaf
Fix bitwise logical operation in Metal backend
187998970a
Fix unused variable in release build in Metal backend
c872b6b930
Fix set but unused variable in Freestyle
Undo/Adjust Last Operation: vertex and weightpaint operators/strokes undo more then they should (change back any setting changed prior to execution)
@lichtwerk yes, Undo is indeed part of the Core module :(
Vertex weight smooth operator + undo causes active vertex group index to change
Looks like it indeed....
Vertex weight smooth operator + undo causes active vertex group index to change
This indeed sounds like yet another issues caused by mixing memfile undo with non-memfile undos...
Undo in Armature Edit Mode does not undo Custom Properties
Most likely another one of the gazillions of issues related to mixing memfile undo with non-memfile undo....
Linked collection having mesh with shape keys resets if the original file is updated
Would bet that the 'resync' process triggered by the changes to the linked collection is the culprit here...