https://issues.apache.org/ooo/show_bug.cgi?id=123539
--- Comment #4 from Armin Le Grand <[email protected]> --- Disabled even more stuff for 3D when the model is locked. There are 100 * 100 * 5 * 3 = 150.000 3d shapes involved, and these get created multiple times (xls import to chart model, creation, export of chart model, creation, re-import of chart model, creation). It also has multiple groups of 150.000 objects, so its even more. The 3D chart I get after 130s loading with my quick hacks looks nice and is rendered in 17s using the 3D prmitives using the current 3D software renderer. This shows that the charts object creation using UNO API needs massive rework - it is not designed/implemented currently for such data masses as in this example. My local quick changes will have effects on other 3D areas, it was just a rough test. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
