Blender Git Commits

Blender Git "master" branch commits.

Page: 3542 / 5574

July 10, 2012, 04:51 (GMT)
some code refactors in raskter.c to sync it with build where mask tiling is being developed. Also adds a bit more mask tiling code.
July 10, 2012, 02:05 (GMT)
Fix for a crash caused by ReplaceMesh changing an objects physics shape. CcdShapeConstructionInfo::UpdateMesh() would change the CcdShapeConstructionInfo's m_meshObject, but didn't change m_meshShapeMap, which means the CcdShapeConstructionInfo object's destructor would not find it's m_meshObject in the m_meshShapeMap. This leaves some nasty dangling pointers laying around which caused issues if the scene was re-run, or the scene was changed to one that also had the mesh.

Note: This fix could cause other issues with shared physics meshes. In general, we may want to re-evaluate how we handle updating potentially shared physics meshes.
July 9, 2012, 23:23 (GMT)
center node group text button vertically
July 9, 2012, 23:16 (GMT)
fix warnings/errors in recent raster commit.
July 9, 2012, 23:07 (GMT)
style cleanup: line length, also comment some unused code
July 9, 2012, 22:57 (GMT)
updating raskter to support tiles compositor. this commit puts in some groundwork code to support tiles's pixel processor
Revision f3fa963 by Gaia Clary
July 9, 2012, 22:41 (GMT)
Fixed an exception during image export when a source image does not exist in the file system
July 9, 2012, 22:39 (GMT)
fix for blender naming all new node groups "Missing Datablock"
July 9, 2012, 22:16 (GMT)
rename BLI_getQuotedStr --> BLI_str_quoted_substrN to make it more clear its doing an allocation.
Revision 3c0579a by Gaia Clary
July 9, 2012, 21:57 (GMT)
Removed unneeded variable from Image Exporter
July 9, 2012, 20:37 (GMT)
style cleanup: missed previous commit
July 9, 2012, 20:02 (GMT)
And arabic is over 60% done too, now! :)
July 9, 2012, 19:58 (GMT)
style cleanup: node drawing
July 9, 2012, 19:50 (GMT)
improve node text alignment with different zoom levels
July 9, 2012, 19:33 (GMT)
Small cleanup...
July 9, 2012, 18:55 (GMT)
BGE: Fixing up the error message received when trying to add an object from an active layer.
July 9, 2012, 17:05 (GMT)
code cleanup: remove pointless casts (int -> short -> int)
July 9, 2012, 16:51 (GMT)
fix node drawing glitch where text alignment for output sockets would move the text X axis twice as much as it should have.
July 9, 2012, 16:26 (GMT)
correction to last commit. aspect doesn't need to be calculated every time.
July 9, 2012, 16:12 (GMT)
Fix for #31962, changes image ignores correct aspect ratio. Made
unwrapper flush the correct aspect flag to mtpoly after unwrap. Faces
that have been unwrapped with correct aspect option will fix their
aspect each time a different image is assigned to them. I hope fix works
100%, I can't say that I really understood the bizarre aspect ratio
system.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021