This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenloader/intern
Campbell Barton d1a211188b property change reporting now uses the context again, rather then checking a dir() on context, hard-code common paths.
eg:
  bpy.context.scene.render.resolution_x = 1921
  bpy.context.object.data.use_auto_smooth = True
  bpy.context.object.active_material.diffuse_intensity = 1
  bpy.context.scene.world.exposure = 0.1

also remove duplicate GS() defines
2013-01-22 04:24:01 +00:00
..
2013-01-13 12:25:56 +00:00
2012-12-27 15:07:19 +00:00
2012-08-04 12:30:16 +00:00
2012-12-26 13:05:39 +00:00
2013-01-13 12:25:56 +00:00