We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@hysierra
[@kryptos_nv](https://twitter.com/kryptos_nv) こんにちわ。 MVでText2Flameを使わせていただいてます。 Blend 0 だと反映されずに 255 と転記されるようなのですが、何が原因でしょうか? <ShowPicture: 1, , Position[Upper Left][75][0], Scale[65][65], Blend[0][Normal]> MovePictureも同じみたいでした😭
out["opacity"] = (values[0] !== null && values[0] !== undefined) ? Number(values[0]) : 255; すみません!!とりあえずjs拝見していじってみました。
The text was updated successfully, but these errors were encountered:
> 1 || 255 < 1 > 0 || 255 < 255
Text2Frame-MV/Text2Frame.js
Line 3378 in 7b1d18a
Sorry, something went wrong.
fix #113 : treat 0 as valid value using getValidNumberOrDefault
5026363
When branches are created from issues, their pull requests are automatically linked.
@hysierra
The text was updated successfully, but these errors were encountered: