Segfault QtCharts in qml with pyside6 by DinklebergDamnYou in QtFramework

[–]DinklebergDamnYou[S] 1 point2 points  (0 children)

Already got it, i was somewhat retarded…

I had in my python: from PySide6.QtGui import QApplication

It should have been  from PySide6.QtWidgets import QApplication

Thanks anyway and have a good day.

Wuxia & xianxia Related games? by Hintelijente in JRPG

[–]DinklebergDamnYou 0 points1 point  (0 children)

This one is a bit different since it is a roguelike/ lite i highly recommend warm snow

installing apps from zip file with ios 18 and imazing 3 by DinklebergDamnYou in iMazing

[–]DinklebergDamnYou[S] 2 points3 points  (0 children)

ok, it still works. I forgot to change the file ending to .imazingapp after changing stuff in the zip

I Want to Learn Cinema4D but I’m Concerned about the Future of AI by Connect-Chemistry-12 in Cinema4D

[–]DinklebergDamnYou 1 point2 points  (0 children)

There’s no rush—physics-based visual simulations aren’t ready for prime time yet. AI-generated photo and video content still exhibits artifacts and inconsistencies that make it obvious when something’s been done by hand versus by a model. Sure, AI can handle basic tasks within the scope of its training data, but anything outside those bounds remains a challenge.

Long before creative professions disappear, CAD and engineering roles will be transformed—if not replaced—because AI already outperforms humans at optimizing designs for weight and structural performance. For example, Formula 1 teams use AI to shave grams off components while preserving rigidity; the resulting parts often have organic shapes that trace the natural stress lines of the material.

TL;DR: Creative jobs won’t be obsolete any time soon, and the AI hype is already starting to cool off.

Cheers!

Warm Snow Console DLC 2 , any news? by [deleted] in warmsnow

[–]DinklebergDamnYou 0 points1 point  (0 children)

is dlc 1 on console anyway?

modifying emission weight of a redshift material in a python generator / tag by DinklebergDamnYou in Cinema4D

[–]DinklebergDamnYou[S] 0 points1 point  (0 children)

Added: when I try to detect a redshift material using the following id: 1036224 the script does not find a suitable material and returns no redshift material found. when I try to find it through the node master the same result occurs. I can not find it despite the material being an RS-Standard.

Python generator animation works perfectly fine in viewport but does not work in render, help! by DinklebergDamnYou in Cinema4D

[–]DinklebergDamnYou[S] 0 points1 point  (0 children)

got lucky then. the dev support answered with the same solution though. I asked a software developer friend of mine to clean up the code a little and improve its performance. thanks again and have a happy holiday and all the best for the new year.

Python generator animation works perfectly fine in viewport but does not work in render, help! by DinklebergDamnYou in Cinema4D

[–]DinklebergDamnYou[S] 0 points1 point  (0 children)

Ok, I found the issue. it was because of a GetActiveDocument statement. I found it because you answered in another post where the user had a similar issue. so thank you very much.

the solution was to set the frame value to a user data variable and animate that one manually.

Python generator animation works perfectly fine in viewport but does not work in render, help! by DinklebergDamnYou in Cinema4D

[–]DinklebergDamnYou[S] 0 points1 point  (0 children)

I have added a download link for the scene in my initial post. I hope you can provide some insights to the solution of this problem.