Skip to content

fix(creation): honor suspend_mobject_updating in Create/Uncreate#4879

Closed
Chessing234 wants to merge 4 commits into
ManimCommunity:mainfrom
Chessing234:fix/4763-create-suspend-updating-v2
Closed

fix(creation): honor suspend_mobject_updating in Create/Uncreate#4879
Chessing234 wants to merge 4 commits into
ManimCommunity:mainfrom
Chessing234:fix/4763-create-suspend-updating-v2

Conversation

@Chessing234

Copy link
Copy Markdown

Summary

  • Suspend updaters on starting_mobject in ShowPartial.begin()
  • Create/Uncreate rebuild from that copy each frame; its updaters were still running

Fixes #4763

Test plan

  • pytest tests/module/animation/test_creation.py::test_create_suspends_starting_mobject_updaters

Made with Cursor

ShowPartial rebuilds each frame from starting_mobject; suspend its
updaters too when suspend_mobject_updating is set.

Fixes ManimCommunity#4763

Co-authored-by: Cursor <cursoragent@cursor.com>
Chessing234 and others added 3 commits July 8, 2026 18:08
Default Create now suspends starting_mobject updaters (ManimCommunity#4763).

Co-authored-by: Cursor <cursoragent@cursor.com>


Default Create now suspends starting_mobject updaters.

Co-authored-by: Cursor <cursoragent@cursor.com>
Avoid coupling the graphical test to Create's starting_mobject behavior.

Co-authored-by: Cursor <cursoragent@cursor.com>
@chopan050

Copy link
Copy Markdown
Member

From #4856, last week:

Refrain from mass-opening too many AI-generated PRs. This is the 15th PR you generate in a span of 2 days.

and now you continue to open more PRs. Now you have 23 open PRs.

I'll just close all of them. Do not open more.

@chopan050 chopan050 closed this Jul 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create() does not suspend Mobject updating

2 participants