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

3.6 cherrypicks #9936

Merged
merged 33 commits into from
Sep 10, 2024
Merged

3.6 cherrypicks #9936

merged 33 commits into from
Sep 10, 2024

Conversation

mhilbrunner
Copy link
Member

A bunch of 3.6 cherry-picks. :) Hooray.

konczg and others added 30 commits September 10, 2024 13:40
* Warn about non-tool plugin scripts in C#

- Add warning about C# plugins not reloaded when they are not tools
- Add `[Tool]` attribute to plugin scripts in examples so they are not lost on reload
Under USING RESET tracks, it said the "Apply Reset" option was in the "Animation" dropdown menu.  It's actually located in the "Edit" dropdown menu.
"Once you have a diagram, we recommended creating a scene"
should be:
"Once you have a diagram, we recommend creating a scene"
I changed the path to the correct one. The previous one led to a non-existent location.
…pment

The previously linked issue is now closed.
Update physics material info on instancing page
One too many open curly bracket "{".

Wrong
        public void PrintMe() {

Correct
        public void PrintMe()
Low processor mode has been working correctly on mobile since 3.5
at least.
RTD decided to normalize language codes such as `zh_CN` and `pt_BR`
to `zh-cn` and `pt-br`, apparently because it makes URLs prettier...
https://blog.readthedocs.com/language-codes-are-now-normalized/

But they didn't take into account that Sphinx doesn't do the same,
and still requires `zh_CN` and `pt_BR` for its `language` config value.

So we have to convert it back in `conf.py`, otherwise this breaks our
i18n logic, notably to handle the localized class reference and images.
Keeps document consistent throughout
Useful if someone has created a PR from the wrong branch
This was referenced Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.