diff --git a/260424-GrayScale.toe b/260424-GrayScale.toe new file mode 100644 index 0000000..dc47c0f Binary files /dev/null and b/260424-GrayScale.toe differ diff --git a/camera_position.py b/camera_position.py index 0eb78f4..3a5b18c 100644 --- a/camera_position.py +++ b/camera_position.py @@ -4,23 +4,6 @@ me - this DAT scriptOp - the OP which is cooking """ -# press 'Setup Parameters' in the OP to call this function to re-create the -# parameters. -def onSetupParameters(scriptOp): - """ - Called to setup custom parameters for the Script DAT. - """ - page = scriptOp.appendCustomPage('Custom') - page.appendFloat('Valuea', label='Value A') - page.appendFloat('Valueb', label='Value B') - return - -def onPulse(par): - """ - Called when a custom pulse parameter is pushed. - """ - return - def onCook(scriptOp): """ Called when the Script DAT needs to cook. @@ -61,8 +44,8 @@ def onCook(scriptOp): row_id = int(inputDat[i, 0]) if row_id == select_id: px_val = float(inputDat[i, 1] or 0) - py_val = float(inputDat[i, 2] or 0) - camera_y_offset - pz_val = float(inputDat[i, 3] or 0) + py_val = float(inputDat[i, 2] or 0) + pz_val = float(inputDat[i, 3] or 0)- camera_y_offset scriptOp.appendRow([row_id, px_val, py_val, pz_val]) return except (ValueError, TypeError): diff --git a/dat_table_lookat__td_24460_1.tsv b/dat_table_lookat__td_24460_1.tsv index a95925c..d3e0b0c 100644 --- a/dat_table_lookat__td_24460_1.tsv +++ b/dat_table_lookat__td_24460_1.tsv @@ -1,2 +1,2 @@ id text updateTime -2 內耗 1775739058 +9 社畜 1777003153 diff --git a/text_pop.toe b/text_pop.toe index f11e3c6..aa6ba69 100644 Binary files a/text_pop.toe and b/text_pop.toe differ