The Blender Studio website project. https://studio.blender.org/
Go to file
Anna Sirota a622f97bb2 CSV reports: money amounts without currency prefixes
Money amounts are currently prefixed with currency codes everywhere,
including CSVs, which makes it harder to use those in bookkeeping.
This change ensures CSVs have simple decimal money amounts instead.

Note that Studio is now using a separate branch of looper only
containing the above mentioned fix:
https://projects.blender.org/infrastructure/looper/commits/branch/studio-main
This branch can be thrown away after Studio is ready to use looper's
`main`.
2024-06-13 11:59:27 +02:00
assets_shared@4483206960 Fix: Update git submodule assets_shared to v2.0.0-alpha.23 2024-06-11 15:02:44 +02:00
blog UI: Add template blog_toolbar other authors display 2024-05-03 15:09:05 +02:00
characters UI: Move template character detail button download from dropdown to button row 2024-06-03 17:08:34 +02:00
cloud_import Cloud files: minor fixes to the helper script 2022-11-02 17:24:55 +01:00
comments Fix: Fix js comments function postEdit content on submit 2024-04-19 11:19:18 +02:00
common Fix: Change style variable container-max-widths units to px 2024-06-10 21:53:34 +02:00
docs Docs: Update docs web assets migrate guidelines for planning 2024-03-29 13:03:50 +01:00
emails Emails: remove old PayPal "action required" template 2024-06-11 19:00:47 +02:00
films Production logs: skip "broken" assets when fetching contributors 2024-06-11 09:58:07 +02:00
logentry_admin [Admin] Show/search all admin log entries 2021-12-15 16:41:29 +01:00
playbooks Chore: Run post web-assets v2 upgrade script bash helper 2024-03-25 11:27:04 +01:00
profiles Fix migration 0006_post_modify_oauth_user_id 2023-12-14 17:56:11 +01:00
search Fix: JavaScript search card markup conditional film title display 2024-06-03 12:51:48 +02:00
static_assets Admin: keep original file name after S3 upload 2024-05-09 14:22:44 +02:00
stats UI: Migrate template stats to web-assets 2024-03-28 15:34:04 +01:00
studio Remove now unused Blender Store-related settings 2024-06-10 13:57:58 +02:00
subscriptions Deps: update Django from 3.2.16 to 3.2.24 2024-06-11 19:12:44 +02:00
training Fix: Fix templates training home layout search 2024-04-19 16:02:00 +02:00
users Create missing Customer records 2024-06-10 11:08:37 +02:00
.env.example Settings: default to local Blender ID 2024-06-03 13:41:21 +02:00
.eslintignore Fix formatting and global namespace pollution 2020-03-06 09:45:40 +01:00
.eslintrc.js Update eslint 2021-03-11 12:34:12 +01:00
.gitignore Cleanup: Git ignore helpers 2024-01-31 14:25:32 +01:00
.gitmodules Config: Init git submodule web-assets branch v2 upgrade 2024-03-25 11:27:04 +01:00
.pre-commit-config.yaml Hooks: update flake8 URL (the old one is no more) 2023-12-15 10:13:57 +01:00
.prettierignore Fix formatting and global namespace pollution 2020-03-06 09:45:40 +01:00
.prettierrc.js Commits working 2020-02-20 17:45:09 +01:00
.stylelintignore Massive refactor: split into apps 2020-02-26 12:19:22 +01:00
deploy.sh Update deploy.sh 2024-01-31 14:44:43 +01:00
LICENSE Chore: Add LICENSE 2024-04-18 17:19:45 +02:00
manage.py Move envfile loading to settings.py 2023-05-23 15:02:45 +02:00
manage.sh Initial structure 2020-02-13 15:02:28 +01:00
meilisearch-0.24.0 Closes T93325: Upgrade meilisearch to latest stable version 2022-03-04 15:57:23 +01:00
mypy.ini Refactor production log views slightly, exclude tests from mypy 2020-07-02 23:28:29 +02:00
package-lock.json Update eslint 2021-03-11 12:34:12 +01:00
package.json Update eslint 2021-03-11 12:34:12 +01:00
poetry.lock CSV reports: money amounts without currency prefixes 2024-06-13 11:59:27 +02:00
pyproject.toml CSV reports: money amounts without currency prefixes 2024-06-13 11:59:27 +02:00
README.md Installation and deploy playbooks 2022-11-10 00:45:42 +01:00
setup.cfg PEP,flake8: ignore rule conflicting with black 2023-12-15 10:17:34 +01:00
sf_takes_paths.csv Command for uploading Sprite Fright takes 2021-11-23 09:33:42 +01:00
stylelint.config.js Commits working 2020-02-20 17:45:09 +01:00
test.sh Add flake8 and flake8-docstrings (PEP8 and PEP 257) checkers as pre-commit hooks 2020-10-05 15:24:23 +02:00
VERSION Version: Bump from 2.2.6 to 2.2.7 2024-04-23 16:33:23 +02:00
yarn.lock Update yarn.lock 2022-01-22 23:01:12 +01:00

Blender Studio

This is the publishing platform of Blender Studio, available on studio.blender.org.

By subscribing to Blender Studio you support the creation of open content, the development of high-end production tools like Blender and access a unique set of learning and creative resources.

Development

The project is written in Django, with Django templates and some Javascript.

The full developer documentation is in the docs folder.

Table of contents