Commit graph

552 commits

Author SHA1 Message Date
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
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
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
39cb7e13d1 Use unique_ptr for pieces. 2024-06-19 19:22:18 -07:00
Leonardo Zide
6a9c2d6a87 Use unique_ptr for cameras. 2024-06-04 09:34:38 -07:00
Leonardo Zide
27f5dcfde7 Use unique_ptr for lights. 2024-06-04 09:08:54 -07:00
Leonardo Zide
de738bd259 Made the properties part picker wider. 2024-06-01 17:20:44 -07:00
Leonardo Zide
cb6a836178 Use unique_ptr to control group ownership. 2024-05-27 11:43:36 -07:00
Leonardo Zide
80d144fea8 Array cleanup. 2024-05-26 13:01:34 -07:00
Leonardo Zide
ee5ed32172 Array cleanup. 2024-05-24 19:26:01 -07:00
Leonardo Zide
5f028dcce8 Reapply "Merge pull request #916 from felipesanches/issue_911"
This reverts commit 9133a0fedc.
2024-04-27 17:43:55 -07:00
Leonardo Zide
9133a0fedc Revert "Merge pull request #916 from felipesanches/issue_911"
This reverts commit 174b838ecd, reversing
changes made to 5b6d78bd2a.
2024-04-27 17:37:50 -07:00
Leonardo Zide
b957d6bc3a Support compiling with Qt6. 2024-04-27 17:19:34 -07:00
Felipe Corrêa da Silva Sanches
95bc652d20 App won't open on Macs with case-sensitive filesystems
(issue #911)
2024-04-23 16:50:33 -03:00
Leonardo Zide
dd989bbc1d Added support for multi edit of ints and lists. 2024-02-19 16:31:02 -08:00
Leonardo Zide
4fec12c8df Removed old properties tree widget. 2024-01-06 10:38:25 -08:00
Leonardo Zide
8eec5756c1 Align properties in different categories. 2023-12-31 14:00:33 -08:00
Leonardo Zide
ef43c152ad Replaced piece properties widget. 2023-12-31 12:55:35 -08:00
Leonardo Zide
eeabc06c49 Added lcObjectProperty class. 2023-12-27 12:03:41 -08:00
Leonardo Zide
6774b17051 Merged POV-Ray and Blender light power. 2023-12-20 16:42:00 -08:00
Leonardo Zide
321b9389ed Removed unused light options.
Specular is EEVEE only and Diffuse/Cutoff are unknown.
2023-12-17 12:16:32 -08:00
Leonardo Zide
d52159087c Added light attenuation settings. 2023-12-17 11:37:11 -08:00
Leonardo Zide
0e74aea5fa Fixed POV-Ray area light grid. 2023-11-19 18:05:43 -08:00
Leonardo Zide
0a48e30ec0 Changed POV area lights to take the x/y vectors correctly. 2023-10-22 18:48:08 -07:00
Leonardo Zide
5430dd6170 Added light power attribute. 2023-10-01 13:16:26 -07:00
Leonardo Zide
96523c39b9 Show light rotation in properties. 2023-10-01 12:49:35 -07:00
Leonardo Zide
177c1b82d7 Support Blender light sizes for all types of lights. 2023-09-17 11:45:14 -07:00
Leonardo Zide
59c1930b83 Added support for area size key frames. 2023-09-17 10:40:23 -07:00
Leonardo Zide
e061eca2e8 Reorganized spot light parameters. 2023-09-09 18:25:34 -07:00
Leonardo Zide
6a1df617e8 Use a matrix to store the light transform. 2023-09-04 20:53:34 -07:00
Leonardo Zide
86327196c2 Support rotating lights. 2023-09-04 10:59:16 -07:00
Leonardo Zide
080a418e1b Renamed shadowless to cast shadow. 2023-09-02 10:40:52 -07:00
Leonardo Zide
9648dbb977 Reorganized properties tree. 2023-09-02 10:21:25 -07:00
Leonardo Zide
7d289f2cfe Made light type editable. 2023-09-01 20:46:29 -07:00
Leonardo Zide
9d60160f6a Consolidated light color properties. 2023-08-27 11:17:07 -07:00
Leonardo Zide
3942156acf New light gizmos. 2023-08-26 12:41:16 -07:00
Trevor SANDY
73d28c67b1 Directional light update 2023-08-13 21:30:24 +02:00
Trevor SANDY
8cfadc804d Made light type/shape immutable. 2023-08-13 15:50:00 +02:00
Trevor SANDY
d29c5b9323 POVRay lights - POV file preferences 2023-08-11 05:39:36 +02:00
Trevor SANDY
1f075624b8 POVRay lights - lc_qpropertiestree 2023-08-11 05:39:36 +02:00
Trevor SANDY
3b9ea3ae79 Blender lights - view and control 2023-08-11 05:39:36 +02:00
Trevor SANDY
bf004ae0cb Blender addon - use StdErrFile for POVRay output display 2023-08-11 05:39:36 +02:00
Trevor SANDY
c42f4fe778 Blender addon - changes to match conventions 2023-07-07 04:10:37 +02:00
Trevor SANDY
c18da546d4 Blender addon - update label message on settings close 2023-07-07 00:53:05 +02:00
Leonardo Zide
7271679f9d Small changes to match conventions. 2023-06-18 19:06:44 -07:00
Trevor SANDY
f4da046f81 Blender addon - render dialog 2023-06-11 17:43:25 +02:00
Trevor SANDY
ccddcbf7c7 Blender addon - settings preferences 2023-06-11 17:42:41 +02:00
Leonardo Zide
2f034c1763 Updated file names. 2023-05-15 21:12:08 -07:00