mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
Use highlight_power in showpal
This commit is contained in:
parent
22c1ec872c
commit
bb899e51f7
@ -20,6 +20,7 @@ for i, v in enumerate(gnm['xforms'].values()):
|
|||||||
'y': [0, cv(0)*csp(0), 1, cv(1)*csp(1)]}
|
'y': [0, cv(0)*csp(0), 1, cv(1)*csp(1)]}
|
||||||
}
|
}
|
||||||
v.pop('post', False)
|
v.pop('post', False)
|
||||||
|
gnm['color']['highlight_power'] = 0
|
||||||
gnm['camera'].update(center={'x': 0,'y':-0.5}, rotation=0, scale=9. / 16,
|
gnm['camera'].update(center={'x': 0,'y':-0.5}, rotation=0, scale=9. / 16,
|
||||||
filter_width=2)
|
filter_width=2)
|
||||||
name = sys.argv[1].rsplit('.', 1)[0] + '.showpal.json'
|
name = sys.argv[1].rsplit('.', 1)[0] + '.showpal.json'
|
||||||
|
Loading…
Reference in New Issue
Block a user