-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
A sample Adobe Illustrator file to help artists get started #2433
Conversation
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.
@Dgilliams This is awesome! Would you mind moving the file to a new subdirectory in avatar/
like design
or something similar? templates
are specifically Django templates that are processed by the templating engine. We might even want to consider moving this to a subdirectory in the docs/
directory. 🤔 Additionally, can you PR the same on https://github.com/gitcoinco/creative ?
Codecov Report
@@ Coverage Diff @@
## master #2433 +/- ##
==========================================
- Coverage 29.22% 29.13% -0.09%
==========================================
Files 147 148 +1
Lines 11872 11929 +57
Branches 1605 1616 +11
==========================================
+ Hits 3469 3475 +6
- Misses 8285 8336 +51
Partials 118 118
Continue to review full report at Codecov.
|
@mbeacom you got it! :) |
Could not review pull request. It may be too large, or contain no reviewable changes. |
@Dgilliams I updated the original URL after I posted it. https://github.com/gitcoinco/creative should be public and available. I think @PixelantDesign has some recommendations as well, so you could probably wait for her followup before PRing there, though. |
Could not review pull request. It may be too large, or contain no reviewable changes. |
Could not review pull request. It may be too large, or contain no reviewable changes. |
red hair should be an option imo :) #gingerpride |
Could not review pull request. It may be too large, or contain no reviewable changes. |
app/avatar/utils.py
Outdated
@@ -82,14 +82,21 @@ def get_avatar_context(): | |||
'title': 'Pick a hairstyle', | |||
'options': (['None', '0'], ['None', '1'], ['None', '2'], ['None', '3'], ['None', '4'], | |||
['5', 'None'], ['6-back', '6-front'], ['7-back', '7-front'], ['8-back', '8-front'], | |||
['9-back', '9-front'], ['None', '10']) | |||
['9-back', '9-front'], ['None', '10'], | |||
['damos_hair-back'. 'damos_hair-front'], |
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.
E999 SyntaxError: invalid syntax
@mbeacom is the new directory ok? |
@Dgilliams This looks great! Would definitely be helpful for designers like me to work on avatar bounties without starting from scratch. Also love how you put the default color schemes, grid, strokes from the styleguide. The attention to detail is much appreciated. 😊 Few comments from me:
Let me know if you need any help? Can't wait to push this through the finish line 🤩 |
@willsputra You're very welcome. I hope it gives you and others the courage to jump in and start creating. I appreciate the nitpicky-ness :) I'll fix those real quick. Keep the notes coming! There are other things I'd like to make better as I make other assets for the generator, but I wanted to get it out there quickly for others to use. This file can still be much better. The art on top was left as default as an example so others can see how the shapes and outlines should be before exporting. It's pretty quick to delete what's there and save your own template file. This did just make me wonder... should there be two files? one as a blank template and the other is an example? Remember to select "size to artboard" when exporting any svg assets :D |
…ve base options to design alongside.
@willsputra file is updated. I left the art in there, lol I actually added more for a little variety. I realized as I was deleting it all down to the base that it's nice to have something to start with. ex: If I only want to design eyes, I don't want to need to import hair to see how it looks among other assets. |
@Dgilliams wow that was fast! :) this looks good to me. @PixelantDesign any comments? |
…ter striped shirt implementation.
@ALL, finally got my docker instance working right. I swear I did the same steps the other day and it wouldn't launch. Don't pull this in yet. I found a few things that need adjustments. |
… for the inverted mohawk but I kinda like it with the red streak. Lmk if we should keep it. Still having an issue with facial hair not showing up tho...
@ALL, @PixelantDesign, @willsputra |
Thanks @Dgilliams! |
Awesome @Dgilliams! |
No problem 🤘🤓 @PixelantDesign @willsputra |
Description
A starting point for beginner artists with prenamed layers and artboard dimensions set.
The overlays from the design guide are included as hidden layers with partial opacity. Toggle the visibility of these with the eyeball next to their layer name.
Checklist
Affected core subsystem(s)
none
Testing
none
Refers/Fixes
open to suggestion!