Blender Git Commits

Blender Git "master" branch commits.

Page: 3285 / 5574

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.
February 21, 2013, 18:07 (GMT)
Increase maximum render resolution from 10000 to 65536.
February 21, 2013, 17:52 (GMT)
Code cleanup:
* Remove some old RNA code for physics engines other than Bullet.
February 21, 2013, 17:46 (GMT)
Code cleanup:
* Removed "rotfrom" from particle RNA/DNA, was not used anywhere.
February 21, 2013, 17:39 (GMT)
Compile fixes for recent code cleanups:
* M_PI was not declared for MSVC.
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.

February 21, 2013, 17:18 (GMT)
style cleanup: 'sizeof foo' --> 'sizeof(foo)', add check in style checking script.
February 21, 2013, 17:16 (GMT)
code cleanup: move 2d bevel list into its own function. (as with 3d bevel)
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).
February 21, 2013, 17:15 (GMT)
code cleanup: rename ScanFillVert.h --> edge_tot, SF_VERT_UNKNOWN --> SF_VERT_AVAILABLE
February 21, 2013, 17:15 (GMT)
use radians for BLF_rotation
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).
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.
February 21, 2013, 17:13 (GMT)
code cleanup: remove references to old bevel code (which has been removed for a while)
February 21, 2013, 17:12 (GMT)
code cleanup: no need to use list(range()), just use range()
February 21, 2013, 17:11 (GMT)
code cleanup: pass mval to ED_view3d_cursor3d_position() rather then event x/y
February 21, 2013, 17:10 (GMT)
code cleanup: remove unused runtime var - World.fastcol
February 21, 2013, 17:10 (GMT)
Cycles:
* Code cleanup, remove deprecated support_advanced_shading() functions. Left over from r43734.
February 21, 2013, 17:08 (GMT)
Cycles Addon:
* Code cleanup
February 21, 2013, 17:07 (GMT)
Blender 2.67 release cycles begin:
* BCon1, alpha. New features, extensive breakage...the usual thing. :)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021