Richard Antalik iss
  • Joined on 2018-06-01
Richard Antalik closed issue blender/blender#109740 2023-07-06 03:00:37 +02:00
Build error: LNK1248
Richard Antalik commented on issue blender/blender#109740 2023-07-06 03:00:35 +02:00
Build error: LNK1248

Build issues shouldn't be reported on tracker. Use blender.chat or devtalk.blender.org for build related problems.

Richard Antalik commented on issue blender/blender#109731 2023-07-06 02:48:19 +02:00
Realized instances render considerably faster in Solid View

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…

Richard Antalik commented on issue blender/blender#109718 2023-07-06 02:34:09 +02:00
Regression: Cycles render crash using F12 render after running script that uses bpy.ops.render

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…

Richard Antalik commented on pull request blender/blender#108877 2023-07-06 02:18:32 +02:00
VSE: Process audio strips waveforms in parallel

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.

Richard Antalik closed issue blender/blender#109717 2023-07-06 02:02:43 +02:00
Regression: Selecting a face selects the one behind it when zoomed in
Richard Antalik commented on issue blender/blender#109717 2023-07-06 02:02:40 +02:00
Regression: Selecting a face selects the one behind it when zoomed in

It does fix the issue, so will close as duplicate of #109040

Richard Antalik commented on issue blender/blender#109719 2023-07-05 04:19:06 +02:00
only one Light group can be afftected by world lights although all Light links are affected

Please provide sample .blend file to demonstrate the issue.

Richard Antalik commented on issue blender/blender#109718 2023-07-05 04:17:42 +02:00
Regression: Cycles render crash using F12 render after running script that uses bpy.ops.render

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…
Richard Antalik commented on issue blender/blender#109717 2023-07-05 04:09:34 +02:00
Regression: Selecting a face selects the one behind it when zoomed in

Broken between bb2dc141f22f and 5df8e35da74a, will bisect

Richard Antalik closed issue blender/blender#109701 2023-07-05 03:41:14 +02:00
the axis lines are missing in orthographic view if the grid is disabled.
Richard Antalik commented on issue blender/blender#109701 2023-07-05 03:41:12 +02:00
the axis lines are missing in orthographic view if the grid is disabled.

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…

Richard Antalik commented on pull request blender/blender#108877 2023-07-05 03:01:15 +02:00
VSE: Process audio strips waveforms in parallel

@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…

Richard Antalik suggested changes for blender/blender#108877 2023-07-05 02:55:57 +02:00
VSE: Process audio strips waveforms in parallel

Found one more minor issue.

Richard Antalik commented on pull request blender/blender#108877 2023-07-05 02:55:57 +02:00
VSE: Process audio strips waveforms in parallel

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.

Richard Antalik commented on pull request blender/blender#108877 2023-07-05 02:41:34 +02:00
VSE: Process audio strips waveforms in parallel

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…

Richard Antalik commented on issue blender/blender#108883 2023-07-05 01:35:21 +02:00
VSE unable to display contents of some .mkv files.

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…

Richard Antalik commented on issue blender/blender#108883 2023-07-05 01:13:47 +02:00
VSE unable to display contents of some .mkv files.

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: -…