Skip to content
Snippets Groups Projects
  1. Aug 06, 2013
  2. Jul 23, 2013
  3. Apr 21, 2013
  4. Apr 19, 2013
  5. Apr 18, 2013
  6. Apr 15, 2013
  7. Apr 12, 2013
  8. Apr 09, 2013
  9. Mar 19, 2013
  10. Feb 27, 2013
    • Bastien Montagne's avatar
      Various small enhancements/fixes. · a8b360da
      Bastien Montagne authored
      Most notable difference from now on will be that all py is handled from current blender's resource dirs, no more from source dir. Better for consistency, and avoid e.g. cycles' addon to be checked twice...
      a8b360da
  11. Feb 24, 2013
    • Bastien Montagne's avatar
      Big i18n tools update, II/II. · b39c8c26
      Bastien Montagne authored
      Now everything should be done with ui_translate addon (which is also now fully functional again, in theory ;) ).
      
      Notes:
      * Everything is still a bit raw and sometimes hackish.
      * Not every feature implemented yet.
      * A bunch of cleanup is still needed.
      * Doc needs to be updated too!
      b39c8c26
  12. Feb 17, 2013
  13. Dec 19, 2012
  14. Sep 26, 2012
  15. Jul 29, 2012
  16. Jul 10, 2012
  17. Jul 09, 2012
    • Bastien Montagne's avatar
      UI translation from inside Blender UI: second part. · d7df4042
      Bastien Montagne authored
      This is the py addon to use for embeded Blender ui translation. It can edit various UI elements' messages and tips, save the changes to the relevant po, "compile" a new mo placed into user's datafiles dir, and erase that same files (to get back "official" translations).
      
      Notes:
      * Still work in progress. Most likely some remaning bugs (even though it works quite well for me)...
      * All UI elements in Blender aren't translatable this way (e.g. panel labels just don't react to right mouse clicks currently...)
      * RTL languages won't work as well as others, still have to implement some kind of revert-RTL process...
      * Having a nicer way than editing user_settings.py in modules/bl_i18n_utils to set up needed parameters is mandatory! Will try to use some kind of user preferences in user's config dir.
      
      And a whole doc to write! :/
      d7df4042
Loading