Blender Git Commit Log

Git Commits -> Revision 589ce4a

Revision 589ce4a by Willian Padovani Germano (master)
April 21, 2005, 19:44 (GMT)
BPython:
- based on a request by Campbell (he also provided a patch for scene.Layer) access to layers was improved a little, keeping the old method (ob.Layers is a bitmask) and adding the nicer one (ob.layers is a list of ints). Done for objects and scenes. House-cleaning: .Layer was renamed to .Layers (actually just using strncmp instead of strcmp, so both work, same done for Window.ViewLayers).
- finally committing patch by Ken Hughes to let .clearScriptLinks() accept a parameter (list of strings) to clear only specified texts.
- doc updates and fixes (JMS reported a problem in nmesh.transform() example code).

Thanks all who contributed.

Commit Details:

Full Hash: 589ce4a005ce16c5a628cd51819e20623a23c891
SVN Revision: 4282
Parent Commit: c5214c1
Lines Changed: +661, -351

24 Modified Paths:

/release/scripts/bpymodules/BPyRegistry.py (+10, -4) (Diff)
/source/blender/python/api2_2x/Camera.c (+7, -10) (Diff)
/source/blender/python/api2_2x/doc/API_intro.py (+2, -2) (Diff)
/source/blender/python/api2_2x/doc/API_related.py (+67, -43) (Diff)
/source/blender/python/api2_2x/doc/Blender.py (+2, -1) (Diff)
/source/blender/python/api2_2x/doc/Camera.py (+6, -5) (Diff)
/source/blender/python/api2_2x/doc/Lamp.py (+6, -5) (Diff)
/source/blender/python/api2_2x/doc/Material.py (+6, -5) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+1, -1) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+33, -9) (Diff)
/source/blender/python/api2_2x/doc/Registry.py (+59, -42) (Diff)
/source/blender/python/api2_2x/doc/Scene.py (+54, -5) (Diff)
/source/blender/python/api2_2x/doc/Window.py (+4, -1) (Diff)
/source/blender/python/api2_2x/doc/World.py (+8, -7) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+103, -22) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+3, -4) (Diff)
/source/blender/python/api2_2x/Lamp.c (+9, -11) (Diff)
/source/blender/python/api2_2x/Material.c (+10, -15) (Diff)
/source/blender/python/api2_2x/NMesh.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Object.c (+93, -26) (Diff)
/source/blender/python/api2_2x/Scene.c (+137, -104) (Diff)
/source/blender/python/api2_2x/Window.c (+29, -17) (Diff)
/source/blender/python/api2_2x/windowTheme.c (+4, -1) (Diff)
/source/blender/python/api2_2x/World.c (+7, -10) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021