Skip to content
Snippets Groups Projects
  1. Feb 04, 2014
  2. Nov 02, 2013
  3. Aug 18, 2013
  4. Jul 22, 2013
  5. Jun 14, 2013
  6. Apr 11, 2013
    • Bastien Montagne's avatar
      Small changes to images as planes: · cc9f663c
      Bastien Montagne authored
      *Use absolute as default size mode (dpi with BU is not that nice).
      *Use default plane primitive instead of creating our own square (this way we can be sure things like verts order will always match those of default plane!), request from Christopher Barrett in tracker.
      cc9f663c
  7. Mar 29, 2013
  8. Jan 01, 2013
  9. Dec 19, 2012
  10. Dec 03, 2012
    • Bastien Montagne's avatar
      Some enhancement to how plane size is computed. Now you have three choices... · f3d7438e
      Bastien Montagne authored
      Some enhancement to how plane size is computed. Now you have three choices (absolute, to directly specify the result height, and dpi or dpbu [dots per Blender Unit], to use image definition). Based on an idea and code from mat ali, thanks!
      
      Also fixed correct use of overriden context (not really a bug, but printed annoying warning messages in the console).
      f3d7438e
  11. Aug 01, 2012
  12. Jul 16, 2012
  13. Jun 24, 2012
    • Bastien Montagne's avatar
      Update to import image as planes: · 28f9d813
      Bastien Montagne authored
      *Mostly, makes much more intensive use of Blender's FileSelector, to only show relevant files, and allow any pict/video files when "all" is selected (previously e.g. importing mkv's was impossible!).
      *Style cleaning/refactoring (esp. do not use 'self' for anythin else than a method's object, so made most func member of op class)...
      28f9d813
  14. Jun 23, 2012
  15. May 30, 2012
  16. Mar 24, 2012
  17. Mar 14, 2012
  18. Jan 31, 2012
  19. Jan 14, 2012
  20. Dec 31, 2011
  21. Nov 24, 2011
  22. Oct 04, 2011
  23. Sep 23, 2011
  24. Sep 19, 2011
  25. Aug 27, 2011
    • Thomas Dinges's avatar
      Addon UI Cleanup, Part 2 · f4768033
      Thomas Dinges authored
      * You only have to do layout.prop if you want 1 property, no need for row then!
      * Use col, row, sub as variable names, not colsub, rowsub, row2 etc please.
      * Povray Addon: Still used a lot of splits, you need no split when you only have 1 column! 
      f4768033
  26. Jul 25, 2011
  27. May 28, 2011
  28. May 16, 2011
  29. Mar 19, 2011
  30. Feb 11, 2011
  31. Feb 08, 2011
  32. Feb 07, 2011
  33. Feb 05, 2011
  34. Jan 14, 2011
  35. Jan 08, 2011
  36. Dec 23, 2010
    • Luca Bonavita's avatar
      == formatting == · e7f0b7f3
      Luca Bonavita authored
      - in wiki page urls: "File_I-O/"     -> "Import-Export/"
      - in categories:     "Import/Export" -> "Import-Export"
      - 1 tab to 4 spaces
      - some tuple formatting, just to be very picky :P
      
      e7f0b7f3
  37. Dec 19, 2010
    • Florian Meyer's avatar
      basically completely recoded in order to use add_utils and io_utils. Also the... · e160a726
      Florian Meyer authored
      basically completely recoded in order to use add_utils and io_utils. Also the rest of the thing is recoded. Since this was like my first script this new version is much more readable and easier to debug. As a bonus there is also a new option to align the planes in a row on import to justify a version bumb. I think i tested everything and it should be bug free. Hopefully :)
      e160a726
  38. Dec 08, 2010
Loading