9

So say that I use LeoCAD to export some brick models to Blender. Would it be unethical to modify the models in various ways (tris to quads tool, subsurfacing, textures, rigging, etc.) and then publish them to the internet, assuming that I do not try to profit from them in any way?

fouric
  • 904
  • 1
  • 7
  • 18
  • 1
    Ethics is always a personal taste and choice, isn't it? – abatishchev Mar 17 '12 at 14:20
  • 2
    @abatishchev Not really - there are legal agreements covering the parts, so they should be followed - as some of these allow for derivative and commercial use, there are no real ethics involved. The LDraw Steering Committee ask for donations of time or money if you are profiting from the library, which is where "ethics" might come in to play. Personally if someone wants to convert all these files into a more "native" format for use in traditional modelling apps I'm sure people would be very grateful. – Zhaph - Ben Duguid Mar 17 '12 at 22:55
  • 4
    In this case it's better to say "legal", not ethic, imo. – abatishchev Mar 18 '12 at 15:24

1 Answers1

8

Almost certainly no, but with some caveats:

The LeoCAD parts library is based on the LDraw parts library, which has a Legal Agreement here.

The vast majority (and I would assume the entire subset used by LeoCAD) are covered under the Creative Commons Attribution License 2.0:

You are free:

  • to Share — to copy, distribute and transmit the work
  • to Remix — to adapt the work
  • to make commercial use of the work

Under the following conditions:

  • Attribution — You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the works).

However there are parts in the library that are not covered by the LDraw Contributor Agreement (CA), and these are covered by the more restrictive NonCA agreement. You are expressly forbidden from sharing, or making derivative works of these parts (creating 2d renderings of the elements isn't considered a derivative work, but converting the parts to a different format is).

All part files should have a license comment in their header stating either:

0 !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt

or

0 !LICENCE Not redistributable : see NonCAreadme.txt

You should check those parts you wish to adapt, and proceed accordingly.

Zhaph - Ben Duguid
  • 19,551
  • 6
  • 78
  • 151