nin
nin copied to clipboard
nin is ninjatool
Adds new global variable INTERBEAN, which is a float that is interpolated between BEAN numbers, in a linear way between frames. This can be used to key animations without getting...
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.19.1. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.19.1 > * 3ff5d11 Fix: no-invalid-regexp not understand variable for flags (fixes [#10112](https://github-redirect.dependabot.com/eslint/eslint/issues/10112)) ([#10113](https://github-redirect.dependabot.com/eslint/eslint/issues/10113)) (薛定谔的猫) >...
Bumps [eslint](https://github.com/eslint/eslint) from 3.10.0 to 6.6.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.6.0 > * [`39dfe08`](https://github.com/eslint/eslint/commit/39dfe0880fa934e287e8ea1f7b56d5cba8d43765) Update: false positives in function-call-argument-newline (fixes [#12123](https://github-redirect.dependabot.com/eslint/eslint/issues/12123)) ([#12280](https://github-redirect.dependabot.com/eslint/eslint/issues/12280)) (Scott O'Hara) > *...
hello, i have a bug when i start nin command ` C:\Users\msys\AppData\Roaming\npm\node_modules\ninjadev-nin\node_modules\ajv\lib \ajv.js:330 try { v = compileSchema.call(self, schemaObj.schema, root, schemaObj.localRe fs); } ^ TypeError: compileSchema.call is not a function...
My expectation was that elasticOut(a, b, c, 0) = a and elasticOut(a, b, c, >1) = b in a similar way lerp(a, b, 0) = a and lerp(a, b, 1)...
Ref https://github.com/ninjadev/nin/pull/432
If a camera-path using node exists in the graph, and the global frame is a value not in the graph (i.e. the node is only played for frames 1000 to...
The code base (especially the backend) hasn't been updated to es6 yet. Update the following to es6: - [ ] Frontend - [ ] Backend