Revision 53096eb by Campbell Barton May 5, 2011, 22:41 (GMT) |
add zlib include dir for cmake too. |
Revision dfedec8 by Dalai Felinto May 5, 2011, 18:50 (GMT) |
fix to scons after exotic was removed (patch from jms) |
Revision 2137e2e by Janne Karhu May 5, 2011, 17:07 (GMT) |
Fix for [#27294] Subframes cause dampened particles to behave differently * The unphysical particle damping wasn't scaled according to the timestep. |
Revision 53a2f11 by Campbell Barton May 5, 2011, 15:21 (GMT) |
fix [#27285] Renderslot missing scale fixes size header buttons by DPI |
Revision 05a78ba by Campbell Barton May 5, 2011, 14:45 (GMT) |
sphinx api docs: fix for addons linking to the wrong operator SVN url's. also change from blender from 'release' back to beta so new docs don't overwrite the 2.57b release docs. |
Revision 3e949dd by Campbell Barton May 5, 2011, 14:21 (GMT) |
remove exotic.c, there was no operators to access these formats and they were not well maintained. |
Revision c18c605 by Brecht Van Lommel May 5, 2011, 13:51 (GMT) |
Cycles: two 32 bit fixes with help from IRC user Agiofws. |
Revision b25346a by Brecht Van Lommel May 5, 2011, 10:14 (GMT) |
Revision 61fdadb by Brecht Van Lommel May 5, 2011, 09:43 (GMT) |
Cycles refactoring: put external engine code into separate file. |
Revision fbe17e0 by Campbell Barton May 4, 2011, 20:42 (GMT) |
Revision 5ed5c74 by Campbell Barton May 4, 2011, 17:36 (GMT) |
new rna api call: RNA_struct_idprops_unset(op->ptr, "someprop"), added to allow un-setting operator properties. |
Revision 6778ea3 by Brecht Van Lommel May 4, 2011, 15:22 (GMT) |
Cycles: rename UV geometry node output to Parametric to avoid confusion with uv texture coordinates. |
Revision 015a32d by Campbell Barton May 4, 2011, 15:09 (GMT) |
new BLF functions - BLF_height_max - BLF_width_max - BLF_descender - BLF_ascender use for tooltip and image stamp. |
Revision cf00171 by Brecht Van Lommel May 4, 2011, 14:01 (GMT) |
Cycles: fix for UV texture coordinates lookup with more than one mesh, bug in corner attribute storage. |
Revision d000103 by Sergey Sharybin May 4, 2011, 13:15 (GMT) |
Own TODO item: sculpting on constructive modifiers - Constructive modifiers are enabled by default in sculpt mode. - There's option to disable all constructive modifiers in the "Options" panel of toolbox in sculpt mode, - Use one column in options panel to make strings easier to read - No modifiers would still be applied on multires |
Revision 5d1fdb7 by Campbell Barton May 4, 2011, 12:59 (GMT) |
drawing in 3d camera view conversion between mouse/camera view border was broken. |
Revision b9076b8 by Campbell Barton May 4, 2011, 12:00 (GMT) |
pass colors to glColor as vectors where possible. |
Revision f56aa76 by Brecht Van Lommel May 4, 2011, 09:58 (GMT) |
Cycles: some more windows build fixes, based on patch by Francisco De La Cruz. |
Revision 0651b9f by Brecht Van Lommel May 4, 2011, 09:41 (GMT) |
Cycles: fix scene not updating for animation render, patch by David Rodriguez Garcia. |
Revision 5a0dca4 by Campbell Barton May 4, 2011, 08:44 (GMT) |
fix 2 bugs with addon installation - installing an addon which creates a new script directory didn't add this to the sys.path. - installing the addon was meant to set the search string to the addon name but was broken. |
|