| | Primitives and long file names
|
|
Now that long file names are allowed in LDraw and on Parts Tracker, what should we do with primitives for which name systematics gives filenames length > 8 characters? - Continue to cram everything in 8 characters nonetheless, eg. (URL) some (...) (14 years ago, 3-Mar-11, to lugnet.cad)
|
|
| | Re: Primitives and long file names
|
|
(...) I still use MS-DOS on the computer of one of my bases. With friendly greetings, M. Moolhuysen. (14 years ago, 3-Mar-11, to lugnet.cad)
|
|
| | Re: Primitives and long file names
|
|
(...) Sidestep the issue. Extend the LDraw language by defining new line-types for curves, discs, spheres, cylinders, rings, cones and torii! :) Sorry, I'll go back to deep lurking mode now. Steve (14 years ago, 4-Mar-11, to lugnet.cad)
|
|
| | Re: Primitives and long file names
|
|
(...) Yes, maybe it's time to consider a total makeover of the LDraw language. If you do so, then don't forget to add support for pattern picture files too. /Tore (14 years ago, 5-Mar-11, to lugnet.cad)
|
|
| | Re: Primitives and long file names
|
|
(...) Most extreme will be this with a radius >100 e.g. 11-48120. You will never know if this is a ring or cone or whatever. (...) This should be practicable for existing parts when you are restricted to 8 characters (e.g. by using DOS - see the (...) (14 years ago, 7-Mar-11, to lugnet.cad)
|
|
| | Re: Primitives and long file names
|
|
(...) to make workarounds for the DOS enviroment. With primitives however, having to do so will become much more painfull and problematic. (14 years ago, 9-Mar-11, to lugnet.cad)
|
|
| | Re: Primitives and long file names
|
|
(...) The plus for primitives is that they don't have to be human readable. It's possible to develop a system which more than covers the full range without breaking 8 characters. For example we use up to four characters (eg. 3-16) for fractions (...) (14 years ago, 9-Mar-11, to lugnet.cad)
|
|
| | Re: Primitives and long file names
|
|
(...) Something to keep in mind: I think you should pad leading zeros. I.e. turn "4" into "04". Doing so makes it possible to sort files by name in a file manager. -Mike (14 years ago, 28-Mar-11, to lugnet.cad)
|
|
| | Re: Primitives and long file names
|
|
(...) As long as you provide parts authors with a cheat sheet, this should work too. Regardless, the naming scheme should be according to a regular system. -Mike (14 years ago, 28-Mar-11, to lugnet.cad)
|
|
| | Re: Primitives and long file names
|
|
(...) Just a thought, but you could also utilize new sub directories e.g. 1 16 ......... ring\5-24-24.dat or even 1 16 ......... ring\24\5-24.dat This should work on existing software cause 48\ or s\ are already in use, so most software should be (...) (14 years ago, 28-Mar-11, to lugnet.cad)
|
|
| | Re: Primitives and long file names
|
|
(...) And a piece of software to cheat with :) Tim (14 years ago, 28-Mar-11, to lugnet.cad)
|
|
| | Re: Primitives and long file names
|
|
(...) Hey, I really like the idea of new line types and I made a little experiment. Not for curves, discs, spheres, cylinders, rings, cones and torii, but for gradient brushes. LDraw lives in a (linear) text based vector world. And when I zoom in, I (...) (14 years ago, 29-Mar-11, to lugnet.cad) !
|
|
| | Re: Primitives and long file names
|
|
(...) Nooo...ooo! Please......... Do not make lDraw folder structure more complex than what is now: If you follow the rules of using separates folder for Unofficial files (like SR3DBuilder does), it will make things harder to manage since my (...) (14 years ago, 29-Mar-11, to lugnet.cad)
|
|
| | Re: Primitives and long file names
|
|
(...) <snip> (...) Didn't mean to cause nightmares :) But if your program is doing 'special' stuff for those kinds of folders, does it handle use of relative folders in models etc correctly? Cause you could supply a model e.g. d:\mystuff\coolCar.dat (...) (14 years ago, 29-Mar-11, to lugnet.cad)
|