Block a user
BKE_id_copy: Hanlde properly case when copying IDs into non-local destination (aka copied ID will belong to a library)
d6092a6c36
Fix #107670: Lattice undo misses vertex group weights data
fc7b5f993b
Cleanup: Follow naming conventions for Plane Track node
ed5dee857e
Fix blender failing to link WITH_USD when building for the first time
0d171bc5be
Cleanup: quiet enumerated type warning
ee09d75e80
Cleanup: naming of looptri indexing variables
Bastien Montagne
deleted branch F-liboverride-resync-replace-missing-ids from mont29/blender
2023-05-08 18:22:50 +02:00
LibOverride: Restore local references to virtual linked liboverrides on resync.
Assert in bbone evaluation code
Bastien Montagne
pushed to F-liboverride-resync-replace-missing-ids at mont29/blender
2023-05-08 17:24:51 +02:00
5637384156
Fix after merging main.
Bastien Montagne
pushed to F-liboverride-resync-replace-missing-ids at mont29/blender
2023-05-08 17:24:24 +02:00
853fcad47c
Merge branch 'main' into F-liboverride-resync-replace-missing-ids
0327d2c963
Add missing notifier when setting cursor.matrix
8759ae1760
GPU: Initialize SRGB In TestCases
7e79e0eec0
File Browser: Avoid filling file cache needlessly on auto-complete
be19edf356
Cleanup: Add API comment on side-effect of file browser query function
0327d2c963
Add missing notifier when setting cursor.matrix
8759ae1760
GPU: Initialize SRGB In TestCases
7e79e0eec0
File Browser: Avoid filling file cache needlessly on auto-complete
be19edf356
Cleanup: Add API comment on side-effect of file browser query function
c0ce427760
Cleanup: Move file cache lookup into function
309775a28b
I18N: updated UI messages translations from SVN trunk (r6511).
1f3fda16e6
Vulkan: Extract Correct UniformBuf Name From Interface
f6b492c43d
Build: use versioned TBB library to avoid conflicts with Linux system libs
3c2dc42712
Fix (studio-reported) crash in liboverride resync code after recent changes.
808466d8d8
Export_3ds: Fixed key error in matrix calculation
935323001e
Export_3ds: Added new colormix node type
ae1c52b3f2
Cleanup: remove dead code
d8388ef36a
Fix: avoid extra depsgraph evaluation when stopping animation playback
8e9ada0079
Fix: force frame update only when starting animation timer
037b3f87bd
Fix: scrubbing time always has extra update that is only used by sequencer
2fbbc7acbb
Fix: unnecessary depsgraph update when scrubbing in timeline
Translation disambiguation requests
[I take it that the program will work despite these variations of format?] Type "%s" can not be found Windowing Environment: %s
As long as there are the same number of…
Initial Grease Pencil 3.0 stage
Globally looks pretty good, but I have a few concerns with current patch.
Initial Grease Pencil 3.0 stage
Not sure why the greasepencil
namespace ends up here? Also means that e.g. the fairly generically-named StrokePoint
struct is in the fairly generic blender::bke
namespace, which does not sounds great to me? not to mention 'C-style' namespace in names like GreasePencilDrawingRuntime
.