THIS IS THE TEST SITE OF EUROBRICKS!
Search the Community
Showing results for tags 'bricksmith'.
-
It was suggested elsewhere that I share some of my models on Bricklink Studio Gallery as a way to try and draw interest to my LEGO Ideas project, but I'm running into some problems with Stud.io missing parts and being unable to handle custom parts bundled as subfiles due to ignoring geometric primitives. Presumably I could move some parts into Studio's Unofficial parts folder, but it seems like that would then not visualize correctly if shared via the Gallery. Any suggestions on possible workarounds?
- 2 replies
-
- bricksmith
- ldraw
-
(and 2 more)
Tagged with:
-
I'm using Bricksmith and LPub 4 to create instructions for a rather large MOC (~8k pieces), but I need help with angles for a few ROTSTEP commands. Currently, I have two steps set in Bricksmith as: Step: Relative to default view: x,y,z = 10, -8, 7 Step: Additive: x,y,z = 180, 70, 180 This gives the following commands in the LDraw file: 0 ROTSTEP 10.971 -6.596 8.335 REL. (Side issue - why is this different to the angles I specified??) 0 ROTSTEP 180.000 70.000 180.000 ADD The problem is that Bricksmith does an ADD relative to whatever rotation was used for the previous step, while LPub does an ADD rotation relative to the default step orientation (i.e. ROTSTEP 0 0 0 ADD is identical to a STEP command with no previous rotations). So LPub shows a different view to the one I set in Bricksmith. I know xyz rotation angles cannot be directly added, so I tried converting them to quaternions, combined them, then converted back to an x,y,z rotation angle. Unfortunately (10,-8,7) + (180, 70, 180) gives (-140, -76, -148), which is nothing like what I expected. Is there any way to convert the ROTSTEP ADD command to a ROTSTEP REL command showing exactly the same rotation?
- 6 replies
-
- bricksmith
- ldraw
-
(and 1 more)
Tagged with: