Revision 2f69029 by Brecht Van Lommel February 21, 2013, 18:07 (GMT) |
bf-members.txt encoding changed from Mac Roman to UTF-8 so it displays properly cross platform, patch by Lawrence D'Oliveiro. |
Revision ebc456f by Brecht Van Lommel February 21, 2013, 18:07 (GMT) |
Increase maximum render resolution from 10000 to 65536. |
Revision 127c2bb by Thomas Dinges February 21, 2013, 17:52 (GMT) |
Code cleanup: * Remove some old RNA code for physics engines other than Bullet. |
Revision b25ba60 by Thomas Dinges February 21, 2013, 17:46 (GMT) |
Code cleanup: * Removed "rotfrom" from particle RNA/DNA, was not used anywhere. |
Revision a31a93c by Thomas Dinges February 21, 2013, 17:39 (GMT) |
Compile fixes for recent code cleanups: * M_PI was not declared for MSVC. |
Revision 0a6e8a4 by Howard Trickey February 21, 2013, 17:29 (GMT) |
Enable new bevel tool code in bevel modifier. Now modifier takes a segments parameter. Bevel edge weights will multiply the overall amount. For vertex-only, you can give a vertex group name, and the weights in that will multiply the overall amount. |
Revision 091d86b by Campbell Barton February 21, 2013, 17:18 (GMT) |
style cleanup: 'sizeof foo' --> 'sizeof(foo)', add check in style checking script. |
Revision c84e4da by Campbell Barton February 21, 2013, 17:16 (GMT) |
code cleanup: move 2d bevel list into its own function. (as with 3d bevel) |
Revision d4c9702 by Thomas Dinges February 21, 2013, 17:16 (GMT) |
Cycles GPU Rendering: * Make Cycles aware of sm_35 (Tesla K20, GeForce GTX TITAN). The CUDA Toolkit 5.0 is needed for that and this is not officially used yet, but people with access to such cards can start testing. (just build sm_35 kernels). |
Revision 25fe5c2 by Campbell Barton February 21, 2013, 17:15 (GMT) |
code cleanup: rename ScanFillVert.h --> edge_tot, SF_VERT_UNKNOWN --> SF_VERT_AVAILABLE |
Revision 60c1a78 by Campbell Barton February 21, 2013, 17:15 (GMT) |
use radians for BLF_rotation |
Revision 8dca501 by Campbell Barton February 21, 2013, 17:14 (GMT) |
code cleanup: remove ctrl option from FONT_OT_line_break (which in fact wasn't mapped to ctrl), it would add in a non printable character '1' / ascii-SOH, traced back to original commit and theres no comments about this or mentions as to what its supposed to do). |
Revision dc90ce5 by Thomas Dinges February 21, 2013, 17:14 (GMT) |
Cycles GPU rendering: * Deprecate computing capability 1.3 (sm_13) This commit disables auto build of sm_13 CUDA platform, which means that starting with Blender 2.67, we don't support sm_13 devices anymore. It has become difficult to support that and it was already feature incomplete (no render-passes, AO, Multi Closure etc). It's still possible to manually enable sm_13 for own tests, but building might break in the future. |
Revision ac6e448 by Campbell Barton February 21, 2013, 17:13 (GMT) |
code cleanup: remove references to old bevel code (which has been removed for a while) |
Revision 6869ea8 by Campbell Barton February 21, 2013, 17:12 (GMT) |
code cleanup: no need to use list(range()), just use range() |
Revision 13670e1 by Campbell Barton February 21, 2013, 17:11 (GMT) |
code cleanup: pass mval to ED_view3d_cursor3d_position() rather then event x/y |
Revision 9a86abd by Campbell Barton February 21, 2013, 17:10 (GMT) |
code cleanup: remove unused runtime var - World.fastcol |
Revision a239700 by Thomas Dinges February 21, 2013, 17:10 (GMT) |
Cycles: * Code cleanup, remove deprecated support_advanced_shading() functions. Left over from r43734. |
Revision 3df2b93 by Thomas Dinges February 21, 2013, 17:08 (GMT) |
Cycles Addon: * Code cleanup |
Revision d2efd72 by Thomas Dinges February 21, 2013, 17:07 (GMT) |
Blender 2.67 release cycles begin: * BCon1, alpha. New features, extensive breakage...the usual thing. :) |
|
|
|


Master Commits
MiikaHweb | 2003-2021