Skip to content
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

New addon: default new costumes to bitmap, instead of vector #7201

Open
WorldLanguages opened this issue Feb 21, 2024 · 7 comments · May be fixed by #7259
Open

New addon: default new costumes to bitmap, instead of vector #7201

WorldLanguages opened this issue Feb 21, 2024 · 7 comments · May be fixed by #7259
Labels
new addon Related to new addons to this extension. `scope: addons` should still be added. scope: addon Related to one or multiple addons source: feedback From the feedback page (https://scratchaddons.com/feedback) or the Discord server type: enhancement New feature for the project

Comments

@WorldLanguages
Copy link
Member

Why this would be helpful

Saves a click each time a new costume is created

How this addon works

Could you make an option to default to bitmap when creating a new costume?

This was suggested twice on Discord, and also on the feedback form.

Possible alternatives

No response

Additional context

No response

@WorldLanguages WorldLanguages added type: enhancement New feature for the project new addon Related to new addons to this extension. `scope: addons` should still be added. source: feedback From the feedback page (https://scratchaddons.com/feedback) or the Discord server scope: addon Related to one or multiple addons labels Feb 21, 2024
@Samq64
Copy link
Member

Samq64 commented Feb 21, 2024

Related: #6310

@DNin01
Copy link
Member

DNin01 commented Feb 21, 2024

Or what if there were two "paint" buttons on the add menu, one for creating a new vector costume and one for creating a new bitmap costume?

@DNin01
Copy link
Member

DNin01 commented Feb 21, 2024

The previously used or most relevant format could also be remembered for the next costume you paint. For example, if the last costume you were editing was a bitmap costume or if the majority of the costumes were in bitmap, the new costume would be bitmap by default. Seems potentially a little complicated, though.

@WorldLanguages
Copy link
Member Author

Or what if there were two "paint" buttons on the add menu, one for creating a new vector costume and one for creating a new bitmap costume?

Integrating that to work with paint-by-default would be a bit painful.
I don't think anyone asked for 2 buttons, I would just make this a new addon that can be toggled by the user as they wish.

@Waakul
Copy link
Contributor

Waakul commented Feb 23, 2024

might work on this

@Joeclinton1
Copy link
Contributor

Joeclinton1 commented Feb 23, 2024

Integrating that to work with paint-by-default would be a bit painful. I don't think anyone asked for 2 buttons, I would just make this a new addon that can be toggled by the user as they wish.

agree with this, because I think the main reason to use this addon is for like if you use Scratch for making animations and you are making alot of frames and want to save time, or art for a game and you only want bitmap art. So you're not really going to be switching between bitmap and vector.

I also think something this small could be made as an option on paint-by-default, and that addon renamed, to something like "customize action menu".

As for how to actually implement this, you need to wait for the costume to be created and a callback called. (if there isn't a callback currently one would need to be added). Then you can just call the "convert to bitmap" function as normal on that costume.

@WorldLanguages
Copy link
Member Author

+1 feedback form (January 30th - I'm catching up with old feedback messages)

@mybearworld mybearworld linked a pull request Mar 10, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new addon Related to new addons to this extension. `scope: addons` should still be added. scope: addon Related to one or multiple addons source: feedback From the feedback page (https://scratchaddons.com/feedback) or the Discord server type: enhancement New feature for the project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants