Go to file
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
build_files Patch from Ejner Fergo: enhancements to install_deps.sh. 2013-01-03 15:35:46 +00:00
doc patch [#33609] Syntax highlighting for OSL in Text Editor 2012-12-29 18:25:03 +00:00
extern add option WITH_SYSTEM_BULLET to link against the bullet installation found on the system. 2013-01-03 00:23:52 +00:00
intern Fix CUDA build error after last commit, and remove some comments. 2013-01-03 13:18:35 +00:00
release expose common extensions for image/movie/audio types, since python scripts had to do this internally. 2013-01-04 03:47:37 +00:00
source expose common extensions for image/movie/audio types, since python scripts had to do this internally. 2013-01-04 03:47:37 +00:00
CMakeLists.txt CMake: Looks like a period sneaked into r53515, which caused CMake to fail. 2013-01-03 00:35:42 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile code cleanup: comment unused members of bmesh operator slots and some osl style edits. 2012-11-20 14:31:58 +00:00
SConstruct patch [#33331] Time To Start Moving To Stdbool 2013-01-01 12:47:58 +00:00