Re-centering model (in Bricksmith) - 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: Re-centering model (in Bricksmith) (/thread-1988.html) |
Re-centering model (in Bricksmith) - Ramón Figueroa-Centeno - 2011-12-03 Aloha, Is there any way that I can change the origin's coordinates in Bricksmith (or somewhere else)? I have models whose origin is nowhere near where I would like it, so it makes it hard to, for example, rotate them. It would be nice if one could see the coordinate axes and one could manually drag the model relative to them. Mahalo, Ramón Re: Re-centering model (in Bricksmith) - Tim Gould - 2011-12-03 Although I don't use Bricksmith I absolutely think this is a great idea. Especially for MPDs where you might want the origin at a hinge, but only after building everything. The number of times I've 'select all -> move' to shift the origin is uncountable. Also... Roland! Re: Re-centering model (in Bricksmith) - Jim DeVona - 2011-12-03 Building models around the origin (especially for hinged features, as Tim mentions) is really useful. The first thing I add to every new model I build in Bricksmith is this simple little "XYZ axes" submodel: Code: 0 FILE axes.ldr Of course you can insert multiple instances as references for other important points, too - like guidelines in a CAD program. (Hmm, incidentally I'm noticing some glitches in Bricksmith 2.5.1 when viewing this submodel pasted into a file. Only the endpoint "knobs" seem visible unless I save and reload the file. I'll try to determine more specifically what's going on.) Re: Re-centering model (in Bricksmith) - Roland Melkert - 2011-12-04 Tim Gould Wrote:Also... Roland! To rotate a selection around something else then one of the parts in the selection you can use a (temporary) marker (or just any part you temporary place somewhere), somewhat undocumented i know Second method should work in any editor that supports multi selection. Re: Re-centering model (in Bricksmith) - Tim Gould - 2011-12-04 Yes I know this trick and use it all the time. But it would be great to be able to shift the origin of a submodel or model. I've even written scripts to do this before but having it native to an editor would be so much better. Tim Re: Re-centering model (in Bricksmith) - Roland Melkert - 2011-12-04 Tim Gould Wrote:Yes I know this trick and use it all the time. But it would be great to be able to shift the origin of a submodel or model. I've even written scripts to do this before but having it native to an editor would be so much better. In LDCad you can use the part property dialog (enter key) while a selection is active. The position in that dialog is the one of the first selected (main part) but all others in the selection will move relatively to it. Or do you mean something like mlcad's 'ROTATION CENTER' meta? Re: Re-centering model (in Bricksmith) - Tim Gould - 2011-12-05 Hi Roland, I'll have to find some time to play around more with LDCad before commenting further on specifics. But my specific desire is (as I think Ramon desires too): To have an option to select a point in an LDraw file (whether that be the origin of a part or an 'axis part') and shift the origin to that point, whether that be in a main model or a submodel. Not that I'm be any means demanding it but I do think it would be a nice feature. Tim Re: Re-centering model (in Bricksmith) - Allen Smith - 2011-12-05 Tim Gould Wrote:But my specific desire is (as I think Ramon desires too): In Bricksmith, once you find that point (x,y,z), do the following:
Allen Re: Re-centering model (in Bricksmith) - Tim Gould - 2011-12-05 Hehe. Done that one too in MLCAD. The number of workarounds people have found for this makes me think it would be nice to automate Tim Re: Re-centering model (in Bricksmith) - Roland Melkert - 2011-12-06 I've added (shift+c) to next LDCad version, it will move the whole model in such away the selection lands on 0,0,0. If needed I could also make it (different shortkey) so only the selection it self moves (not the whole model)? Re: Re-centering model (in Bricksmith) - Tim Gould - 2011-12-06 Awesome! That's excellent news. Tim |