Commit Graph
2573 Commits
Author SHA1 Message Date
Leonardo Zide bf22ed8f05 Added support for hiding redundant train tracks from the picker. 2025-03-20 12:41:20 -07:00
slichtzzz 6a0569d906 Add Russian translation 2025-03-17 16:47:22 +03:00
Leonardo Zide 228fb79667 Made sleeper id data driven. 2025-02-23 19:13:29 -08:00
Leonardo Zide eff843c9eb Automatically add sleepers to 12V tracks. 2025-02-22 13:08:24 -08:00
Leonardo Zide fbc0150855 Added 12V tracks. 2025-02-17 13:38:29 -08:00
Leonardo Zide 1d065c10c9 Added 12v track support. 2025-02-16 19:45:48 -08:00
Leonardo Zide 0d2c023421 Moved train track config to json. 2025-02-15 20:22:06 -08:00
Leonardo Zide 18255f367f Update mouse after closing the train track popup. 2025-02-08 18:31:15 -08:00
Leonardo Zide 79f5d28f26 Added support for different connection types. 2025-02-08 18:04:41 -08:00
Leonardo ZideandGitHub 09b6bd2a30 Merge pull request #967 from cambrialas/Issue_lcPiece_mTrainTrackConnections_not_set
Fixes 'Crash when dropping a new train track piece'
2025-02-02 18:54:48 -08:00
cambrialas 9c03c2478a Update array lcPiece::mTrainTrackConnections when new piece is dropped 2025-01-29 00:05:21 +01:00
Leonardo Zide d31b9d9bd5 Merge branch 'master' of https://github.com/leozide/leocad 2025-01-20 16:42:13 -08:00
Leonardo Zide 79dbf992bf Fixed enter key not working on the part picker. 2025-01-20 16:42:08 -08:00
Leonardo ZideandGitHub d08c3323fc Merge pull request #966 from trevorsandy/BLENDER_LDRAW_ADDON
Blender Render LDraw Addon v1.5.7
2025-01-20 11:38:57 -08:00
Leonardo Zide f2a2e446bb Don't show the train track insert gizmo for focused connections. 2025-01-14 16:52:37 -08:00
Trevor SANDY 096b85e4c2 Blender addon - change MM bevel_weight default to 0.03 for Blender 4.3 2025-01-07 09:42:52 +01:00
Trevor SANDY 082c83ae89 Blender addon - set condition for wider official library check scope 2025-01-06 15:40:54 +01:00
Trevor SANDY 75d3a59fe0 Blender addon - set additional search paths to use projects path 2025-01-06 15:40:54 +01:00
Trevor SANDY bbd346b296 Blender addon - set use zip library if LDraw path does not contain parts 2025-01-05 03:31:07 +01:00
Trevor SANDY 837369c488 Blender addon - set config file path before save settings 2025-01-05 03:29:10 +01:00
Trevor SANDY 4861c45eb9 Blender addon - move preferences to renderldraw module 2025-01-05 03:29:10 +01:00
Trevor SANDY 1775dc6bdf Blender addon - update progress to detect Blender version 3 or greater 2025-01-04 07:23:07 +01:00
Trevor SANDY 3e60ee3707 Blender addon - set MM import use colour scheme default to alternate 2025-01-04 07:23:07 +01:00
Trevor SANDY 5b9dcd2595 Blender addon - set MM import remove doubles default to true 2025-01-04 07:23:07 +01:00
Trevor SANDY e30a9f73bc Blender addon - remove config file argument from console command 2025-01-04 07:23:07 +01:00
Trevor SANDY 4764f6a868 Blender addon - save configuration on apply 2025-01-04 07:23:06 +01:00
Trevor SANDY b9f9fb2c9f Blender addon - extract and install manually added addon archive file 2025-01-04 07:23:06 +01:00
Leonardo Zide abcef7a536 Show train track insert gizmo on all open connections of the focused piece. 2024-12-20 17:18:33 -08:00
Leonardo Zide 75bee39ea8 Fixed POV-Ray area light export. 2024-12-20 13:14:51 -08:00
Leonardo Zide 1df718ecd4 Fixed ray casting on meshes with textures. 2024-12-20 13:14:38 -08:00
Leonardo Zide 6ab237f50a Whitespace fixes. 2024-12-19 15:54:40 -08:00
Leonardo Zide 71c154bcaa Remember previous selected piece when switching categories. 2024-12-19 15:02:10 -08:00
Leonardo Zide b9dc71d60e Replaced train track gizmo with a popup list. 2024-12-18 16:41:03 -08:00
Leonardo Zide 4f2782b407 Added rotate train track gizmo. 2024-12-17 19:20:38 -08:00
Leonardo Zide 5e0df56351 Added helper functions to encode/decode mTrackToolSection. 2024-12-17 12:37:00 -08:00
Leonardo Zide 24b7c43a09 Fixed train track gizmo drawing when a rotated connection has focus. 2024-12-09 10:42:31 -08:00
Leonardo Zide ff23653709 Added track rotation and focus shortcuts. 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. 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 ZideandGitHub 7fd23dab4f Merge pull request #962 from cambrialas/feature_http_redirect
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 ZideandGitHub dcfda1e22b Merge pull request #960 from tansiret/logos2
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