Commit Graph

54 Commits

Author SHA1 Message Date
Leonardo Zide 6b84216dd8 Renamed history classes. 2026-03-12 23:12:10 -07:00
Leonardo Zide a8e37df8ce Whitespace cleanup. 2026-03-10 21:11:40 -07:00
Leonardo Zide e1dab3286e Added undo when using the properties widget. 2026-03-07 14:03:59 -08:00
Leonardo Zide d14b8e3d93 Merge repeated move actions. 2026-03-07 13:41:54 -08:00
Leonardo Zide d80b38a41b Fixed incremental rotations when dragging in the properties widget. 2026-03-05 16:44:46 -08:00
Leonardo Zide a8ccd4b5aa Merge sequential rotation actions. 2026-03-05 16:42:11 -08:00
Leonardo Zide f7fb61b304 Fixed rotating in the properties widget without a focus object. 2026-03-05 15:53:54 -08:00
Leonardo Zide 8c641bf5a5 Removed unused function parameter. 2026-03-05 15:36:33 -08:00
Leonardo Zide d1575c2ceb Fixed arrow keys not working in spin boxes. 2026-02-23 21:49:22 -08:00
Leonardo Zide e6fa3a249f Removed dead code. 2026-02-22 17:02:24 -08:00
Leonardo Zide c42d34ff98 Removed special case camera property functions. 2026-02-22 11:38:43 -08:00
Leonardo Zide c8dca012f9 Replaced bool Ortho with lcCameraProjection::Orthographic for clarity. 2026-02-03 21:46:00 -08:00
Leonardo Zide 4e49d4d0cc Fixed warnings. 2025-12-18 16:18:45 -03:00
Leonardo Zide f8abb49ec6 Fixed multiple undo actions being added when dragging a spin box. 2025-08-31 17:54:54 -07:00
Leonardo Zide bf8e4cb8fa Merged Blender point/spot radius into a single setting. 2025-08-31 10:41:07 -07:00
Leonardo Zide 228169d60d Fixed area lights not displaying correctly. 2025-08-29 18:57:19 -07:00
Leonardo Zide cce72e5abf Removed tab focus from keyframe widget. 2025-07-11 18:18:57 -07:00
Leonardo Zide d65a41ad55 Don't allow focus on category widgets in the properties widget. 2025-07-10 17:49:44 -07:00
Leonardo Zide 2e507036d9 Refactored part picker popups. 2025-07-08 19:31:27 -07:00
Leonardo Zide b1e2465e35 Fixed compiling on older Qt. 2025-06-29 18:56:07 -07:00
Leonardo Zide ff46834f98 Set spinbox and ladder steps based on context. 2025-06-28 11:11:05 -07:00
Leonardo Zide ed24c15b20 Use spin boxes for float properties. 2025-06-26 17:12:15 -07:00
Leonardo Zide 6f30ad275c Fixed changing camera transform with the properties widget. 2025-05-29 17:29:20 -07:00
Leonardo Zide 6a26e60f55 Made vector to float cast explicit, and fixed unintended casts. 2025-05-17 20:23:33 -07:00
Leonardo Zide 6ab237f50a Whitespace fixes. 2024-12-19 15:54:40 -08:00
Leonardo Zide 0ded25b7ea Fix setting float properties without a focus object. 2024-10-03 14:23:34 -07:00
Leonardo Zide eaf5241655 Made the color picker a modeless popup. 2024-08-08 14:37:21 -07:00
Leonardo Zide b2074a7c0a Use the part selection widget in the properties widget. 2024-07-25 14:16:23 -07:00
Leonardo Zide d2cd372428 Removed more lcArray instances. 2024-05-14 20:45:09 -07:00
Leonardo Zide b2811c1554 Fixed gcc errors. 2024-04-27 16:01:51 -07:00
Leonardo Zide 5b6d78bd2a Moved Blender and POV-Ray settings to separate categories. 2024-04-24 16:53:49 -07:00
Leonardo Zide 207bc4724f Fix for square area light size not visible. 2024-04-14 11:15:06 -07:00
Leonardo Zide 14d1217850 Replaced property specific functions with the generic function. 2024-04-14 11:08:30 -07:00
Leonardo Zide 3528817d22 Split light size into different variables per type. 2024-04-07 12:48:41 -07:00
Leonardo Zide 5d5274b2b4 Split light power into different properties for Blender and POV-Ray. 2024-04-07 11:28:54 -07:00
Leonardo Zide 69ae4ea492 Added POV-Ray prefix to spot tightness and area grid 2024-04-06 18:50:37 -07:00
Leonardo Zide 66f4e42e2d Renamed attenuation to POV-Ray Fade for clarity 2024-04-06 17:29:15 -07:00
Leonardo Zide b6de368f6d Removed unused parameter. 2024-03-02 17:40:08 -08:00
Leonardo Zide 34941219f5 Added support for multi edit piece id and color. 2024-03-02 17:37:46 -08:00
Leonardo Zide 732dac4c65 Support editing string properties. 2024-02-19 17:38:04 -08:00
Leonardo Zide 8af44647cf Removed unused default parameter. 2024-02-19 16:45:14 -08:00
Leonardo Zide dd989bbc1d Added support for multi edit of ints and lists. 2024-02-19 16:31:02 -08:00
Leonardo Zide 39bdb1aa0a Added multi state support to colors. 2024-02-19 14:54:45 -08:00
Leonardo Zide db24fab6d7 Support changing multiple bool properties at the same time. 2024-02-19 12:32:19 -08:00
Leonardo Zide a42d86394c Support toggling key frames. 2024-01-21 12:53:18 -08:00
Leonardo Zide 4785caac2a Added key frame widgets. 2024-01-14 17:41:01 -08:00
Leonardo Zide fbf174740f Moved object property to a separate file. 2024-01-07 11:39:34 -08:00
Leonardo Zide 463d43abca Fixed area light size property updates. 2024-01-06 17:42:47 -08:00
Leonardo Zide 266e86560f Create property widgets once and then show/hide as needed. 2024-01-06 17:33:43 -08:00
Leonardo Zide 3f7fe02589 Updated light properties widget. 2024-01-05 18:56:43 -08:00