![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Variables | |
| styletree = ET.parse(argv[1]) or die("This doesn't work for me") | |
| styleroot = styletree.getroot() | |
| xmpmeta | |
| rdf = ET.SubElement(xmpmeta,"rdf:RDF",{"xmlns:rdf":"http://www.w3.org/1999/02/22-rdf-syntax-ns#"}) | |
| description | |
| maskid = ET.SubElement(description,"darktable:mask_id") | |
| masktype = ET.SubElement(description,"darktable:mask_type") | |
| maskname = ET.SubElement(description,"darktable:mask_name") | |
| maskversion = ET.SubElement(description,"darktable:mask_version") | |
| mask = ET.SubElement(description,"darktable:mask") | |
| masknb = ET.SubElement(description,"darktable:mask_nb") | |
| masksrc = ET.SubElement(description,"darktable:mask_src") | |
| darktablehistory = ET.SubElement(description,"darktable:history") | |
| darktablehistoryid = ET.SubElement(darktablehistory,"rdf:Seq") | |
| enabled = plugins.find('enabled') | |
| li = ET.SubElement(darktablehistoryid,"rdf:li") | |
| modversion = plugins.find('module') | |
| operation = plugins.find('operation') | |
| params = plugins.find('op_params') | |
| blendop_params = plugins.find('blendop_params') | |
| blendop_version = plugins.find('blendop_version') | |
| multi_name = plugins.find('multi_name') | |
| multi_priority = plugins.find('multi_priority') | |
| dtstyle_to_xmp.blendop_params = plugins.find('blendop_params') |
Definition at line 107 of file dtstyle_to_xmp.py.
| dtstyle_to_xmp.blendop_version = plugins.find('blendop_version') |
Definition at line 111 of file dtstyle_to_xmp.py.
| dtstyle_to_xmp.darktablehistory = ET.SubElement(description,"darktable:history") |
Definition at line 85 of file dtstyle_to_xmp.py.
| dtstyle_to_xmp.darktablehistoryid = ET.SubElement(darktablehistory,"rdf:Seq") |
Definition at line 86 of file dtstyle_to_xmp.py.
| dtstyle_to_xmp.description |
Definition at line 59 of file dtstyle_to_xmp.py.
| dtstyle_to_xmp.enabled = plugins.find('enabled') |
Definition at line 90 of file dtstyle_to_xmp.py.
| dtstyle_to_xmp.li = ET.SubElement(darktablehistoryid,"rdf:li") |
Definition at line 92 of file dtstyle_to_xmp.py.
| dtstyle_to_xmp.mask = ET.SubElement(description,"darktable:mask") |
Definition at line 79 of file dtstyle_to_xmp.py.
| dtstyle_to_xmp.maskid = ET.SubElement(description,"darktable:mask_id") |
Definition at line 71 of file dtstyle_to_xmp.py.
| dtstyle_to_xmp.maskname = ET.SubElement(description,"darktable:mask_name") |
Definition at line 75 of file dtstyle_to_xmp.py.
| dtstyle_to_xmp.masknb = ET.SubElement(description,"darktable:mask_nb") |
Definition at line 81 of file dtstyle_to_xmp.py.
| dtstyle_to_xmp.masksrc = ET.SubElement(description,"darktable:mask_src") |
Definition at line 83 of file dtstyle_to_xmp.py.
| dtstyle_to_xmp.masktype = ET.SubElement(description,"darktable:mask_type") |
Definition at line 73 of file dtstyle_to_xmp.py.
| dtstyle_to_xmp.maskversion = ET.SubElement(description,"darktable:mask_version") |
Definition at line 77 of file dtstyle_to_xmp.py.
| dtstyle_to_xmp.modversion = plugins.find('module') |
Definition at line 95 of file dtstyle_to_xmp.py.
| dtstyle_to_xmp.multi_name = plugins.find('multi_name') |
Definition at line 115 of file dtstyle_to_xmp.py.
| dtstyle_to_xmp.multi_priority = plugins.find('multi_priority') |
Definition at line 122 of file dtstyle_to_xmp.py.
| dtstyle_to_xmp.operation = plugins.find('operation') |
Definition at line 99 of file dtstyle_to_xmp.py.
| dtstyle_to_xmp.params = plugins.find('op_params') |
Definition at line 103 of file dtstyle_to_xmp.py.
| dtstyle_to_xmp.rdf = ET.SubElement(xmpmeta,"rdf:RDF",{"xmlns:rdf":"http://www.w3.org/1999/02/22-rdf-syntax-ns#"}) |
Definition at line 58 of file dtstyle_to_xmp.py.
| dtstyle_to_xmp.styleroot = styletree.getroot() |
Definition at line 53 of file dtstyle_to_xmp.py.
Definition at line 48 of file dtstyle_to_xmp.py.
| dtstyle_to_xmp.xmpmeta |
Definition at line 56 of file dtstyle_to_xmp.py.