Revision df4d7b0 by Campbell Barton February 16, 2010, 19:41 (GMT) |
fix for make proxy, was checking dupligroup when it wasnt needed. |
Revision 0b3dfc4 by Campbell Barton February 16, 2010, 19:27 (GMT) |
pyrna, adding back foreach functions from collections. they are needed! |
Revision ad01c90 by Brecht Van Lommel February 16, 2010, 19:24 (GMT) |
Revert render slots commit for release, I can't find the bug or even redo it myself, there will still be render slots just old implementation. |
Revision a4c0109 by Campbell Barton February 16, 2010, 19:22 (GMT) |
extension copying operator and fix in displaying extensions with no docstring |
Revision f809cb6 by Brecht Van Lommel February 16, 2010, 18:58 (GMT) |
Last minute fixes for render crash. |
Revision eb7d865 by Ton Roosendaal February 16, 2010, 18:16 (GMT) |
2.51: second commit, splash png and Makefile fix |
Revision 8ca226a by Ton Roosendaal February 16, 2010, 18:15 (GMT) |
2.51 (2.5 alpha 1) first commit. With original durian render even! |
Revision 7e5d275 by Andrea Weikert February 16, 2010, 18:12 (GMT) |
compile fixes for MSVC! * function must return value! * missing _USE_MATH_DEFINES for M_PI |
Revision 4405b01 by Campbell Barton February 16, 2010, 18:03 (GMT) |
minor adjustment to BLI_uniquename, the last extension is used so "A.B.001" --> "A.B.002" rather then "A.001" |
Revision 57308d8 by Campbell Barton February 16, 2010, 17:58 (GMT) |
[#21102] Nonunique ID names in sequencer! now uniqute names are ensured with recursive name checking on the scene |
Revision 24a0eec by Brecht Van Lommel February 16, 2010, 17:07 (GMT) |
Fix user preferences window contents being shifted to the left. |
Revision aefe9be by Campbell Barton February 16, 2010, 16:47 (GMT) |
[#18961] Use const char * where appropriate (2.5) from Sean Bartell (wtachi) added own changes bpy_props.c |
Revision ed540dd by Damien Plisson February 16, 2010, 16:38 (GMT) |
Cocoa : mem leak fix This fixes the mem leak part of bug report #21186 |
Revision 2036a26 by Campbell Barton February 16, 2010, 16:32 (GMT) |
[#21182] Make proxy for object without group crash Blender. from Banlu Kemiyatorn (suchness), modified with more error messages. |
Revision bc9b873 by Campbell Barton February 16, 2010, 15:59 (GMT) |
bugfix [#20480] crash/lock-up for certain aspect ratios |
Revision 2061f91 by Brecht Van Lommel February 16, 2010, 15:49 (GMT) |
Render Slots: change the implementation by moving it from the render to the image code, this should be clearer and makes reusing the Render struct later on easier. |
Revision bd638da by Brecht Van Lommel February 16, 2010, 15:45 (GMT) |
Texture Nodes: * Remove the manual OSA method but rather pass on derivatives to the textures. This means that at the moment e.g. the bricks node is not antialiased, but that image textures are now using mipmaps. Doing oversampling on the whole nodetree is convenient but it is really the individual textures that can do filtering best and quickest. * Image textures in a texture node tree were not color corrected and did not support 2d mapping, now it's passing along shadeinput to make this possible. Would like to avoid this but not sure how. * Fix preview not filling in all pixels when scaling or rotating in the texture nodes. |
Revision 768f20d by Campbell Barton February 16, 2010, 15:01 (GMT) |
update for missing docs & dont include operator classes in sphinx docs. |
Revision 56b8e37 by Campbell Barton February 16, 2010, 13:57 (GMT) |
bugfix [#20938] Moving shape keys doest not correct the blend basis. |
Revision a789942 by Campbell Barton February 16, 2010, 13:13 (GMT) |
ignore scripts that are loaded twice rather then raising an error. |
|