I'm the original reporter. I've sub'd so if there's any queries I can help with I can see them minus the two-step through Bonsai's bug tracker.
Per Linux, glxinfo -B
only reports "information about the OpenGL and GLX implementations running on a given X display." In my case with a laptop with Intel/NVIDIA (Optimus/Prime), it only…
It is someone else's changes triggering the linter check. Nothing at all to do with this change.
Please don't tell me a linter error can block this getting merged now.
Does the blender bot need a prompt to kick off a build? I guess only the blessed can do that. 😄
Restested with my full scene. It is totally acceptable performance wise for me.
I've already built and tested this as correctly working for my usecase. I'll retest with my original heavier file but frankly, even if it is slower, I'll take slow success over a quick crash.…
Diff files of the fix options for convenience.
parsed_url = urllib.parse.urlparse(url) if not parsed_url.scheme: url = f'https://{url}' parsed_url = urllib.parse.urlparse(url)
Wouldn't you want to…
So I've been digging away (yes, I have a problem), and I have two "fixes". I don't have the deep insight to understand if these are good, bad, or ugly. Maybe there are better options.
Option 1:…
So the id.recalc the depsgraph_ensure_view_layer
expression relies on is being changed by BKE_scene_camera_switch_update
, called from MOD_lineart_compute_feature_lines
.
The `BKE_scene_camera…
I've been gdb'ing this trying to understand what/why this is happening.
It is important to note that this is triggered when both a bound camera and object keyframes are used, when using the…
Ugh! Please re-add the Status: Confirmed. I think I must have clicked the nice high contrast "Comment and Close" instead of the bad UI low-contrast "Comment". My bad. ☹️
What the heck!!! I didn't close this issue, I was commenting!
Sorry to disagree, Pratik, but the page doesn't say that. Quote:
Priority Clarifications
- High - Most crashes and recent regressions.
Emphasis mine. It does not say:
- High…
I don't mean to be a nag, but based on https://wiki.blender.org/wiki/Process/Bug_Reports/Triaging_Playbook shouldn't the priority label of the issue be "High"? It would be really nice to have…
Hi Aras. I got a little tired of waiting, so I rolled up my sleeves and had a go. How hard can it be? Well, very... because I haven't touched C++ since university 30 years ago and this was a lot…