Add Chromium-only Blender WebEngine parity work
This commit is contained in:
9
blender-5.2.0/intern/libmv/mkfiles.sh
Executable file
9
blender-5.2.0/intern/libmv/mkfiles.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
# SPDX-FileCopyrightText: 2011-2021 Blender Authors
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
find ./libmv/ -type f | sed -r 's/^\.\///' | sort > files.txt
|
||||
find ./third_party/ -type f | \
|
||||
grep -v third_party/ceres | \
|
||||
sed -r 's/^\.\///' | sort >> files.txt
|
||||
Reference in New Issue
Block a user