Search found 5 matches

by kamichal
Tue Jun 11, 2019 9:09 pm
Forum: Help on using FreeCAD
Topic: Cabinet furniture design tools workbench
Replies: 244
Views: 122906

Re: Cabinet furniture design tools workbench

We'd have to improve the functionality of the Addon Manager to work with gitlab. Or perhaps there could be a mirror of said gitlab repo on GitHub that would then interact with the Add-on Manager. In my opinion it's not a big deal to use a GitHub. GitLab just seems nicer, ...and is open source, ... ...
by kamichal
Tue Jun 11, 2019 6:17 pm
Forum: Help on using FreeCAD
Topic: Cabinet furniture design tools workbench
Replies: 244
Views: 122906

Re: Cabinet furniture design tools workbench

Hi Guys! I'm python (and C/C++) developer. I would like to join this project. Do you have some code implemented already? Some repository? I would suggest creating one on gitlab if there is none yet. I suggest gitlab, because it's free, code pieces can be reviewed, commented before delivering. Featur...
by kamichal
Fri Dec 22, 2017 3:36 pm
Forum: Developers corner
Topic: Importing py interfaces of other modules
Replies: 4
Views: 1240

Re: Importing py interfaces of other modules

I have Freecad at version 0.16. I took the code from github's master branch.
by kamichal
Fri Dec 22, 2017 10:20 am
Forum: Developers corner
Topic: Importing py interfaces of other modules
Replies: 4
Views: 1240

Re: Importing py interfaces of other modules

Seems that my question is too long. Does anyone can tell me what do I miss here? I start freecad, open any workbench and PythonConsole, then I type that and I'm getting: Python 2.7.13 (default, Nov 24 2017, 17:33:09) [GCC 6.3.0 20170516] on linux2 Type 'help', 'copyright', 'credits' or 'license' for...
by kamichal
Thu Dec 21, 2017 9:04 pm
Forum: Developers corner
Topic: Importing py interfaces of other modules
Replies: 4
Views: 1240

Importing py interfaces of other modules

Hi all, It's my first post. My name is Michal. Professionally I'm a python developer. I want to create FreeCad extension for own purposes. I assumed it would be ok to find some similar command as I need and accomodate it to my needs. Now I'm facing import problem (I use Linux Debian). Seems that I d...