Revision 492d9aa by Peter Larabell 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. |
Revision 1f9adff by Mitchell Stokes 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. |
Revision 565f10a by Campbell Barton July 9, 2012, 23:23 (GMT) |
center node group text button vertically |
Revision 4563d11 by Campbell Barton July 9, 2012, 23:16 (GMT) |
fix warnings/errors in recent raster commit. |
Revision 0b1d5d4 by Campbell Barton July 9, 2012, 23:07 (GMT) |
style cleanup: line length, also comment some unused code |
Revision 689403b by Peter Larabell 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 |
Revision 24f672d by Campbell Barton July 9, 2012, 22:39 (GMT) |
fix for blender naming all new node groups "Missing Datablock" |
Revision df10793 by Campbell Barton 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 |
Revision 954d2a9 by Campbell Barton July 9, 2012, 20:37 (GMT) |
style cleanup: missed previous commit |
Revision 7783b45 by Bastien Montagne July 9, 2012, 20:02 (GMT) |
And arabic is over 60% done too, now! :) |
Revision 62df28a by Campbell Barton July 9, 2012, 19:58 (GMT) |
style cleanup: node drawing |
Revision e66a02e by Campbell Barton July 9, 2012, 19:50 (GMT) |
improve node text alignment with different zoom levels |
Revision 18f28e5 by Bastien Montagne July 9, 2012, 19:33 (GMT) |
Small cleanup... |
Revision a40c367 by Mitchell Stokes July 9, 2012, 18:55 (GMT) |
BGE: Fixing up the error message received when trying to add an object from an active layer. |
Revision 6665cf4 by Campbell Barton July 9, 2012, 17:05 (GMT) |
code cleanup: remove pointless casts (int -> short -> int) |
Revision a1d5261 by Campbell Barton 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. |
Revision 80fa54a by Campbell Barton July 9, 2012, 16:26 (GMT) |
correction to last commit. aspect doesn't need to be calculated every time. |
Revision 4c7f7b6 by Antonis Ryakiotakis 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. |
|
|
|


Master Commits
MiikaHweb | 2003-2021