Commit graph

2387 commits

Author SHA1 Message Date
Leonardo Zide
ff23653709 Added track rotation and focus shortcuts.
Some checks are pending
LeoCAD CI / build-ubuntu (push) Waiting to run
LeoCAD CI / build-macos (push) Waiting to run
2024-12-07 20:02:47 -08:00
Leonardo Zide
fee870d33d Fixed invalid transform when inserting without a track focused. 2024-11-30 19:06:43 -08:00
Leonardo Zide
642e0965ae Fixed train track insert while in submodel editing.
Some checks failed
LeoCAD CI / build-ubuntu (push) Has been cancelled
LeoCAD CI / build-macos (push) Has been cancelled
2024-11-30 12:47:40 -08:00
Leonardo Zide
17078dd447 Update connections before using the view manipulator. 2024-11-30 12:36:30 -08:00
Leonardo Zide
fd61c1c9f9 Added gizmo to rotate train tracks. 2024-11-30 12:29:15 -08:00
Leonardo Zide
41097f8489 Only draw track connections when focused. 2024-11-29 18:45:27 -08:00
Leonardo Zide
7fd23dab4f
Merge pull request #962 from cambrialas/feature_http_redirect
Some checks failed
LeoCAD CI / build-ubuntu (push) Has been cancelled
LeoCAD CI / build-macos (push) Has been cancelled
Enable HTTP redirection on lcHttpManager requests
2024-11-28 13:08:16 -08:00
Leonardo Zide
f94d757500 Added Qt version checks. 2024-11-28 13:07:29 -08:00
Leonardo Zide
07322215a0 Added 9v cross. 2024-11-27 13:18:27 -08:00
Leonardo Zide
a08ad3f81b Detect train track connections and pick an open one when inserting. 2024-11-27 13:04:53 -08:00
cambrialas
0bd6fa3151 lcHttpManager enable HTTP redirection 2024-11-27 21:33:07 +01:00
Leonardo Zide
f80b5c95e1 Code cleanup. 2024-11-26 15:53:50 -08:00
Leonardo Zide
dcfda1e22b
Merge pull request #960 from tansiret/logos2
Some checks failed
LeoCAD CI / build-ubuntu (push) Has been cancelled
LeoCAD CI / build-macos (push) Has been cancelled
Update scalabe icons
2024-11-25 10:21:09 -08:00
Leonardo Zide
14e5e7d126 Connect train tracks when inserting with the keyboard. 2024-11-23 18:03:54 -08:00
tansiret
959b909bd8 update scalabe icons 2024-11-23 02:59:21 +01:00
Leonardo Zide
5a2d8027af Added submenus to the filter options menu.
Some checks failed
LeoCAD CI / build-ubuntu (push) Has been cancelled
LeoCAD CI / build-macos (push) Has been cancelled
2024-11-22 11:42:09 -08:00
Leonardo Zide
d16aa81fd1
Merge pull request #959 from trevorsandy/EXPANDED_PART_FILTER
Expanded part filter options
2024-11-22 10:58:11 -08:00
Leonardo Zide
72c8e7a6c2 Update parts in use category after changes. Fixes #890.
Some checks failed
LeoCAD CI / build-ubuntu (push) Has been cancelled
LeoCAD CI / build-macos (push) Has been cancelled
2024-11-14 17:28:51 -08:00
Leonardo Zide
dd3ab8990e Draw train track icon on thumbnails. 2024-11-14 12:45:34 -08:00
Leonardo Zide
1817fbdab3 Cache unofficial parts. 2024-11-14 12:02:08 -08:00
Leonardo Zide
a4f63fc54b Zoom Extents now takes into account the current submodel transform. Fixes #953. 2024-11-14 11:30:38 -08:00
Trevor SANDY
0b128f34d9 Control both part name and description being unchecked 2024-11-12 15:34:08 +01:00
Trevor SANDY
6e24771b53 Expanded part filter options 2024-11-12 14:40:22 +01:00
Leonardo Zide
0829365a51 Update AppRun
Some checks failed
LeoCAD CI / build-ubuntu (push) Has been cancelled
LeoCAD CI / build-macos (push) Has been cancelled
2024-11-11 12:46:38 -08:00
Leonardo Zide
c5b916e7fc Update appveyor.yml 2024-11-11 12:37:06 -08:00
Leonardo Zide
6c01478d23 Try to fix appimage cert issues. 2024-11-11 12:18:15 -08:00
Leonardo Zide
ed29dad76a Added train track gizmo.
Some checks failed
LeoCAD CI / build-ubuntu (push) Has been cancelled
LeoCAD CI / build-macos (push) Has been cancelled
2024-11-02 19:34:22 -07:00
Leonardo Zide
bf3f1d5db8 Set focus on the part filter when showing the parts toolbar.
Some checks failed
LeoCAD CI / build-ubuntu (push) Has been cancelled
LeoCAD CI / build-macos (push) Has been cancelled
2024-10-26 12:31:22 -07:00
Leonardo Zide
11e9958a88
Merge pull request #930 from trevorsandy/BLENDER_AND_POVRAY_LIGHTS
Blender LDraw Render 30.09.2024
2024-10-26 11:58:53 -07:00
Leonardo Zide
88a23082f5 Fixed crash with invalid category. Fixes #945.
Some checks failed
LeoCAD CI / build-ubuntu (push) Has been cancelled
LeoCAD CI / build-macos (push) Has been cancelled
2024-10-18 12:35:55 -07:00
Leonardo Zide
3bf142051d Deleted unused file. 2024-10-18 12:24:08 -07:00
Trevor SANDY
c191c4f719 Blender addon - refactor update and properly terminate cancelled action 2024-10-17 09:36:28 +02:00
Leonardo Zide
e69bbf5460 Removed action icons in the parts widget edits.
Some checks failed
LeoCAD CI / build-ubuntu (push) Has been cancelled
LeoCAD CI / build-macos (push) Has been cancelled
2024-10-16 18:17:00 -07:00
Leonardo Zide
9edd8f95ed More user friendly errors for --camera-position.
Some checks failed
LeoCAD CI / build-ubuntu (push) Has been cancelled
LeoCAD CI / build-macos (push) Has been cancelled
2024-10-15 11:46:42 -07:00
Trevor SANDY
6be6e554f6 Blender addon - check addon SHA hash on download 2024-10-15 00:47:39 +02:00
Leonardo Zide
5772688318 Fixed offscreen check.
Some checks failed
LeoCAD CI / build-ubuntu (push) Has been cancelled
LeoCAD CI / build-macos (push) Has been cancelled
2024-10-09 12:01:49 -07:00
Leonardo Zide
4fce4313ee Fix double message box when POV-Ray fails to start.
Some checks failed
LeoCAD CI / build-ubuntu (push) Has been cancelled
LeoCAD CI / build-macos (push) Has been cancelled
2024-10-03 18:31:28 -07:00
Leonardo Zide
a27b69c9fd Clear background alpha consistently for solid and gradient backgrounds.
Transparent for offscreen and opaque for widgets.
2024-10-03 18:11:56 -07:00
Leonardo Zide
0ded25b7ea Fix setting float properties without a focus object. 2024-10-03 14:23:34 -07:00
Leonardo Zide
6603de23b4 Fix POV spot tightness not being exported. 2024-10-03 14:00:18 -07:00
Trevor SANDY
7ede24b3cc Blender addon - studio custom parts path 2024-09-30 00:34:11 +02:00
Trevor SANDY
8e8337f604 Blender addon - change remove doubles default setting 2024-09-30 00:34:05 +02:00
Trevor SANDY
b9b933005c Blender addon - remove color strategy, add scale strategy 2024-09-30 00:34:00 +02:00
Trevor SANDY
f89a9767d6 Blender addon - save preference if valid key 2024-09-30 00:33:55 +02:00
Leonardo Zide
da803dc315
Update appveyor.yml
Some checks failed
LeoCAD CI / build-ubuntu (push) Has been cancelled
LeoCAD CI / build-macos (push) Has been cancelled
2024-09-24 11:23:07 -07:00
Leonardo Zide
05e326a395 Better camera orbit. Fixes #923.
Some checks failed
LeoCAD CI / build-ubuntu (push) Has been cancelled
LeoCAD CI / build-macos (push) Has been cancelled
2024-08-08 15:26:38 -07:00
Leonardo Zide
eaf5241655 Made the color picker a modeless popup. 2024-08-08 14:37:21 -07:00
Leonardo Zide
82463473d5 Renamed part selection events. 2024-07-25 17:56:29 -07:00
Leonardo Zide
b2074a7c0a Use the part selection widget in the properties widget.
Some checks failed
LeoCAD CI / build-ubuntu (push) Has been cancelled
LeoCAD CI / build-macos (push) Has been cancelled
2024-07-25 14:16:23 -07:00
Leonardo Zide
ed53e5ffe0 Fixed submodels not displaying correctly. Fixes #922.
Some checks failed
LeoCAD CI / build-ubuntu (push) Has been cancelled
LeoCAD CI / build-macos (push) Has been cancelled
2024-07-16 19:15:53 -07:00