blender/release/scripts
Campbell Barton 9dbe85c17e expose common extensions for image/movie/audio types, since python scripts had to do this internally.
- bpy.path.extensions_image
- bpy.path.extensions_movie
- bpy.path.extensions_audio

eg:

  if os.path.splitext(filename)[1].lower() in bpy.path.extensions_image:
      ... we have an image ...
2013-01-04 03:47:37 +00:00
..
modules expose common extensions for image/movie/audio types, since python scripts had to do this internally. 2013-01-04 03:47:37 +00:00
presets update themes 2012-12-16 05:48:27 +00:00
startup fix [#33715] Dirty Vertex Colors display problem since 2.65a 2013-01-03 07:01:41 +00:00
templates_osl OSL Templates: remove unnecessary stdosl.h include. 2012-12-30 10:37:32 +00:00
templates_py add templates menu for OSL, use preprocessor directive color for decorators in python. 2012-12-30 01:39:55 +00:00