I am able to render animation with your file just fine with both 4.2.1 LTS and latest 4.3 🤔
On the release note it says numpy 2.1.1 supports python 3.10-3.13 , so it really should not have any problems. Also in your console output,…
I'll try using FT_Load_Sfnt_Table
on my own program to test what I could get from various fonts. From the spec, dlang
should be enough to determine target language.
I see... I guess this problem is harder to tackle than I imagined atm. Thanks for explaining! :D
@Sergey at the moment in this example (Boolean Modifier). It does not seem to check whether the modifier itself is disabled before adding all those relations. I don't think any of those existing…
@Symbo1ic That's great! However this solution doesn't really work on mine either. So there must be different bugs within the driver :/ But I guess this could be good reference for future people…
it is important to not change the current frame 1 to a frame in the second camera range as the only proper defocus happens for the camera of the currently selected frame, while the bug is in…
Is it safe to assume that updateDepsgraph()
should be called with modifier disabled state to properly take care of such relations?
@Philippa-A the bug is within mesa and from what I gather, I could not really determine the state of this. I haven't managed to resolve the issue on my UHD 620 either. One thing you could try is…
Hi @Harley I confirm this works perfectly :D I guess what's left is the automatic language-face detection.
…I think the problem is that GPv3 will re-allocate everything when updating the drawing internally. It's recommended that you use a different approach to this problem by preparing all the arrays…
#127796 should fix (handle) both issues. GPv3 isn't capable of multi-object editing for now, so for now we have to prevent this kind of situation from happening.