[Bf-committers] Challenges for distributed rendering

Campbell Barton ideasman42 at gmail.com
Tue Aug 5 19:14:00 CEST 2014


> Also, I learned that there are actually 'packed libraries'. Is there a
> way, from Python, to know whether a library object is a 'packed library'?

Committed https://developer.blender.org/rBb37b3171734b22f649e3de205377fe7e994a407c

eg:

  print(bpy.data.libraries[0].packed_data is None)


More information about the Bf-committers mailing list