libcmo21/BMapBindings/PyBMap
yyc12345 afd4abadbb fix bugs
- fix typing hint error in PyBMap
- remove UNKNOWN_PF in PixelFormat enum in PyBMap.virtools_type. because it is a fallback value and should not be used directly. so when I apply it to Blender plugin, it cause a error.
2024-01-08 10:54:14 +08:00
..
PyBMap fix bugs 2024-01-08 10:54:14 +08:00
.gitignore fix issues 2023-12-01 23:31:09 +08:00
README.md use different file name of BMap in PyBMap for different system 2023-11-16 21:11:36 +08:00

PyBMap

The real scripts are placed in sub PyBMap folder. This folder is served for testbench scripts placing.
Place any testbench files (e.g. testbench.py) in there what you want and don't sumbit them.
The native BMap library should be placed in sub PyBMap folder, and I have used gitignore file to filter them.
The native BMap library must be named as BMap.dll (in Windows), BMap.so (in Linux or BSD), or BMap.dylib (in macOS). If you still can not load BMap or your system is not listed above, you should name it as BMap.bin.