Block a user
make license: command to update the license file
Some additional notes, they're more personal preference though.
make license: command to update the license file
When writing this I hand't noticed the convention you had of printing with exit(1), it might be better to follow that convention here too.
make license: command to update the license file
*picky* ... very much personal preference but I find the trailing \
end up being more trouble than they're worth.
make license: command to update the license file
*picky* I tend to perfer fh
instead of f
, short for FileHandle, this has the advantage of not being confused with f
which is sometimes short for filename.
PyAPI: support Python 3.13
Blender fails to build against Python 3.13 due to use of various functions that have been moved to internal API
make license: command to update the license file
Generally LGTM although the string parsing was something I mentioned to Thomas to get things working.
This patch supports un-parsed mult-line strings which won't attempt to expand variables or…
PyAPI: support Python 3.13
WIP Unbreak builtbot from Python 3.9 failure
WIP Unbreak builtbot from Python 3.9 failure