Conversation
build: support CHANGELOG generation script
fix: add id and transform setting from pre-composition item
fix: 修复拖拽问题
fix: hitTest bug in pre-composition
Merge origin/main into origin/feat/1.1
chore: auto tigger bot review for specific branches
fix: errors about visible and transform when setting
…untime into test/fix-case
fix: solve pre composition problem in 3D plugin
test: fix unit and case test problems
test: fix plugin unit test
build: add vite legacy polyfill
Merge origin/feat/1.1 into origin/main
docs: changelog 1.1.0
Contributor
|
Important Auto Review SkippedMore than 25% of the files skipped due to max files limit. Skipping review to prevent low quality review. 76 files out of 180 files are above the max files limit of 50. 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 X ? TipsChat with CodeRabbit Bot (
|
Co-authored-by: Zheeeng <hi@zheeeng.me>
zheeeng
reviewed
Dec 12, 2023
| @@ -25,6 +25,7 @@ export class TextVFXItem extends VFXItem<TextItem> { | |||
| override onLifetimeBegin (composition: Composition, content: TextItem) { | |||
| content.active = true; | |||
| this.content?.mesh!.setItems([this.content]); | |||
Member
There was a problem hiding this comment.
Suggested change
| this.content?.mesh!.setItems([this.content]); |
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
zheeeng
approved these changes
Dec 12, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.