added mask variable in sbc_case_builder_accessories.cfg for all entries
This commit is contained in:
@@ -282,7 +282,7 @@ if (view == "platter") {
|
||||
}
|
||||
// platter accessories
|
||||
if(accessory_name != "none") {
|
||||
for (i=[1:10:len(accessory_data[a[0]])-1]) {
|
||||
for (i=[1:11:len(accessory_data[a[0]])-1]) {
|
||||
class = accessory_data[a[0]][i];
|
||||
type = accessory_data[a[0]][i+1];
|
||||
loc_x = accessory_data[a[0]][i+2];
|
||||
@@ -565,7 +565,7 @@ if (view == "model") {
|
||||
}
|
||||
// model accessories
|
||||
if(accessory_name != "none") {
|
||||
for (i=[1:10:len(accessory_data[a[0]])-1]) {
|
||||
for (i=[1:11:len(accessory_data[a[0]])-1]) {
|
||||
class = accessory_data[a[0]][i];
|
||||
type = accessory_data[a[0]][i+1];
|
||||
loc_x = accessory_data[a[0]][i+2];
|
||||
@@ -676,7 +676,7 @@ if (view == "part") {
|
||||
}
|
||||
if(individual_part == "accessories") {
|
||||
if(accessory_name != "none") {
|
||||
for (i=[1:10:len(accessory_data[a[0]])-1]) {
|
||||
for (i=[1:11:len(accessory_data[a[0]])-1]) {
|
||||
class = accessory_data[a[0]][i];
|
||||
type = accessory_data[a[0]][i+1];
|
||||
loc_x = accessory_data[a[0]][i+2];
|
||||
|
||||
Reference in New Issue
Block a user