FreeCAD-library moved

Info about new community or project announcements, implemented features, classes, modules or APIs. Might get technical!
PLEASE DO NOT POST HELP REQUESTS OR OTHER DISCUSSIONS HERE!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
yorik
Founder
Posts: 13640
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

FreeCAD-library moved

Post by yorik »

I moved the FreeCAD-library repository from my own github repo to the FreeCAD organization's repo. The new url is:
https://github.com/FreeCAD/FreeCAD-library

If you have the library already git-cloned on your computer, you need to change the "origin" url like this:

Code: Select all

git remote set-url origin git@github.com:FreeCAD/FreeCAD-library.git
I added everybody who had write access to the old location to the "content managers" group of the FreeCAD organization, who have write control over this new repo. So normally if you had access before, nothing has changed. If you encounter any problem, just tell me!

Now that this library is officially bound to the FreeCAD project, please all take extra care not to accept any model that has dubious origin (and might have copyright) so we don't have any problem!
nicoguaro
Posts: 15
Joined: Wed Sep 16, 2015 11:37 pm
Contact:

Re: FreeCAD-library moved

Post by nicoguaro »

Cool, can you include STL files to the upload guidelines?
It is good for 3D printing and online visualization (since GitHub allows rendering of them).

Thanks for the job!
User avatar
yorik
Founder
Posts: 13640
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: FreeCAD-library moved

Post by yorik »

It is written in the readme already... But not all part authors do it. If you want to give a little help, it would be welcome ;)
nicoguaro
Posts: 15
Joined: Wed Sep 16, 2015 11:37 pm
Contact:

Re: FreeCAD-library moved

Post by nicoguaro »

Ok, I think I generated the missing files.

What about adding issues to the repo? People can catch up the mistakes (and copyright problems), and generate an issue for each one. It also works for feature requests (in this case, new pieces).

One more thing, what about adding this one to the repo?
beer_bottle.FCStd
(174.15 KiB) Downloaded 77 times
Thanks,
Nicolás
Attachments
beer_bottle.png
beer_bottle.png (129.7 KiB) Viewed 2015 times
User avatar
yorik
Founder
Posts: 13640
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: FreeCAD-library moved

Post by yorik »

Sure, there is a coke can already ;)
Issues are enabled already, but I see you found it...
nicoguaro
Posts: 15
Joined: Wed Sep 16, 2015 11:37 pm
Contact:

Re: FreeCAD-library moved

Post by nicoguaro »

I will add some models then.

For some reason I could not find the issue link yesterday, but I did today.

Thanks for the reply.
Post Reply