Bernd Hahnebach
07f7a04d61
Material: card tools, update csv and ods
2019-02-15 19:02:42 +01:00
Bernd Hahnebach
1e631eed1f
Material: mat cards, add unit to shear modulus
2019-02-15 19:02:42 +01:00
Bernd Hahnebach
587b0a79ee
Material: editor xml prop file, add shear modulus
2019-02-15 19:02:42 +01:00
Bernd Hahnebach
44a1298b80
Material: mat cards, fix a unit in an Aluminium
2019-02-15 19:02:42 +01:00
Bernd Hahnebach
b1efdf9c6a
Material: card templates, remove wrong shear modulus name modulus of share and update materials csv and ods
2019-02-14 21:11:23 +01:00
Bernd Hahnebach
ac0fc4d13c
Material: mat cards, fix shear modulus name in all cards
2019-02-14 21:11:23 +01:00
Bernd Hahnebach
43ef43c3e2
Material: card templates, fix name of property shear modulus
2019-02-14 21:11:23 +01:00
Bernd Hahnebach
00007327c4
Material: editor, get rid of duplicate unit definition
...
- in mat editor xml file and in FreeCAD unit system
- remove it from material editor xml file and get it from FreeCAD unit system
2019-02-14 21:11:23 +01:00
Bernd Hahnebach
96a1007eae
Material: editor dict file, fix some units
2019-02-14 21:11:22 +01:00
Yorik van Havre
c648b0e874
Material: Provisorily hide preview fields while mat preview is not implemented
2019-02-14 10:49:24 -02:00
Bernd Hahnebach
7f2ad7fbbf
Material: mat card parser, there are two parsers in FreeCAD, make some comments about the existance of each other
2019-02-12 10:17:50 -02:00
Bernd Hahnebach
79b7041336
Material: tools adapt csv and ods
2019-02-12 10:17:50 -02:00
Bernd Hahnebach
8223a5497a
Material: cards, fix CardName
2019-02-12 10:17:50 -02:00
Bernd Hahnebach
1f70b27bad
Material: card steel generic, fix kg unit
2019-02-12 10:17:50 -02:00
Bernd Hahnebach
33e40b584e
Material: mat cards, add some units to all cards where missing
2019-02-12 10:17:50 -02:00
Bernd Hahnebach
3b579190ea
Material: card reader and writer, use file card name as CardName property
2019-02-12 10:17:50 -02:00
Bernd Hahnebach
e0be3e474e
Material: card reader, fix for values containing a =
2019-02-12 10:17:50 -02:00
Bernd Hahnebach
76d1f0aa8e
Material: card writer, some comments
2019-02-12 10:17:50 -02:00
Bernd Hahnebach
0310bf6487
Material: card writer, better attribute classification
...
- move Density from General to Mechanical
- move Source from Meta to General and call it SourceURL
- add ReferenceSource to General
- move specific price, vendor and ProductURL into group cost
2019-02-12 10:17:50 -02:00
Bernd Hahnebach
3c3d9bca58
Material: card writer, do not handle source as comment in mat card
2019-02-12 10:17:50 -02:00
Bernd Hahnebach
22f59570c8
Material: card writer, move FreeCAD version info behind matcard info, std in original cards
2019-02-12 10:17:50 -02:00
Bernd Hahnebach
b94ebbecc5
Material: Py3, get rid of extra bees on printing
2019-02-12 10:17:50 -02:00
Bernd Hahnebach
216106e407
Material: Py3 fixes in mat card writer
2019-02-11 15:18:24 +01:00
luz.paz
4cfda0c3a5
Misc. typos
...
Found via `codespell`
2019-02-08 11:01:24 -02:00
Bernd Hahnebach
f05d8c314a
Material Editor: fix unit for specific heat, fixes #3781
2019-02-04 22:18:54 -02:00
Bernd Hahnebach
bc31a9afcd
Material: code formating, flake8
2019-01-05 12:17:52 +01:00
Bernd Hahnebach
b3de953c18
Material: code formating, file beginnings Python block comment with space, flake8 E265
2019-01-05 12:17:52 +01:00
Yorik van Havre
91a61d4813
Material: Fixed py3/import issues
2018-12-29 14:40:25 -02:00
caceres
195c530c00
Material: MaterialEditor migrate to model/view
2018-12-29 12:47:30 -02:00
looooo
1476caf281
py3: iteritems -> items, iterkeys -> keys
2018-12-08 11:27:22 -03:00
Yorik van Havre
652e1dbdd0
Material: Fixed encoding bug
2018-11-22 11:45:06 -02:00
Yorik van Havre
7fabfde0ef
py3 compatibility fixes
2018-10-27 16:04:51 -03:00
luz.paz
f5523dd830
FEM: Typos
2018-10-17 11:23:04 +02:00
wmayer
16295d4121
CMake 2.8.12 and lower allowed the SOURCE signature in add_custom_command
...
In CMake 3.0 the policy CMP0050 was introduced where it could be set to OLD to keep this behaviour while for NEW an error was raised.
Since CMake 3.5.2 a warning comes up when using the OLD behaviour and that it will be removed in a future version.
In FreeCAD we switched to the new behaviour now and removed the SOURCE signature from add_custom_command which affects the macros
fc_copy_sources, fc_target_copy_resource and fc_target_copy_resource_flat and their usage.
It's not possible any more to add files to a target by using the macros. Now a file must be added to the target before using the macros.
This commit fixes it for Arch, Draft, OpenSCAD, Material, Plot and Ship
2018-08-20 11:47:39 +02:00
Bernd Hahnebach
9ce4111cee
py3: define more unicode for python3, see commit 7ad0c7f7
2018-08-07 16:57:00 +02:00
Yorik van Havre
d940fd3447
Arch: Enable compression when exporting IFC files (reuse similar vectors, colors, etc)
2018-07-17 14:19:38 -03:00
luz.paz
be5e93ddfe
Misc. typo & whitespace fixes
...
Found via `codespell -q 3 -I ../fc-word-whitelist.txt --skip="*.ts,*.po,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./.git,./src/zipios++"`
Revert IFC commit
2018-07-11 21:52:27 -04:00
Bernd Hahnebach
101fac6c12
Material: recreated materials files with the bash tools
2018-07-11 21:18:49 -03:00
Bernd Hahnebach
4627ad5856
Material: properties, add ultimate strain
2018-07-11 21:18:49 -03:00
Bernd Hahnebach
35b92641de
Material: properties, remove Elasticity because it is a theory and not a property
2018-07-11 21:18:49 -03:00
Bernd Hahnebach
a790510d8e
Material: material properties, add angle of friction
2018-07-03 17:54:57 -03:00
Bernd Hahnebach
7a27e0e85a
Material: material properties, remove duplicate
2018-07-03 17:54:57 -03:00
Bernd Hahnebach
f379e61255
Material: material properties, add some links as comments
2018-07-03 17:54:57 -03:00
Bernd Hahnebach
3887161f4c
Material: material properties, better formating
2018-07-03 17:54:57 -03:00
Bernd Hahnebach
527b3b35ed
Material: add some thermal and mechanical properties to material module
2018-07-03 17:54:57 -03:00
Bernd Hahnebach
6442ac83dc
Material: material module, add some comment
2018-07-03 17:54:57 -03:00
Bernd Hahnebach
ce9e5d9553
Material: editor, add cards output and some comment
2018-07-03 17:54:57 -03:00
luz.paz
c0014cbd3e
Misc. comment typos
...
+ Found via `codespell -q 3 --skip="*.po,*.ts,./.git,./src/3rdParty,./src/CXX,./src/zipios++,./src/Mod/Assembly/App/opendcm" -I ~/Projects/fc-word-whitelist.txt`
+ crowdin translation refinements:
- https://crowdin.com/translate/freecad/6766/en-en#6499546
- https://crowdin.com/translate/freecad/6766/en-en#6504496
2018-06-13 20:37:17 -04:00
Bernd Hahnebach
1051f10498
Material: main module, only use one material structure list
2018-06-11 06:21:41 +02:00
wmayer
2410e53238
fix typo
2018-06-10 20:55:16 +02:00