feat: add virtools light features.

- add virtools light feature for blender light type and add all essential operators, functions and structs.
- remove PyBMap from repository. order builder fetch it on their own.
- update gitignore.
This commit is contained in:
2024-12-31 14:40:41 +08:00
parent 729e12ed7b
commit 2f08455518
12 changed files with 348 additions and 1991 deletions

12
bbp_ng/.gitignore vendored
View File

@ -1,15 +1,15 @@
# My Ban
PyBMap/*.dll
PyBMap/*.so
PyBMap/*.dylib
PyBMap/*.bin
PyBMap/*.pdb
## ===== Personal =====
# Do not include PyBMap in this repository.
# Order build fetch it manually.
PyBMap/
# Disable generated icons and jsons but keep the directory hierarchy.
icons/*
!icons/.gitkeep
jsons/*
!jsons/.gitkeep
## ===== Python =====
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]