-
Notifications
You must be signed in to change notification settings - Fork 14
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
Merge origin/main into origin/dev #32
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
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>
@@ -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]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this.content?.mesh!.setItems([this.content]); |
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
No description provided.