We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The modeling tree becomes very unresponsive (e.g. collapse/uncollapase). This can be emulated by:
import XCoreModeling as xcm for i in range(1024): xcm.CreateSolidBlock(xcm.Vec3(0), xcm.Vec3(1))
This generates 1024 blocks in the modeler. You can also save this as a smash project and just load it.
The text was updated successfully, but these errors were encountered:
jsaq007
ignapas
No branches or pull requests
The modeling tree becomes very unresponsive (e.g. collapse/uncollapase). This can be emulated by:
This generates 1024 blocks in the modeler. You can also save this as a smash project and just load it.
The text was updated successfully, but these errors were encountered: