Envexp: environment inspector
Envexp is a simple PySide tool that utilizes cross-DCC loading mechanism and can transparently work in basically all software supporting...
Maya plug-ins
I’ve created a number of Maya plug-ins over the years: some of them for specific projects, some as a personal...
AWS S3 bucket tool / Python3 module
So, recently I started to look into Vcpkg ports and found that they have AWS S3 APIs, so why not...
Maya Object Model
I have quite a lot of experience with Maya APIs, both Python v1/v2 and C++, and while they’re very flexible...
Video player on FFMpeg:
http://dranger.com/ffmpeg/ffmpeg.htmlhttps://habr.com/en/company/edison/blog/500402/
Modules of the week:
https://github.com/dokan-dev/dokanyhttps://github.com/dokan-dev/dokan-dotnet C++ and .NET modules allowing to build user-mode filesystem drivers.
First Github Issue is now resolved )
https://github.com/microsoft/vcpkg/issues/4175 OpenColorIO is now a vcpkg port, and can be compiled as standalone library and into OpenImageIO. Meaning now you...
Another cool module of the week:
https://github.com/benfred/py-spyTop-like python profiler. Amazing stuff.
Surprise from Python:
https://stackoverflow.com/questions/647769/why-cant-pythons-raw-string-literals-end-with-a-single-backslash Python can’t have strings ending with single slash: r’\’ is illegal, even in raw literals.The only robust way to...