LDCad 1.5 (win+linux)


Re: LDCad 1.5 (win+linux)
#9
Hi Roland,

Very well. In fact, I already do in LPub3D what you are suggesting. The LDCad unofficial meta is the fist entry in the list of unofficial types I check - see below.

As you said, generated content are 'technically' parts so my thinking was why not offer the ability to persist this content as such - respecting conventional LDraw part extension naming.

However from what I understand in your response, using .dat extension and incorporating the LDRAW_ORG Unofficial_Part meta are more-or-less reserved for parts that will eventually become official LDraw parts - is this correct ?

Code:
LDrawUnofficialFileTypeRegExp
<< QRegExp("^\\s*0\\s+[b]UNOFFICIAL PART[/b][^\n]*")
<< QRegExp("^\\s*0\\s+!*(?:LDRAW_ORG)* (Unofficial_Part)[^\n]*")
<< QRegExp("^\\s*0\\s+!*(?:LDRAW_ORG)* (Unofficial_Subpart)[^\n]*")
<< QRegExp("^\\s*0\\s+!*(?:LDRAW_ORG)* (Unofficial_Shortcut)[^\n]*")
<< QRegExp("^\\s*0\\s+!*(?:LDRAW_ORG)* (Unofficial_Primitive)[^\n]*")
<< QRegExp("^\\s*0\\s+!*(?:LDRAW_ORG)* (Unofficial_8_Primitive)[^\n]*")
<< QRegExp("^\\s*0\\s+!*(?:LDRAW_ORG)* (Unofficial_48_Primitive)[^\n]*")
<< QRegExp("^\\s*0\\s+!*(?:LDRAW_ORG)* (Unofficial_Part Alias)[^\n]*")
<< QRegExp("^\\s*0\\s+!*(?:LDRAW_ORG)* (Unofficial_Shortcut Alias)[^\n]*")
<< QRegExp("^\\s*0\\s+!*(?:LDRAW_ORG)* (Unofficial_Part Physical_Colour)[^\n]*")
<< QRegExp("^\\s*0\\s+!*(?:LDRAW_ORG)* (Unofficial_Shortcut Physical_Colour)[^\n]*")
<< QRegExp("^\\s*0\\s+!*(?:LDRAW_ORG)* (Unofficial Part)[^\n]*")
<< QRegExp("^\\s*0\\s+!*(?:LDRAW_ORG)* (Unofficial Subpart)[^\n]*")
<< QRegExp("^\\s*0\\s+!*(?:LDRAW_ORG)* (Unofficial Shortcut)[^\n]*")
<< QRegExp("^\\s*0\\s+!*(?:LDRAW_ORG)* (Unofficial Primitive)[^\n]*")
<< QRegExp("^\\s*0\\s+!*(?:LDRAW_ORG)* (Unofficial 8_Primitive)[^\n]*")
<< QRegExp("^\\s*0\\s+!*(?:LDRAW_ORG)* (Unofficial 48_Primitive)[^\n]*")
<< QRegExp("^\\s*0\\s+!*(?:LDRAW_ORG)* (Unofficial Part Alias)[^\n]*")
<< QRegExp("^\\s*0\\s+!*(?:LDRAW_ORG)* (Unofficial Shortcut Alias)[^\n]*")
<< QRegExp("^\\s*0\\s+!*(?:LDRAW_ORG)* (Unofficial Part Physical_Colour)[^\n]*")
<< QRegExp("^\\s*0\\s+!*(?:LDRAW_ORG)* (Unofficial Shortcut Physical_Colour)[^\n]*")

Cheers,
Reply
« Next Oldest | Next Newest »



Messages In This Thread
LDCad 1.5 (win+linux) - by Roland Melkert - 2016-01-23, 22:57
Re: LDCad 1.5 (win+linux) - by Trevor Sandy - 2016-01-23, 23:52
Re: LDCad 1.5 (win+linux) - by Roland Melkert - 2016-01-24, 18:39
Re: LDCad 1.5 (win+linux) - by Trevor Sandy - 2016-01-24, 21:36
Re: LDCad 1.5 (win+linux) - by Roland Melkert - 2016-01-26, 18:05
Re: LDCad 1.5 (win+linux) - by Trevor Sandy - 2016-01-26, 21:32
Re: LDCad 1.5 (win+linux) - by Willy Tschager - 2016-03-11, 17:17
Re: LDCad 1.5 (win+linux) - by Roland Melkert - 2016-03-11, 18:30
Re: LDCad 1.5 (win+linux) - by Roland Melkert - 2016-03-11, 20:55
Re: LDCad 1.5 (win+linux) - by Willy Tschager - 2016-03-13, 18:51
Re: LDCad 1.5 (win+linux) - by Roland Melkert - 2016-03-13, 20:58
Re: LDCad 1.5 (win+linux) - by Willy Tschager - 2016-03-15, 21:10
Re: LDCad 1.5 (win+linux) - by Roland Melkert - 2016-03-15, 22:38
Re: LDCad 1.5 (win+linux) - by Milan Vančura - 2016-03-15, 18:30
Re: LDCad 1.5 (win+linux) - by Roland Melkert - 2016-03-15, 19:32
Re: LDCad 1.5 (win+linux) - by Milan Vančura - 2016-03-15, 21:14
Re: LDCad 1.5 (win+linux) - by Roland Melkert - 2016-03-15, 22:30
Re: LDCad 1.5 (win+linux) - by Milan Vančura - 2016-03-15, 23:29
Re: LDCad 1.5 (win+linux) - by Roland Melkert - 2016-03-17, 21:44

Forum Jump:


Users browsing this thread: 2 Guest(s)