Merge branch 'blender-v4.2-release'

This commit is contained in:
Sergey Sharybin
2024-06-12 15:10:31 +02:00
2 changed files with 1 additions and 7 deletions

View File

@@ -68,6 +68,7 @@ set(LIB
PRIVATE bf::depsgraph
PRIVATE bf::dna
bf_editor_mesh
bf_editor_metaball
bf_editor_grease_pencil
PRIVATE bf::extern::fmtlib
PRIVATE bf::intern::clog

View File

@@ -28,13 +28,6 @@ set(LIB
bf_blenkernel
PRIVATE bf::blenlib
PRIVATE bf::dna
bf_editor_armature
bf_editor_curve
bf_editor_curves
bf_editor_lattice
bf_editor_mesh
bf_editor_metaball
bf_editor_physics
PRIVATE bf::intern::clog
PRIVATE bf::intern::guardedalloc
)