shader nodes

This commit is contained in:
tamat
2020-07-15 21:22:32 +02:00
parent 2f9c67295f
commit b6c28399f8
42 changed files with 1513 additions and 195 deletions

View File

@@ -181,7 +181,7 @@
display: inline-block;
width: 90px;
height: 15px;
background-image: url("../demo/imgs/load-progress-empty.png");
background-image: url("../editor/imgs/load-progress-empty.png");
}
.litegraph-editor .cpuload .fgload,
@@ -190,7 +190,7 @@
width: 4px;
height: 15px;
max-width: 90px;
background-image: url("../demo/imgs/load-progress-full.png");
background-image: url("../editor/imgs/load-progress-full.png");
}
.litegraph-editor textarea.code, .litegraph-editor div.code {

View File

@@ -261,12 +261,11 @@
.litegraph .dialog .dialog-content {
height: calc(100% - 90px);
width: calc(100% - 10px);
width: 100%;
min-height: 100px;
/*background-color: black;*/
padding: 4px;
display: inline-block;
color: #AAA;
/*background-color: black;*/
}
.litegraph .dialog .dialog-content h3 {
@@ -308,7 +307,7 @@
.litegraph .dialog .property {
margin-bottom: 2px;
padding: 0;
padding: 4px;
}
.litegraph .dialog .property_name {
@@ -362,7 +361,7 @@
}
.litegraph .subgraph_property {
padding-bottom: 4px;
padding: 4px;
}
.litegraph .subgraph_property:hover {