![]() |
LDCad 1.6 suggestions/plans - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html) +--- Forum: LDraw Editors and Viewers (https://forums.ldraw.org/forum-11.html) +--- Thread: LDCad 1.6 suggestions/plans (/thread-18426.html) |
Re: LDCad 1.6 suggestions/plans - Michael Horvath - 2016-01-21 It would be neat if LDCad had WASD controls for the camera, and the ability to lock the Y axis so that no matter where you are looking, your movement is always level. Re: LDCad 1.6 suggestions/plans - Merlijn Wissink - 2016-01-21 LDCad's own GUI system indeed looks not very slick. To be honest, when I was still using SR3D Builder a long time ago, I was a little hestitant to try LDCad, because it looked so strange on the screenshots. ![]() My point is, I have no problems at all with the GUI and it works wonderful, but I can imagine it might 'scare' users off. In my opinion, something that would be really cool would be something like Microsoft's Ribbon Interface like in their Office applications, also a bit like Autodesk implements in their 3D software. But, changing the gui is (again, in my opinion of course) far not as important as new features (or bug fixes). Because, well, it works perfectly fine as it is now. ![]() Re: LDCad 1.6 suggestions/plans - Merlijn Wissink - 2016-01-21 Ok, I've made 3 extra shadow library parts. It was actually quite easy with the built-in shadow editor. You can download them here in case anyone would like to use them. Note: all 3 shadow parts are for (currently) unofficial parts, so you should add a second shadow library in LDcad for the unofficial parts ![]() Re: LDCad 1.6 suggestions/plans - Roland Melkert - 2016-01-21 Merlijn Wissink Wrote:LDCad's own GUI system indeed looks not very slick. To be honest, when I was still using SR3D Builder a long time ago, I was a little hestitant to try LDCad, because it looked so strange on the screenshots.I know this seems to be a problem for some people, but to be honest I don't really understand it as the gui isn't that much different layout wise. I bet if Apple came out with that old school 90s look everybody would declare it groundbreaking ![]() If anyone has some ideas on how to improve things without the need to fully rewrite the rendering of those panels etc (e.g. by color/icon tweaks etc) I'm open for any suggestions. Merlijn Wissink Wrote:My point is, I have no problems at all with the GUI and it works wonderful, but I can imagine it might 'scare' users off.I do want to add a better toolbar at some point but it indeed isn't high prio at the moment. Re: LDCad 1.6 suggestions/plans - Roland Melkert - 2016-01-21 I have been working on the 1.6 hotkey configuration stuff during my vacation it is now possible to reassign any 'action' in the program. I could add some actions to control the camera (key less by default) which you can then assign keys to yourself using the below new dialog. Re: LDCad 1.6 suggestions/plans - Merlijn Wissink - 2016-01-21 I've made a few more shadow edits, now also with 2 official parts. Link if anyone is interested. Really nice work Roland, everything just works ![]() Re: LDCad 1.6 suggestions/plans - Roland Melkert - 2016-01-21 Merlijn Wissink Wrote:I've made a few more shadow edits, now also with 2 official parts. Link if anyone is interested.Thanks Merlijn. 32474p01 uses the s\32474s01.dat, primitve so I've added the info over there like so: Code: 0 !LDCAD SNAP_CLEAR Re: LDCad 1.6 suggestions/plans - Michael Horvath - 2016-01-22 Another cool feature would be to add support for the following POV-Ray objects: 1) light source location 2) spotlight point_at parameter 3) camera location 4) camera look_at parameter These should be objects that can be moved around just like a regular Lego part. The tricky bit is pairing them with each other, so a light source and its point_at object are considered a duo. Re: LDCad 1.6 macro scripting - Roland Melkert - 2016-01-27 Hello all, I've been thinking about the macro scripting feature to be added in 1.6. This made me wonder about what people might want to do with those macro's as that determines the api extensions needed. I've been thinking about adding:
Is anyone has some additional ideas of things to do with macros and what would be needed in order to get it working from the lua environment. Example of a (almost mandatory) hello world maco: Code: --[[ Re: LDCad 1.6 suggestions/plans - Jason McReynolds - 2016-01-28 Not sure anyone else would find these useful, but I figured I'd put them out there and see. ![]() Customizable tabs for parts bin window I love that we can now have multiple part bin windows but sometimes I don't always remember which parts are selected for the tabs I have. Would it be possible to allow customization of the numbers on the parts bin window tabs? I was thinking something like being able to enter two characters so that you could have something like "T1", "T2" for Technic parts, "PT" for plain tiles, "NP" for normal plates...whatever the user wants to enter to help remember what that tab is on. Granted, some might change up whats in the tabs a lot and this might not help. I find myself usually setting up certain tabs for certain parts to make it easier to find them and I would definitely use this feature. ![]() Ability to create groups for favorite parts I like the ability to favorite parts and that comes in really handy. I think the next "evolution" ![]() Ability to export parts list I think this might have been mentioned before, and I realize that there are different formats in use, but I figured I'd throw it out there. I also realize that there are other programs that can create lists from LDraw files, but having it all in one place is just faster and easier. So, Roland, if you're bored one weekend... ;-) Thanks! |