Search found 882 matches

by pablogil
Sun Sep 25, 2016 6:28 pm
Forum: Open discussion
Topic: Suggestion: dropdown New Sketch button
Replies: 14
Views: 2453

Re: Suggestion: dropdown New Sketch button

That is what i would (as an experienced user) consider a new usability issue introduced. If i would select something in 3D View and after i would have to think about what option i will select in drop down menu. Compared to current behaviour when there is a single tool that knows what to do and it j...
by pablogil
Fri Sep 23, 2016 11:08 am
Forum: Announcements & Features
Topic: Dark and Light FreeCAD stylesheets (v1.8a)
Replies: 145
Views: 64010

Re: Dark and Light FreeCAD stylesheets (v1.8a)

I don't know, I just know how to style QT, I'm not C++ or Python coder... :( Hi, I found a way to get if a StykeSheet is applied and in case list all the attributes print QtGui.QApplication.style().metaObject().className() # print QtGui.QApplication.instance().styleSheet() # list all applied styles...
by pablogil
Fri Sep 23, 2016 6:58 am
Forum: Announcements & Features
Topic: Dark and Light FreeCAD stylesheets (v1.8a)
Replies: 145
Views: 64010

Re: Dark and Light FreeCAD stylesheets (v1.8a)

but, as I have many buttons, with large text inside, changing to your themes, the buttons would need to be too much bigger and so the GUI getting a big size of the working area.... Is there a way to acquire the style values from the current theme usingPySide? I don't know, I just know how to style ...
by pablogil
Fri Sep 23, 2016 6:47 am
Forum: Foro en Español
Topic: Modificar stp
Replies: 6
Views: 4477

Re: Modificar stp

Como bien dice @Joyas, los archivos STP o STEP funcionan así, da igual con qué programa los abras, siempre encontrarás un único objeto.
Eso sí, éste estará formado por superficies con las que podrás trabajar en FreeCAD para añadir, quitar, etc.

Suerte
by pablogil
Thu Sep 22, 2016 1:56 pm
Forum: Python scripting and macros
Topic: ShortCuts
Replies: 105
Views: 31659

Re: ShortCuts

I did some tests yesterday and it will take some time to get desired behaviour polished and implemented but likely i will go for single option. To reduce potential confusion. User will therefore have to take care of delay (or use default value). Delay after last key was pressed and the rest should ...
by pablogil
Thu Sep 22, 2016 10:59 am
Forum: Python scripting and macros
Topic: ShortCuts
Replies: 105
Views: 31659

Re: ShortCuts

Running command automatically once unique completion is available. That likely should be possible as i think i already made working prototype in the past. As for comparing current key(s) with all available completions after some time interval. And after if only one match is found to run the command...
by pablogil
Wed Sep 21, 2016 7:11 pm
Forum: Python scripting and macros
Topic: ShortCuts
Replies: 105
Views: 31659

Re: ShortCuts

Therefore lets say C and CL key are used for commands. Mentioned future planed option above would therefore if enabled automatically trigger CL key combination. But If only C key would be provided current conflict resolution mechanism will provide both options. Doing it like that substantially redu...
by pablogil
Wed Sep 21, 2016 4:41 pm
Forum: IFC
Topic: [Tutorial] How to compile IfcOpenShell-python for OSX/macOS
Replies: 13
Views: 6601

Re: [Tutorial] How to compile IfcOpenShell-python for OSX/macOS

Of course I don't mind, actually I encourage you to do it :D Do you mean you want me to tell you the GitHub IfcOpenShell project commit hash from where I built it? if this is what you meant, the commit hash is 7ed9886. Great, this is exactly what I meant. IfcOpenShell doesn't have built in minor ve...
by pablogil
Wed Sep 21, 2016 12:34 pm
Forum: Foro en Español
Topic: Modificar stp
Replies: 6
Views: 4477

Re: Modificar stp

Sí, es posible :)
by pablogil
Wed Sep 21, 2016 11:55 am
Forum: IFC
Topic: [Tutorial] How to compile IfcOpenShell-python for OSX/macOS
Replies: 13
Views: 6601

Re: [Tutorial] How to compile IfcOpenShell-python for OSX/macOS

EDIT: Before you ask for them, here you have a temporal download link for binaries for some Python versions. I have packed them so that you could straightaway download and install them without having to compile anything. I guess, FreeCAD developers may want to download them and make them available ...