Build issues shouldn't be reported on tracker. Use blender.chat or devtalk.blender.org for build related problems.
I can reproduce described behavior, however I am not knowledgable in this area. I could use profiler to see what changes, but still wouldn't be able to confirm that this is bug. @HooglyBoogly can…
Sorry, I don't know exactly what would cause that error for you where it did not for me. Merely removing everything under the class definition PREFERENCE_PT_grpt should resolve it though, which…
Sorry, I have realized, that even my post above is not totally thread safe, since running
can change from time first condition is checked to second one so please disregard that.
It does fix the issue, so will close as duplicate of #109040
In such case I would reinstall OS.
Please provide sample .blend file to demonstrate the issue.
I've got error when running script.
Python: Traceback (most recent call last):
File "C:\Users\John\Desktop\work\bugs\109718.blend\Text", line 379, in <module>
File "C:\Users\John\Deskto…
Broken between bb2dc141f22f and 5df8e35da74a, will bisect
Pretty sure I have seen report like this, but can't find exact duplicate. #63268 is close. Axes setting only applies to perspective non-axis aligned view. Closing since this is not a bug.
For…
@iss I sorted out the conflict and applied most of the changes you requested.
I kept setting the
pj->running = false
inside the lock and the check in the function that pushes new audio…
Don't modify previewjb
, it is done by iterator macro. next_previewjb
can be removed. You can also use some iterable C++ type here like blender::Vector
, to eliminate macros if you hate them :) I don't mind either way.
Right, you have to lock, but if running
is false, there would be no point. I would say, the reason for locking is rather to prevent PreviewJob
from getting done until you add new `PreviewJobAud…
As far as I can see, the only issue that prevents strip from being rendered is, that it doesn't have length defined, which happens when you set filepath. So I would need steps to reproduce that…
I am not quite sure what is the issue here, but from comments it seems, that somehow file path got broken and when repaired with script, operation was not sucessful. So I see 2 issues: -…