Resave blueprints, solve a crash

This commit is contained in:
2026-07-14 21:47:46 +02:00
parent d8d7ee0da9
commit 995ae108e9
484 changed files with 2623 additions and 1091 deletions

16
Plugins/PaperFlipbookWidget/.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# # a comment - this is ignored
# *.a # no .a files
# !lib.a # but do track lib.a, even though you're ignoring .a files above
# /TODO # only ignore the root TODO file, not subdir/TODO
# build/ # ignore all files in the build/ directory
# doc/*.txt # ignore doc/notes.txt, but not doc/server/arch.txt
!*
*.obj
*.dll
*.pdb
*.generated.h
Intermediate/
Saved/
Binaries/
.vs/