Closed luzhuang closed 4 weeks ago
[!WARNING]
Rate limit exceeded
@luzhuang has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 7 minutes and 26 seconds before requesting another review.
⌛ How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.🚦 How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://coderabbit.ai/docs/faq) for further information.📥 Commits
Reviewing files that changed from the base of the PR and between 137110e136e4e0601bb6a8997b4b9fc17dd43248 and 367d5b24d2dd4320893020a55dc51d026b87f36a.
This pull request includes various updates across multiple files, primarily focusing on documentation improvements, version updates, and code refinements. Key changes involve correcting typographical errors in the contribution guide, enhancing clarity in the Spine animation documentation, and updating version numbers in several package.json files from an experimental version to a stable release. Additionally, modifications to the Animator class and its tests reflect improved logic for animation playback and state transitions.
File | Change Summary |
---|---|
.github/HOW_TO_CONTRIBUTE.md |
Corrected "Code of Conductor" to "Code of Conduct", fixed typos, and made formatting adjustments. |
.github/workflows/release.yml |
Updated action from gz65555/publish@v0.1.9 to galacean/publish@v0.2.0 . |
docs/en/graphics/2D/spine/editor.md |
Updated title, refined structure, clarified asset import/export instructions, and added project export section. |
docs/zh/art/digital-human.md |
New documentation added for the "Digital Human Project," detailing model creation, rendering, and animation. |
docs/zh/graphics/texture/compression.md |
Updated KTX2 texture usage details, added compatibility notes, and improved code snippet formatting. |
e2e/package.json |
Updated version from "0.0.0-experimental-1.3-xr.10" to "1.3.15" . |
package.json |
Updated version from "0.0.0-experimental-1.3-xr.10" to "1.3.15" . |
packages/core/package.json |
Updated version from "0.0.0-experimental-1.3-xr.10" to "1.3.15" . |
packages/core/src/Engine.ts |
Modified _getShaderProgramPool to pass this to ShaderProgramPool constructor. |
packages/core/src/animation/Animator.ts |
Updated state transition logic and animation event handling for improved accuracy. |
packages/core/src/animation/internal/AnimatorStatePlayData.ts |
Renamed frameTime to playedTime , added offsetFrameTime , and adjusted related methods. |
packages/core/src/shader/ShaderPass.ts |
Enhanced cleanup process in _destroy method for shader program pools. |
packages/core/src/shader/ShaderProgramPool.ts |
Added constructor to ShaderProgramPool to accept Engine instance. |
packages/design/package.json |
Updated version from "0.0.0-experimental-1.3-xr.10" to "1.3.15" . |
packages/galacean/package.json |
Updated version from "0.0.0-experimental-1.3-xr.10" to "1.3.15" . |
packages/loader/package.json |
Updated version from "0.0.0-experimental-1.3-xr.10" to "1.3.15" . |
packages/math/package.json |
Updated version from "0.0.0-experimental-1.3-xr.10" to "1.3.15" . |
packages/physics-lite/package.json |
Updated version from "0.0.0-experimental-1.3-xr.10" to "1.3.15" . |
packages/physics-physx/package.json |
Updated version from "0.0.0-experimental-1.3-xr.10" to "1.3.15" . |
packages/rhi-webgl/package.json |
Updated version from "0.0.0-experimental-1.3-xr.10" to "1.3.15" . |
packages/shader-lab/package.json |
Updated version from "0.0.0-experimental-1.3-xr.10" to "1.3.15" . |
packages/xr-webxr/package.json |
Updated version from "0.0.0-experimental-1.3-xr.10" to "1.3.15" . |
packages/xr/package.json |
Updated version from "0.0.0-experimental-1.3-xr.10" to "1.3.15" . |
tests/package.json |
Updated version from "0.0.0-experimental-1.3-xr.10" to "1.3.15" . |
tests/src/core/Animator.test.ts |
Updated test cases to reflect changes in Animator class, added new tests for transition offsets and clip start times. |
.github/HOW_TO_CONTRIBUTE.md
file, similar to changes made in this PR.bug
, animation
, test
🐇 In the meadow, changes abound,
With fixes and updates, joy is found.
From typos corrected to versions anew,
Our code is now clearer, and so much more true!
Let's hop with delight, for progress is here,
In the world of coding, we cheer and we cheer! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Attention: Patch coverage is 38.59649%
with 35 lines
in your changes missing coverage. Please review.
Project coverage is 66.67%. Comparing base (
137110e
) to head (367d5b2
). Report is 20 commits behind head on dev/1.4.
Files with missing lines | Patch % | Lines |
---|---|---|
examples/shader-lab-multi-pass.ts | 0.00% | 31 Missing :warning: |
packages/core/src/shader/ShaderPass.ts | 0.00% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
Other information:
Summary by CodeRabbit
Release Notes
New Features
Bug Fixes
Documentation
Version Updates
1.3.15
.