Search found 3367 matches

by PrzemoF
Sun Apr 23, 2017 8:14 pm
Forum: Developers corner
Topic: Building FreeCAD on fedora - updated script
Replies: 16
Views: 4461

Re: Building FreeCAD on fedora - updated script

I'm having problem building FreeCAD on fedora locally and on copr (remote fedora buid service). The problems started between commits 10807 and 10881. The compiler cannot find some files the are Coin or Inventor related like Inventor/lists/SoPickedPointList.h. Any idea what's missing? I have this on ...
by PrzemoF
Wed Apr 19, 2017 10:51 am
Forum: Help on using FreeCAD
Topic: FEM Workbench: FreeCAD hangs after clicking on "Run Calculic" button
Replies: 9
Views: 2573

Re: FEM Workbench: FreeCAD hangs after clicking on "Run Calculic" button

@shivaksingh, The official releases are just snapshots taken in a quiet period of development (I'm open to correction :D ). Don't be afraid of using the most up-to-date development version, especially for FEM workbench.
by PrzemoF
Thu Mar 30, 2017 10:31 am
Forum: CfdOF / CFD
Topic: Computational Fluid Dynamics (CFD) workbench using OpenFOAM
Replies: 421
Views: 170289

Re: Fork of CFD workbench

hi oliver do you have in mind, there might be people who would like to install both, yours and the one of xia. You might use a different name and thus a different folder name. bernd great to see so much development in this regard! @bernd, +1 @oliver, Keeping the same name will lead to confusion of ...
by PrzemoF
Wed Mar 29, 2017 9:18 am
Forum: Developers corner
Topic: Version Number Explained?
Replies: 6
Views: 1622

Re: Version Number Explained?

In our Version numbers (0.vv.gggg), where does the gggg come from (other than Help>AboutFreeCAD)? Is this number available via a git command? Is it stored in a .h file? Generated at build time? Is there a way to reference commit to gggg or vice versa? Thanks, wf [przemo@localhost freecad]$ git rev-...
by PrzemoF
Wed Mar 15, 2017 12:21 pm
Forum: Open discussion
Topic: Photo-realistic rendering of FreeCAD models with CADRays
Replies: 126
Views: 42455

Re: Photo-realistic rendering of FreeCAD models with CADRays

Great, so it's even better than I thought! I thought it's possible with an external app only. It's beyond my sill level, but I'm sure will see photo realistic view port in FreeCAD at some stage :D
by PrzemoF
Wed Mar 15, 2017 10:14 am
Forum: Open discussion
Topic: Photo-realistic rendering of FreeCAD models with CADRays
Replies: 126
Views: 42455

Re: Photo-realistic rendering of FreeCAD models with CADRays

Welcome to the forum OPEN CASCADE!

Thanks for sharing the link - it look interesting. Is there an API that we could use to interact with CADRAYS from FreeCAD? Are there any plans to have linux/mac versions?
by PrzemoF
Thu Mar 09, 2017 6:32 pm
Forum: UX/UI Design
Topic: FEM icons
Replies: 18
Views: 5182

Re: FEM icons

I was not doing any development in FEM for quite while, you have to make the call. Post it here and I'll update the coding style guide. The reasons behind-the-icon-naming were simple: - no capitals - capitals are for important things (CONST names) - no underline - -it's for internal functions (first...
by PrzemoF
Thu Mar 09, 2017 6:13 pm
Forum: UX/UI Design
Topic: FEM icons
Replies: 18
Views: 5182

Re: FEM icons

Correction: there are also NormalCamels and InternallyInconsistent_Camels :lol:

I'd stick to fem-is-the-best version. It's the easiest (for me) to read.
by PrzemoF
Thu Mar 09, 2017 6:08 pm
Forum: Developers corner
Topic: Building FreeCAD on fedora - updated script
Replies: 16
Views: 4461

Re: Building FreeCAD on fedora - updated script

cgfaas, welcome to the forum!

We need detailed info which script (there are 2 in this thread).

If you don't want to build FreeCAD yourself, but you want a cutting edge fedora build check here: https://copr.fedorainfracloud.org/coprs ... f/FreeCAD/
by PrzemoF
Wed Mar 08, 2017 8:45 am
Forum: UX/UI Design
Topic: FEM icons
Replies: 18
Views: 5182

Re: FEM icons

After a quick check (1) there seem to be 3 styles:

1. fem-standard.svg
2. Camel_With_Underscore.svg
3. Camel-With-Dash.svg


(1) git ls-files | grep Mod | grep svg | grep -v Templates