LDCad Part Snapping missing/errors


RE: Part Snapping missing/errors
Hello Roland, 

I don't have permission to push on the git as recommended in the CONTRIBUTING.md.
Can you give me the permission or is there another way?
Reply
RE: Part Snapping missing/errors
(2023-07-11, 7:10)Florent Faramond Wrote: I don't have permission to push on the git as recommended in the CONTRIBUTING.md.

The contributing.md file wasn't really supposed to be part of github yet, as it is a work in progress (references the unreleased 1.7 Beta version etc).

 I just forgot to uncheck it when pushing one of the other updates.

Anyhow it talks about cloning the repository, but this should be forking when you want to contribute.

I uploaded a newer version.
Reply
RE: Part Snapping missing/errors
Bottom snap info is wrong on the 1x2 hinge parts 2429 and 2430 (was the origin moved recently or something?).

2429 should be:
Code:
0 !LDCAD SNAP_CYL [gender=F] [caps=one] [secs=S 6 4] [pos=-20 8 10] [grid=C 2 1 20 0]

2430 should be:
Code:
0 !LDCAD SNAP_CYL [gender=F] [caps=one] [secs=S 6 4] [pos=20 8 10] [grid=C 2 1 20 0]

Also, part 60594 needs:
Code:
0 !LDCAD SNAP_FGR [genderOfs=F] [seq=60] [radius=2] [pos=-34 34 2]
0 !LDCAD SNAP_FGR [genderOfs=F] [seq=60] [radius=2] [pos=34 34 2]
0 !LDCAD SNAP_FGR [genderOfs=F] [seq=72] [radius=2] [pos=0 8 4] [ori=0 1 0 -1 0 0 0 0 1]
0 !LDCAD SNAP_FGR [genderOfs=F] [seq=72] [radius=2] [pos=0 60 4] [ori=0 1 0 -1 0 0 0 0 1]
Reply
RE: Part Snapping missing/errors
(2024-01-15, 20:31)N. W. Perry Wrote: Bottom snap info is wrong on the 1x2 hinge parts 2429 and 2430 (was the origin moved recently or something?).
Apparently I missed these errors while mass removing some INCLUDE meta's

I will correct this in the next GITHUB update
Reply
RE: Part Snapping missing/errors
(2024-01-16, 20:03)Roland Melkert Wrote: Apparently I missed these errors while mass removing some INCLUDE meta's

I will correct this in the next GITHUB update

Is https://github.com/RolandMelkert/LDCadShadowLibrary/ still up and running?
I see last change is about 5 months ago?
Jaco van der Molen
lpub.binarybricks.nl
Reply
RE: Part Snapping missing/errors
(2024-03-11, 14:38)Jaco van der Molen Wrote: Is https://github.com/RolandMelkert/LDCadShadowLibrary/ still up and running?
I see last change is about 5 months ago?

Unless github has shutsdown it should still be there Smile

I haven't done much with shadow information myself lately, I will pick it up at some point though.

I'm still hoping others will contribute too, as the LDraw library releases seem to be every other week these days Big Grin
Reply
RE: Part Snapping missing/errors
(2024-03-15, 21:37)Roland Melkert Wrote: Unless github has shutsdown it should still be there Smile

I haven't done much with shadow information myself lately, I will pick it up at some point though.

I'm still hoping others will contribute too, as the LDraw library releases seem to be every other week these days Big Grin

OK, great. 
I very much like to contributes, but it still unclear to me how.
I know how to add snap info, but building the right header and submitting to Github is also unclear.
(sorry)

Can you or someone make a clear instruction on how the header should be and make a little guide how to push (?) to Github
Jaco van der Molen
lpub.binarybricks.nl
Reply
RE: Part Snapping missing/errors
(2024-03-16, 11:32)Jaco van der Molen Wrote: OK, great. 
I very much like to contributes, but it still unclear to me how.
I know how to add snap info, but building the right header and submitting to Github is also unclear.
(sorry)

Can you or someone make a clear instruction on how the header should be and make a little guide how to push (?) to Github

Missed this post, sorry.

Headers are generated 95% automatically in 1.7Beta1, see the repo's contributing.md for more info.

as for how to work with github this is still a bit of learning curve, see this thread for some ongoing notes/tips:
https://forums.ldraw.org/thread-28261.html
Reply
RE: Part Snapping missing/errors
OK, I uploaded 60481a.dat to my copy of the fork (I believe this is called so).
Can you see if this is OK?
If so, I have a few more to add I think.
Jaco van der Molen
lpub.binarybricks.nl
Reply
RE: Part Snapping missing/errors
(2024-05-21, 7:51)Jaco van der Molen Wrote: OK, I uploaded 60481a.dat to my copy of the fork (I believe this is called so).
Can you see if this is OK?
If so, I have a few more to add I think.

I can't find it on
https://github.com/jacovandermolen/LDCad...main/parts

Did you commit and push?

I also noticed your fork is up-to-date with my last changes on my repo, did you manually sync? If not I'm a bit confused as I've read on multiple places people need to sync forks with the upstream manually.

edit:
Weird there is a s\60481s01.dat I did in 2014, but that subpart seems to be unused now.
So I copy/pasted that file to 60481as01.dat which 1.7Beta1 will automatically correct to this:

Code:
0 LDCad shadow info for "~Slope Brick 65  2 x  1 x  2 with Symmetric Stud Holder without Outside Faces"

0 Author: LDCad Shadow Library
0 !LICENSE CC BY-SA 4.0, see LICENSE.md

0 !HISTORY 2014-02-19 {Roland Melkert} Initial info for s\60481s01.dat
0 !HISTORY 2024-05-21 {Roland Melkert} Moved to s\60481as01.dat

0 !LDCAD SNAP_CYL [gender=F] [caps=one] [secs=S 6 44] [pos=0 48 0]
0 !LDCAD SNAP_CYL [gender=F] [caps=one] [secs=S 6 4] [pos=0 48 -20]
Reply
RE: Part Snapping missing/errors
(2024-05-21, 20:39)Roland Melkert Wrote: I can't find it on
https://github.com/jacovandermolen/LDCad...main/parts

Did you commit and push?

I also noticed your fork is up-to-date with my last changes on my repo, did you manually sync? If not I'm a bit confused as I've read on multiple places people need to sync forks with the upstream manually.

When I upload to my copy (the fork?) of your library, I need to hit Commit.
I do not see a Push option.
I committed 60481a again.
Then I created a pull request.

I now see this at my Github:

Code:
This branch is 1 commit ahead of RolandMelkert/LDCadShadowLibrary:main.

Can you pull my file to yours?
Jaco van der Molen
lpub.binarybricks.nl
Reply
RE: Part Snapping missing/errors
(2024-05-22, 8:25)Jaco van der Molen Wrote: When I upload to my copy (the fork?) of your library, I need to hit Commit.
I do not see a Push option.
I committed 60481a again.
Then I created a pull request.

I now see this at my Github:

Code:
This branch is 1 commit ahead of RolandMelkert/LDCadShadowLibrary:main.

Can you pull my file to yours?

Ah you are editing on github itself? In that case a commit and a pull request should do.

I commented on your pr on github, but like I wrote there the file is not needed I committed the fix I gave above.

github can be VERY confusing indeed, I'm still finding my way in it too (I only use svn on my non public stuff as I'm a single developer, only really starting to use git with the shadow lib).

Anyhow the most used way of doing things is:

1 Fork the repo you want to contribute to (like you did).
2 Clone the fork to your local PC
3 Start a new branch inside your clone and switch to it (make it the working copy).
4 Edit / add file using your favourite editor or LDCad it self.
5 Commit your changes now and then.
6 Push all your changes/commits to your fork when your done / want to make it public.
7 When done and you want to contribute your changes made so far,, create a pull request using the custom branch you made.
8 Once you made a pull request any additional commits to the same brache will automatically become part of the open PR, but this is commonly discouraged un github. So you probably want to go back to step 3.

That said it is also perfectly fine to just add stuff on github itself like you did with 60481, so feel free to add stuff to your open PR. But if you decide to go the other way let me know so I can close the PR.
Reply
RE: Part Snapping missing/errors
I've processed things posted here up to message #213

You'll find the latest version of the library at
https://github.com/RolandMelkert/LDCadShadowLibrary

To use it just download the code (green button) and point LDCad to it using it's search location dialog. (needs a rename to .csl for LDCad 1.6 and older).

Thanks to all who posted
Reply
RE: Part Snapping missing/errors
(2024-05-22, 21:20)Roland Melkert Wrote: I've processed things posted here up to message #213

You'll find the latest version of the library at
https://github.com/RolandMelkert/LDCadShadowLibrary

To use it just download the code (green button) and point LDCad to it using it's search location dialog. (needs a rename to .csl for LDCad 1.6 and older).

Thanks to all who posted

Thank you!
Jaco van der Molen
lpub.binarybricks.nl
Reply
RE: Part Snapping missing/errors
(2024-05-22, 21:11)Roland Melkert Wrote: Ah you are editing on github itself? In that case a commit and a pull request should do.

I commented on your pr on github, but like I wrote there the file is not needed I committed the fix I gave above.

github can be VERY confusing indeed, I'm still finding my way in it too (I only use svn on my non public stuff as I'm a single developer, only really starting to use git with the shadow lib).

Anyhow the most used way of doing things is:

1 Fork the repo you want to contribute to (like you did).
2 Clone the fork to your local PC
3 Start a new branch inside your clone and switch to it (make it the working copy).
4 Edit / add file using your favourite editor or LDCad it self.
5 Commit your changes now and then.
6 Push all your changes/commits to your fork when your done / want to make it public.
7 When done and you want to contribute your changes made so far,, create a pull request using the custom branch you made.
8 Once you made a pull request any additional commits to the same brache will automatically become part of the open PR, but this is commonly discouraged un github. So you probably want to go back to step 3.

That said it is also perfectly fine to just add stuff on github itself like you did with 60481, so feel free to add stuff to your open PR. But if you decide to go the other way let me know so I can close the PR.

I see. But now I at least know how to contribute ;-)
Jaco van der Molen
lpub.binarybricks.nl
Reply
RE: Part Snapping missing/errors
(2024-05-23, 5:15)Jaco van der Molen Wrote: I see. But now I at least know how to contribute ;-)

You can also make a new branch while you committing your local changes (using main).

Avoiding committing to the main branch will probably also prevent those 'x commits behind/in front ...' messages on your fork's page. Which makes it easier to keep the fork:main insync with shadowlib:main.
Reply
RE: Part Snapping missing/errors
(2024-05-23, 17:23)Roland Melkert Wrote: You can also make a new branch while you committing your local changes (using main).

Avoiding committing to the main branch will probably also prevent those 'x commits behind/in front ...' messages on your fork's page. Which makes it easier to keep the fork:main insync with shadowlib:main.

Yep, making a branch is crucial before making the PR. Also it might be smart to do new branches for each commit. But might also be excessive.
Reply
« Next Oldest | Next Newest »



Forum Jump:


Users browsing this thread: 2 Guest(s)