This website requires JavaScript.
Explore
Help
Register
Sign In
Cr8-xyz
/
blender
Watch
1
Star
0
Fork
0
You've already forked blender
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
82c86af7f7b37e940748e99efe3b19fd5b92d6ca
blender
/
release
/
scripts
/
startup
History
Bastien Montagne
82c86af7f7
Bunch of fixes for py ui messages (all those using 'formating' were not translated previously, now they use bpy.app.translations.pgettext). Also pleas avoid complex py statements in 'text' values (like 'text="foo" if cond else "bar"'), thes make message extraction script fails!
...
And another "final point in UI message" removal!
2013-02-09 18:26:40 +00:00
..
bl_operators
code cleanup: use exist_ok keyword arg to os.makedirs() rather then checking if the dir exists first.
2013-02-07 04:02:24 +00:00
bl_ui
Bunch of fixes for py ui messages (all those using 'formating' were not translated previously, now they use bpy.app.translations.pgettext). Also pleas avoid complex py statements in 'text' values (like 'text="foo" if cond else "bar"'), thes make message extraction script fails!
2013-02-09 18:26:40 +00:00
keyingsets_builtins.py
Adding Scale Visual keying (and de-duplicated part of the code returning visual values to key).
2012-12-23 10:51:48 +00:00