-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
turn bare materials into objects #47015
Conversation
Ok, then can you please move these scripts into a separate PR? I think they should be reviewed together and not with the JSON data changes. It would've been fine if it was only one script but since you are adding scripts that are just a slightly different copies of each other I believe they should be grouped in one PR. |
It would be easier to review the JSON data changes if the likely-final version of the script had already been run (no worries about getting overwritten). For items, I've already spotted at least a few that could use "str_sp" instead of "str", for instance. |
yeah I don't mind them being different, they do different things, only part you really have to look at is below, but if you only look at this part, and compare. they are not the same.
|
i think this is a reply to my bare name pr #46964 |
the py here need edited/updated to actually do only ammo but I don't think it matters |
The summary section should be either
or
(as it may not be a change worth mentioning to users, not sure). My PR that removed the requirement of the |
don't believe that its on my end why continuous-integration/travis-ci/pr is failing |
It isn't; see #47022. |
Summary
Infrastructure "JSON: turn materials represented by a string into objects"
Purpose of change
some materials are still bare this script fixes them
Describe the solution
run the script
Describe alternatives you've considered
leave as is, currently still works
Testing
none needed as this is seen all over.