📝 Added entire config directory for backup purposes
This commit is contained in:
parent
4b38e59bb6
commit
9b946e2d14
11091 changed files with 1440953 additions and 0 deletions
|
|
@ -0,0 +1,30 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<commandbar>
|
||||
<command>MI_Undo</command>
|
||||
<command>MI_Redo</command>
|
||||
<separator/>
|
||||
<command>MI_SaveAll</command>
|
||||
<separator/>
|
||||
<command>MI_Copy</command>
|
||||
<command>MI_Cut</command>
|
||||
<command>MI_Paste</command>
|
||||
<command>MI_Clear</command>
|
||||
<separator/>
|
||||
<command>MI_AddFrames</command>
|
||||
<command>MI_PrevDrawing</command>
|
||||
<command>MI_NextDrawing</command>
|
||||
<separator/>
|
||||
<command>MI_ShiftTrace</command>
|
||||
<command>MI_EditShift</command>
|
||||
<command>MI_NoShift</command>
|
||||
<command>MI_ResetShift</command>
|
||||
<separator/>
|
||||
<command>MI_SendBack</command>
|
||||
<command>MI_SendBackward</command>
|
||||
<command>MI_BringForward</command>
|
||||
<command>MI_BringToFront</command>
|
||||
<command>MI_Group</command>
|
||||
<command>MI_Ungroup</command>
|
||||
<command>MI_EnterGroup</command>
|
||||
<command>MI_ExitGroup</command>
|
||||
</commandbar>
|
||||
46
.config/OpenToonz/stuff/profiles/layouts/settings/xsheet.css
Normal file
46
.config/OpenToonz/stuff/profiles/layouts/settings/xsheet.css
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
.header {
|
||||
border-type: inser;
|
||||
border: 1px solid black;
|
||||
background: #F0F0F0
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
border-collapse: collapse;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
TH {
|
||||
width : 1.5cm;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
border-left: 1px solid black
|
||||
}
|
||||
.first_numeric {
|
||||
border-left: 3px #FF0000
|
||||
}
|
||||
.fxcell {
|
||||
background: #FFD495
|
||||
}
|
||||
.subxsheetcell {
|
||||
background: #FFCBBE
|
||||
}
|
||||
|
||||
TD {
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
border-left: 1px solid black;
|
||||
border-top: 1px solid black
|
||||
}
|
||||
TR {
|
||||
border-top: 1px solid black
|
||||
}
|
||||
|
||||
TH.frame {
|
||||
background: #F0F0F0;
|
||||
border-top: 1px solid black
|
||||
}
|
||||
|
||||
TD.levelcell {
|
||||
background: #C9FF75
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<xsheet_html>
|
||||
<page rows="50">
|
||||
<page columns="10">
|
||||
<info name="Company" value="Company name"/>
|
||||
<info name="Name" value="Value"/>
|
||||
</xsheet_html>
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<commandbar>
|
||||
<command>MI_NewToonzRasterLevel</command>
|
||||
<command>MI_NewRasterLevel</command>
|
||||
<command>MI_NewVectorLevel</command>
|
||||
<separator/>
|
||||
<command>MI_Collapse</command>
|
||||
<command>MI_OpenChild</command>
|
||||
<command>MI_CloseChild</command>
|
||||
<command>MI_ToggleEditInPlace</command>
|
||||
<separator/>
|
||||
<command>MI_CreateBlankDrawing</command>
|
||||
<command>MI_Duplicate</command>
|
||||
<command>MI_AutoInputCellNumber</command>
|
||||
<command>MI_FillEmptyCell</command>
|
||||
<separator/>
|
||||
<command>MI_DecreaseStep</command>
|
||||
<command>MI_IncreaseStep</command>
|
||||
<separator/>
|
||||
<command>MI_Reframe1</command>
|
||||
<command>MI_Reframe2</command>
|
||||
<command>MI_Reframe3</command>
|
||||
<separator/>
|
||||
<command>MI_Dup</command>
|
||||
<command>MI_Reverse</command>
|
||||
<command>MI_Swing</command>
|
||||
<command>MI_Random</command>
|
||||
</commandbar>
|
||||
Loading…
Add table
Add a link
Reference in a new issue