[Bf-blender-cvs] [4aa5109] master: Point submodules to RC1 tags

2015-03-11 Thread Sergey Sharybin
Commit: 4aa51096a7f7c6b0bcc348aa9d683d96c2ff7ffe Author: Sergey Sharybin Date: Wed Mar 11 20:49:46 2015 +0500 Branches: master https://developer.blender.org/rB4aa51096a7f7c6b0bcc348aa9d683d96c2ff7ffe Point submodules to RC1 tags ==

[Bf-blender-cvs] [b40b643] master: 2.74 splash

2015-03-11 Thread Campbell Barton
Commit: b40b6431c87b2faac813e35df290668c3bd94aef Author: Campbell Barton Date: Thu Mar 12 02:30:22 2015 +1100 Branches: master https://developer.blender.org/rBb40b6431c87b2faac813e35df290668c3bd94aef 2.74 splash by Manu Järvinen =

[Bf-blender-cvs] [124a226] master: 2.74 release: update HTML

2015-03-11 Thread Campbell Barton
Commit: 124a226eaa763f9b806e2ee885ca7bea7756471a Author: Campbell Barton Date: Thu Mar 12 02:33:42 2015 +1100 Branches: master https://developer.blender.org/rB124a226eaa763f9b806e2ee885ca7bea7756471a 2.74 release: update HTML Also remove unneeded metadata ==

[Bf-blender-cvs] [e46dd19] alembic_pointcache: Merge branch 'master' into alembic_pointcache

2015-03-11 Thread Lukas Tönne
Commit: e46dd19911f780a9c254a250ec63fb25f51c48a2 Author: Lukas Tönne Date: Wed Mar 11 13:31:59 2015 +0100 Branches: alembic_pointcache https://developer.blender.org/rBe46dd19911f780a9c254a250ec63fb25f51c48a2 Merge branch 'master' into alembic_pointcache =

[Bf-blender-cvs] [511d8a9] alembic_pointcache: Initial code to support dupli group instancing and overrides through Alembic caches.

2015-03-11 Thread Lukas Tönne
Commit: 511d8a98c590a3d2ce9dc51f19c4986095fd824a Author: Lukas Tönne Date: Wed Mar 11 12:46:33 2015 +0100 Branches: alembic_pointcache https://developer.blender.org/rB511d8a98c590a3d2ce9dc51f19c4986095fd824a Initial code to support dupli group instancing and overrides through Alembic caches. Th

[Bf-blender-cvs] [0a71eea] alembic_pointcache: Nicer info printing support for instances in Alembic files.

2015-03-11 Thread Lukas Tönne
Commit: 0a71eea5f124875f3f9aacbbb007c80c748849d2 Author: Lukas Tönne Date: Wed Mar 11 12:43:46 2015 +0100 Branches: alembic_pointcache https://developer.blender.org/rB0a71eea5f124875f3f9aacbbb007c80c748849d2 Nicer info printing support for instances in Alembic files. This now avoids repetition

[Bf-blender-cvs] [a48d2e6] alembic_pointcache: Fix for invalid ob->data access in case non-mesh objects are in the cached group.

2015-03-11 Thread Lukas Tönne
Commit: a48d2e605c2bc1f5a032ee41d8b97b45ca27949b Author: Lukas Tönne Date: Wed Mar 11 11:42:49 2015 +0100 Branches: alembic_pointcache https://developer.blender.org/rBa48d2e605c2bc1f5a032ee41d8b97b45ca27949b Fix for invalid ob->data access in case non-mesh objects are in the cached group. =

[Bf-blender-cvs] [99ed95b] master: Fix really stupid issue reported by Campbell, code retry to render without VBOs would return prematurely and leak.

2015-03-11 Thread Antony Riakiotakis
Commit: 99ed95bba297ee13e04571b066d17c53503ffe13 Author: Antony Riakiotakis Date: Wed Mar 11 12:18:44 2015 +0100 Branches: master https://developer.blender.org/rB99ed95bba297ee13e04571b066d17c53503ffe13 Fix really stupid issue reported by Campbell, code retry to render without VBOs would return

[Bf-blender-cvs] [72f86ad] master: Fix typo in RNA definition of "shape_key_add"

2015-03-11 Thread Philipp Oeser
Commit: 72f86ad04650e3609434e754140a3281339eeaa1 Author: Philipp Oeser Date: Wed Mar 11 16:15:16 2015 +0500 Branches: master https://developer.blender.org/rB72f86ad04650e3609434e754140a3281339eeaa1 Fix typo in RNA definition of "shape_key_add" Reviewers: sergey Reviewed By: sergey Differentia

[Bf-blender-cvs] [ddb4870] staging-D1173-bmp_low_bitdepth: Fix loading of indexed .bmp files

2015-03-11 Thread Campbell Barton
Commit: ddb487030215800dc5ba9837dc7e806fb793d295 Author: Campbell Barton Date: Wed Mar 11 21:32:00 2015 +1100 Branches: staging-D1173-bmp_low_bitdepth https://developer.blender.org/rBddb487030215800dc5ba9837dc7e806fb793d295 Fix loading of indexed .bmp files D1173 by @rdb Support for 1,2,4 bit

[Bf-blender-cvs] [527302b] master: Fix 8bit BMP palette reading

2015-03-11 Thread Campbell Barton
Commit: 527302bc0b0693b2f5d1ccb567fb532923cd393a Author: Campbell Barton Date: Wed Mar 11 21:26:29 2015 +1100 Branches: master https://developer.blender.org/rB527302bc0b0693b2f5d1ccb567fb532923cd393a Fix 8bit BMP palette reading part of D1173 by @rdb, load BGR -> RGB ==