2174 Commits

Author SHA1 Message Date
SiboVG
d36b5d3e9d [#2341] Sanitize groupnames 2023-09-20 13:27:58 +02:00
SiboVG
19854154b4 Refactor filename illegal char method 2023-09-20 13:27:38 +02:00
Sibo Van Gool
c78dc3bca7
Merge pull request #2325 from SiboVG/issue-2324
[#2324] Add option to exclude motors from OBJ export
2023-09-15 23:54:53 +02:00
SiboVG
85004849f5 [#2324] Add option to exclude motors from OBJ export 2023-09-14 00:00:04 +02:00
SiboVG
e9264d9dcf Clamp shoulder thickness when radius changes 2023-09-09 22:24:39 +02:00
SiboVG
a7a2f4acc9 Don't export transition inside when filled due to shoulder 2023-09-09 22:23:33 +02:00
SiboVG
74cd0e9636 Warn for zero-thickness shoulder 2023-09-09 14:14:22 +02:00
SiboVG
08c002ed57 Add shoulder margin 2023-09-09 14:05:27 +02:00
SiboVG
5c68fda00e [#2316] Add warning for zero-thickness component OBJ export 2023-09-09 12:36:04 +02:00
SiboVG
33fbfaef18 Fix PR #2134 2023-09-06 21:49:22 +02:00
Sibo Van Gool
ff8731e164
Merge pull request #2301 from SiboVG/3D-export
[#604] Implement 3D component exporting to Wavefront OBJ
2023-09-05 20:54:26 +02:00
Sibo Van Gool
9de395c4aa
Merge pull request #2308 from SiboVG/issue-2307
[#2307] Add dedicated undo actions + fix multi-comp editing for motors & recovery settings
2023-09-02 00:20:21 +02:00
SiboVG
2db427c756 Correct densities 2023-09-01 13:38:47 +02:00
SiboVG
cb0c0a9e8c Add PLA, PETG & ABS materials 2023-08-31 19:06:32 +02:00
SiboVG
f02405046a Handle transition with filled wall thickness 2023-08-30 20:44:47 +02:00
SiboVG
1a40851565 Add buttons to optimize for 3D printing/rendering 2023-08-27 00:11:51 +01:00
Sibo Van Gool
f7b20a5df7
Merge pull request #2304 from SiboVG/issue-2204
[#2204] Make flight config naming substitution code more general + add "Cases" substitution
2023-08-27 00:48:15 +02:00
SiboVG
1ed7354337 Fix multi-comp deployment editing 2023-08-26 23:20:30 +01:00
Sibo Van Gool
5eb6507401
Merge pull request #2305 from SiboVG/issue-2303
[#2303] Copy raw name from flight config
2023-08-25 11:43:00 +02:00
SiboVG
9ff699bcbc [#2303] Copy raw name from flight configf 2023-08-25 11:41:42 +02:00
SiboVG
db61dec547 Fix bug 2023-08-25 00:39:11 +02:00
SiboVG
41b6c87550 Add case info to test motors 2023-08-25 00:38:45 +02:00
SiboVG
e72870c306 Eujj, add custom separator support :)) 2023-08-25 00:00:14 +02:00
SiboVG
ccffffa186 [#2204] Big rewrite of motor config substitutor to make it general + add cases 2023-08-24 23:34:18 +02:00
SiboVG
20c0cacc7a Fall back to blank material after applying it 2023-08-23 23:05:15 +02:00
SiboVG
ff31c886a3 Remove redundant imports 2023-08-23 22:53:49 +02:00
SiboVG
b428e2cde0 Fix transition end vertex winding 2023-08-23 20:46:11 +02:00
SiboVG
232b338fb9 Safe image exporting 2023-08-23 20:04:53 +02:00
SiboVG
d497584446 Goddamn ASCII characters... 2023-08-23 19:55:29 +02:00
SiboVG
9f36a7eb4a Fix transition normals 2023-08-23 19:06:17 +02:00
SiboVG
c32f524803 Add sRGB to preferences 2023-08-23 17:25:07 +02:00
SiboVG
886494c519 Fix small issue in transition exporter 2023-08-23 17:22:00 +02:00
SiboVG
b1c8bbc895 Some adjustments to coordtrans 2023-08-23 17:15:51 +02:00
SiboVG
855adcab13 Fix issues with origin offset 2023-08-23 13:16:25 +02:00
SiboVG
e2111e9e8b Add coord transform to export panel 2023-08-22 01:01:23 +02:00
SiboVG
467dbce4a1 Add scaling option to OBJ export dialog 2023-08-21 03:47:06 +02:00
SiboVG
e6a8d1bbf7 Fix origin offsets 2023-08-21 03:44:19 +02:00
SiboVG
d63e2e9084 Add texturing for motors 2023-08-21 02:42:51 +02:00
SiboVG
4fc3901f00 Add textures (WIP) 2023-08-19 19:43:04 +02:00
JoePfeiffer
f67f1f6e4c Remove capability to not compute and save "extra" simulation parameters 2023-08-19 10:14:16 -06:00
SiboVG
765c6cde63 Fix shoulder inner mesh start locations 2023-08-19 02:58:48 +02:00
SiboVG
10c495ce5b Fix bug in transition exporter
*sigh* I spent way too long on this...
2023-08-19 02:29:34 +02:00
SiboVG
2e636f5205 Rename MtlExporter 2023-08-18 04:01:39 +02:00
SiboVG
b6ee9e851b Make methods public 2023-08-18 04:01:21 +02:00
SiboVG
9bb1151dba Sort export components based on order in rocket
This is useful if you import the OBJ with "split by groups". In that case, all the components are in nice chronological order.
2023-08-18 04:01:03 +02:00
SiboVG
08c4d08393 Fix issue of export children pref 2023-08-18 03:59:57 +02:00
SiboVG
8e7c6afed3 Save OBJ export options in preferences 2023-08-18 03:32:06 +02:00
SiboVG
c38d5f59a6 Refactor CoordTransform 2023-08-18 02:49:56 +02:00
SiboVG
ea59b9d012 Improve normals 2023-08-17 02:47:30 +02:00
SiboVG
353105d1bd Fix some more bugs in transition exporter 2023-08-17 02:06:09 +02:00