Hi,
I have noticed that Blender takes around 15-20 seconds to compile despite not having changed any files between two compilations. The attached log also makes it seem like it’s also going through the vcxproj list twice, which does not seem right to me:
blender-compile-log.txt (33.7 KB)
Is there some configuration that I’m missing to make it skip redundant recompiles of unchanged code, and to avoid it seemingly compiling everything twice?
Alternatively, I would appreciate some advice on more quickly developing and testing Python changes (besides copy-pasting the script into the Text Editor and running it), as it’s that workflow where I usually notice this delay the most.
Thanks for any help!