Skip to content

Delete The Middle Circle #361

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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

Khaledabdsalame
Copy link

Remove the circle in the middle of the axis

@CedricGuillemet
Copy link
Owner

This will no disable the operation and will remove the circle for people using it. In order to properly disable the operation, add new operation MOVE_SCREEN here :

enum OPERATION
and enable/disable rendering and picking here :
if (io.MousePos.x >= gContext.mScreenSquareMin.x && io.MousePos.x <= gContext.mScreenSquareMax.x &&

@ddetone ddetone mentioned this pull request Mar 24, 2025
You Can Now Disable / Enable White Dot By Click O in Your Keyboard And Use The Axis As You Want
@Khaledabdsalame
Copy link
Author

I Fix It you Can Now enable Or disable White Dot By Click O in Your Keyboard

Copy link
Author

@Khaledabdsalame Khaledabdsalame left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can now force the user to use only the translation and scales associated with the axis by pressing O on the keyboard.

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.

2 participants