Go to file
Campbell Barton 92ed90d2fa pyapi feature from 2.4x
allow collection subscript to contain the library or None.

eg:

  bpy.data.objects["Mesh", "/subsurf_test.blend"]

  bpy.data.scenes["Scene", None]

  # also works with get()
  bpy.data.armatures.get(("some_armature", "//some_lib.blend"), None)
2011-11-17 08:47:34 +00:00
build_files pass encoding to uses of decode() incase the default isnt utf-8. ignore decode errors in some cases. 2011-11-17 04:05:54 +00:00
doc pass encoding to uses of decode() incase the default isnt utf-8. ignore decode errors in some cases. 2011-11-17 04:05:54 +00:00
extern Camera tracking: forbid focal length=0 and small code cleanup 2011-11-16 10:00:02 +00:00
intern minor cleanup 2011-11-16 16:38:37 +00:00
release pass encoding to uses of decode() incase the default isnt utf-8. ignore decode errors in some cases. 2011-11-17 04:05:54 +00:00
source pyapi feature from 2.4x 2011-11-17 08:47:34 +00:00
CMakeLists.txt rename cmake WITH_OCEANSIM --> WITH_MOD_OCEANSIM and tag CYCLES_CUDA_BINARIES_ARCH as advanced. 2011-11-13 14:16:43 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile allow passing vars to cmake from our makefile 2011-11-13 14:29:17 +00:00
SConstruct Scons: make sure fftw is enabled when ocean_mod is compiled 2011-11-14 12:55:46 +00:00