Gentoo Archives: gentoo-user

From: R0b0t1 <r030t1@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] OpenScad produces no visible rendering at all
Date: Sat, 21 Oct 2017 02:32:34
Message-Id: CAAD4mYiTHtak85CFY4BegvPtF93rF4-JfBVs6eOpKfPZbFW2iQ@mail.gmail.com
In Reply to: [gentoo-user] OpenScad produces no visible rendering at all by tuxic@posteo.de
1 On Fri, Oct 20, 2017 at 8:41 PM, <tuxic@××××××.de> wrote:
2 > Hi,
3 >
4 > After installing OpenScad I started an example.
5 > After the loading process ends I hit "preview" -
6 > a script compiling process starts,,,and....
7 > nothing was shown.
8 > Same happens, when I hit "rendering".
9 >
10 > from lspci (the smaller card feeds the desktop, the bigger one is for Rendering
11 > with Blender only, I set CUDA_VISIBLE_DEVICES=0)
12 > 02:00.0 VGA compatible controller: NVIDIA Corporation GM206 [GeForce GTX 960] (rev a1)
13 > 02:00.1 Audio device: NVIDIA Corporation Device 0fba (rev a1)
14 > 09:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 430] (rev a1)
15 > 09:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller (rev a1)
16 >
17 > Output on OpenScad own terminal after hitting preview of the example "CSG.openscad)
18 > Compiling design (CSG Tree generation)...
19 > ECHO: version = [2015, 3, 0]
20 > Compiling design (CSG Products generation)...
21 > Geometries in cache: 2
22 > Geometry cache size in bytes: 62800
23 > CGAL Polyhedrons in cache: 0
24 > CGAL cache size in bytes: 0
25 > Compiling design (CSG Products normalization)...
26 > Normalized CSG tree has 6 elements
27 > Compile and preview finished.
28 > Total rendering time: 0 hours, 0 minutes, 1 seconds
29 >
30 > Outout on the terminal, from which I started OpenScad:
31 > solfire:/home/mccramer>openscad
32 > using visual class 4, id 2b
33 > hijackWindow() context created for LaunchingScreen(0x2ade380, name = "LaunchingScreen") 1
34 > Created Window Surface FBO QSize(620, 418) with samples 8
35 > hijackWindow() context created for MainWindow(0x2b0ed20, name = "MainWindow") 1
36 > Created Window Surface FBO QSize(1920, 1141) with samples 8
37 > hijackWindow() context created for QWidget(0x2b5b010, name = "centralwidget") 2
38 > hijackWindow() context created for QWidget(0x2cab240, name = "mainWidget") 3
39 > hijackWindow() context created for QToolBar(0x2bc6350, name = "viewerToolBar") 4
40 > hijackWindow() context created for QMenuBar(0x2bf2580, name = "menubar") 5
41 > hijackWindow() context created for QStatusBar(0x2c1ca20, name = "statusbar") 6
42 > hijackWindow() context created for QSizeGrip(0x2c1cda0) 7
43 > hijackWindow() context created for QLabel(0x33ff150) 8
44 > hijackWindow() context created for QLabel(0x2b9eb70) 9
45 > hijackWindow() context created for Dock(0x2b05220, name = "editorDock") 10
46 > hijackWindow() context created for Dock(0x2ba9fe0, name = "consoleDock") 11
47 > hijackWindow() context created for QMenu(0x2b02c00, name = "menu_View") 1
48 > Created Window Surface FBO QSize(184, 583) with samples 8
49 >
50 > What wrong here?
51 > Why I can't see any rendered output?
52 >
53 > Cheers
54 > Meino
55 >
56
57 Hello,
58
59 Are you using OpenSCAD interactively? When I used BRL-CAD rendering
60 and viewing were separate actions. You could render headlessly.
61
62 Cheers,
63 R0b0t1

Replies