Skip to content
New issue

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

TSL: ScriptableNode #25685

Merged
merged 48 commits into from
Mar 20, 2023
Merged

TSL: ScriptableNode #25685

merged 48 commits into from
Mar 20, 2023

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    818d2ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49b4a18 View commit details
    Browse the repository at this point in the history
  3. TSL: Added saturate

    sunag committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    bb5ba65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a136476 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9070cca View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    c227d8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9300715 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e071a9 View commit details
    Browse the repository at this point in the history
  4. Added ScriptableNode

    sunag committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    1e69094 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5ea8a7 View commit details
    Browse the repository at this point in the history
  6. update style

    sunag committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    03bf3cc View commit details
    Browse the repository at this point in the history
  7. cleanup

    sunag committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    e29da35 View commit details
    Browse the repository at this point in the history
  8. cleanup

    sunag committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    531c16d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Code Based Node moved to /code/

    sunag committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    4eb2a90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b9290e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca23b3d View commit details
    Browse the repository at this point in the history
  4. optional output

    sunag committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    673ff8a View commit details
    Browse the repository at this point in the history
  5. added output example

    sunag committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    edf4603 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    29c9645 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ec0997 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d322e38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be1bdca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32658e2 View commit details
    Browse the repository at this point in the history
  6. webgpu_materials: set globals

    sunag committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    d48ae4d View commit details
    Browse the repository at this point in the history
  7. cleanup

    sunag committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    0923c2e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. fix conflicting

    sunag committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    baaa14b View commit details
    Browse the repository at this point in the history
  2. cleanup

    sunag committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    0cf0695 View commit details
    Browse the repository at this point in the history
  3. Revert "cleanup"

    This reverts commit 0cf0695.
    sunag committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    b982199 View commit details
    Browse the repository at this point in the history
  4. Revert "fix conflicting"

    This reverts commit baaa14b, reversing
    changes made to 0923c2e.
    sunag committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    712d93b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    acf3112 View commit details
    Browse the repository at this point in the history
  6. Bump eslint from 8.35.0 to 8.36.0 (mrdoob#25666)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.35.0 to 8.36.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.35.0...v8.36.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and sunag committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    0e7e7e1 View commit details
    Browse the repository at this point in the history
  7. Update webgl_loader_md2.html (mrdoob#25670)

    Double index increment preventing all animations to be set in UI.
    llzen44 authored and sunag committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    6561919 View commit details
    Browse the repository at this point in the history
  8. Fix the Chinese translation of MeshToonMaterial (mrdoob#25672)

    In the original version, the Chinese translation of MeshToonMaterial documents did not work properly. This update aims to fix this error
    newstart0514 authored and sunag committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    9add25d View commit details
    Browse the repository at this point in the history
  9. Bump puppeteer-core from 19.7.4 to 19.7.5 (mrdoob#25671)

    Bumps [puppeteer-core](https://github.com/puppeteer/puppeteer) from 19.7.4 to 19.7.5.
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-core-v19.7.4...puppeteer-core-v19.7.5)
    
    ---
    updated-dependencies:
    - dependency-name: puppeteer-core
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and sunag committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    ab9a8f6 View commit details
    Browse the repository at this point in the history
  10. Create renovate.json (mrdoob#25636)

    * Create renovate.json
    
    * Update renovate.json
    
    ---------
    
    Co-authored-by: mrdoob <info@mrdoob.com>
    2 people authored and sunag committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    e836322 View commit details
    Browse the repository at this point in the history
  11. Delete dependabot.yml

    mrdoob authored and sunag committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    3cf9d90 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    787e2af View commit details
    Browse the repository at this point in the history
  13. Fix a document translation omission (mrdoob#25677)

    * Create a translation document of DataArrayTexture
    
    Create a Chinese translation document of DataArrayTexture
    
    * Update DataArrayTexture.html
    
    ---------
    
    Co-authored-by: Michael Herzog <michael.herzog@human-interactive.org>
    2 people authored and sunag committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    032ff36 View commit details
    Browse the repository at this point in the history
  14. Delete DataTexture2DArray.html

    Mugen87 authored and sunag committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    cd39f69 View commit details
    Browse the repository at this point in the history
  15. CSS2DRenderer: Introduce CSS2DObject.center (mrdoob#25673)

    * CSS2DRenderer: Introduce CSS2DObject.center
    
    * Update css2d_label screenshot
    
    * fix gui
    WestLangley authored and sunag committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    f6e811f View commit details
    Browse the repository at this point in the history
  16. Vector2: Add angleTo(). (mrdoob#25678)

    Mugen87 authored and sunag committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    e419f11 View commit details
    Browse the repository at this point in the history
  17. GLTFLoader: Prevents set data uri in texture.name. (mrdoob#25682)

    * GLTFLoader: Prevents set data uri in texture.name.
    
    * cleanup
    
    * fix maybe optional value
    
    * cleanup
    sunag committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    aab74fc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a84b421 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7773fce View commit details
    Browse the repository at this point in the history
  20. Updated builds.

    Mugen87 authored and sunag committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    418ceac View commit details
    Browse the repository at this point in the history
  21. 3DMLoader: Clean up (mrdoob#25423)

    * 3DMLoader: Clean up
    
    * Update 3DMLoader.js
    
    * Update 3DMLoader.js
    
    * Revert materials comparison change
    
    * Fix `elements`
    
    * Update 3DMLoader.js
    
    * Update 3DMLoader.js
    
    * Update 3DMLoader.js
    
    ---------
    
    Co-authored-by: Michael Herzog <michael.herzog@human-interactive.org>
    2 people authored and sunag committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    9a4325b View commit details
    Browse the repository at this point in the history
  22. Examples: Fix webgl_geometry_spline_editor.html (mrdoob#25690)

    Call render() after detach so that the tooltip disappears when clicking away from the selected helper point, as one would expect.
    puqeko authored and sunag committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    8143243 View commit details
    Browse the repository at this point in the history
  23. TSL: Different params order if method chaining is used. (mrdoob#25683)

    * CodeNode: Added language and serialize.
    
    * TSL: Renamed inversesqrt -> inverseSqrt, faceforward -> faceForward,
    
    * TSL: Added saturate
    
    * TSL: Different params order if method chaining is used.
    
    * Nodes: Change mix order and added FogNode.mixAssign()
    sunag committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    a2f2871 View commit details
    Browse the repository at this point in the history