Search found 3367 matches

by PrzemoF
Wed Apr 08, 2015 6:12 pm
Forum: Developers corner
Topic: Remarks of a newcomer
Replies: 11
Views: 3835

Re: Remarks of a newcomer

Welcome to the forum! ad 1. I'm using syntastic + flake8 for python, but I think I'm alone. http://forum.freecadweb.org/viewtopic.php?f=10&t=9874 and http://forum.freecadweb.org/viewtopic.php?f=10&t=10256 ad 2. I'd like to see some review tool as well. Currently it's being done on the forum....
by PrzemoF
Wed Apr 08, 2015 1:30 pm
Forum: FEM
Topic: FEM Cube Example
Replies: 9
Views: 4714

Re: FEM Cube Example

Few things will look slightly different if this [1] gets approved. nothing major, but you may want to do the screenshots again.

[1] viewtopic.php?f=17&t=10439
by PrzemoF
Wed Apr 08, 2015 12:59 pm
Forum: Help on using FreeCAD
Topic: Objects lose position values after saving to step file
Replies: 8
Views: 4279

Re: Objects lose position values after saving to step file

There are 2 different readers in use [1]: STEPControl_Reader [2][4] and STEPCAFControl_Reader [3][5]. The problem could be a feature/setting/bug of OpenCASCADE, but a more experienced person is required to answer that question. I can't find what SHUO mode and GDT mode in OpenCASCADE are doing - mayb...
by PrzemoF
Wed Apr 08, 2015 10:38 am
Forum: Help on using FreeCAD
Topic: Teigha Not Working: New Bug or User Issue?
Replies: 1
Views: 783

Re: Teigha Not Working: New Bug or User Issue?

Welcome to the forum!
"C:/Program" suggests that there is a space in the path that is not properly handled. Move the binary somewhere else if possible or give some more details what you have done - I'll try to find out if that's a probem with FreeCAd or with the converter.
by PrzemoF
Wed Apr 08, 2015 8:19 am
Forum: Developers corner
Topic: Where are those icons?
Replies: 9
Views: 1495

Re: Where are those icons?

Just a habit from the linux kernel. An example from the kernel that I'd like to see some day in FreeCAD: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f6b7efc162caed555264cd73cd00103701fddbc0 From the commit message you can tell who was involved in writing/reviewing/test...
by PrzemoF
Tue Apr 07, 2015 8:47 pm
Forum: Archived Pull Requests
Topic: FEM improvements
Replies: 1
Views: 1510

FEM improvements

The changes were discussed here: http://forum.freecadweb.org/viewtopic.php?f=18&t=10423 The following changes since commit 694b0339fdfb829316cf7770da69f521ec56a7c1: GestureNav: bug fix (tilting) + kill messagebox (2015-04-07 00:57:24 +0300) are available in the git repository at: git://github.co...
by PrzemoF
Tue Apr 07, 2015 8:45 pm
Forum: Developers corner
Topic: Where are those icons?
Replies: 9
Views: 1495

Re: Where are those icons?

shoogen, could you check if this way of handling icon is OK?

https://github.com/PrzemoF/FreeCAD_sf_m ... 8cf15abd93

The patch is a bit messy - it contains white space changes together with real fixes.
by PrzemoF
Tue Apr 07, 2015 8:16 pm
Forum: FEM
Topic: Help with testing
Replies: 13
Views: 4162

Re: Help with testing

Great!! Thank you for testing! :D
by PrzemoF
Tue Apr 07, 2015 7:53 pm
Forum: FEM
Topic: Help with testing
Replies: 13
Views: 4162

Re: Help with testing

Now the icon should be usable from build dir (FreeCAD run without installation) and after install as well. It is not the most elegant solution ever, because of long path (/usr/local/data/Mod/Fem/Resources/icons), but there is no need for hardcoded icon anymore. Please test!
by PrzemoF
Tue Apr 07, 2015 2:49 pm
Forum: FEM
Topic: Help with testing
Replies: 13
Views: 4162

Re: Help with testing

@DeepSOIC, bernd: Could you pull fem_v1 again (there is one new commit) and tell me if that fixes the icon/missing name problem?

https://github.com/PrzemoF/FreeCAD_sf_m ... 8f05567b44

Edit:
Please ignore - more fixes required.