RE: Stringstuds
2020-12-19, 20:40 (This post was last modified: 2020-12-19, 20:42 by Roland Melkert.)
2020-12-19, 20:40 (This post was last modified: 2020-12-19, 20:42 by Roland Melkert.)
(2020-12-19, 8:05)Wes Wrote: It appears I permanently part grouped a good portion of my model.
I think Philo is right, you added the bricks to the string submodel.
Problem is parts in such models are handled differently so you can't copy paste them to the main model.
If you don't want to redo the model you could edit the ldraw file
Look for lines like:
0 !LDCAD PATH_CAP [group=start] [color=0] [posOri=60 -24 -40 1 0 0 0 1 0 0 0 1] [part=3005.dat] [extraLen=0mm] [inlineRef=false]
and change them into lines like these
1 0 60 -24 -40 1 0 0 0 1 0 0 0 1 3005.dat
So you take a '1', followed by the number after color=, and the part after posOri= upto the ] and close the line with theĀ .dat name.
Do this for all the lines except the ones with [part=572a.dat] and [part=ldcRopeEnd.dat] in them.
As a last step move all the changed lines to the bottom of the first subfile (above the second 0 FILE .... line)