Blender Git Commits

Blender Git commits from all branches.

Page: 2576 / 2888

August 4, 2014, 07:43 (GMT)
Create sphere collision shapes for the hair point ghost objects.

NOTE: Bullet sphere collision shapes are created directly in the hair
code atm, bypassing the RBI API! This should be resolved eventually,
using the API everywhere instead of directly accessing Bullet. The
problem is that collision shapes in Bullet are an abstract base class,
the actual types are subclasses, which are difficult to handle nicely
in a C API ...
August 3, 2014, 18:38 (GMT)
GLX and WGL should now build when using WITH_SYSTEM_GLEW=ON or WITH_GLEW_ES=OFF
August 3, 2014, 17:13 (GMT)
scene conversion: style cleanup
August 3, 2014, 16:38 (GMT)
Merge branch 'master' into soc-2014-viewport_context
August 3, 2014, 15:45 (GMT)
closing file correctly
August 3, 2014, 14:52 (GMT)
Bring back extrude menu (was removed on earlier iteration of the code,
no need to have this anymore)
August 3, 2014, 13:16 (GMT)
Better naming for compressed keyblock vertices-related stuff

(No 'real' changes)
August 2, 2014, 18:14 (GMT)
rename ui_pie -> ui_(but/block)_pie
August 2, 2014, 16:28 (GMT)
set UI_RADIAL_NONE to -1 so we can use the enum to undex arrays
August 2, 2014, 16:17 (GMT)
minor formatting
August 2, 2014, 16:15 (GMT)
Minor edits to draw_disk_shaded
August 2, 2014, 16:14 (GMT)
replace switches with lookups
August 2, 2014, 16:11 (GMT)
Hide Center Points option if not in object mode
August 2, 2014, 15:56 (GMT)
Basic support for Bullet GhostObjects in the rigidbody API and the hair
system.

These ghost objects are pure collision objects (without rigid body
dynamics) which can be used to retrieve collision info from Bullet and
use it in the hair solver.
August 2, 2014, 15:26 (GMT)
Attempt to support retina also cleanup on identifier
August 2, 2014, 13:56 (GMT)
Merge remote-tracking branch 'origin/master' into soc-2014-bge
August 2, 2014, 13:24 (GMT)
Updated extern/glew GLEW to the latest (1.10.0)
August 2, 2014, 13:04 (GMT)
Cycles: Avoid some NULL checks and conditions in volume sampling code.

* Avoid segment NULL check in kernel_branched_path_volume_connect_light(), we access it before the function call already.
* Avoid SD_SCATTER flag check in kernel_volume_decoupled_scatter(), we check for this before already.
August 2, 2014, 12:39 (GMT)
Merge remote-tracking branch 'origin/master' into soc-2014-cycles
August 2, 2014, 12:38 (GMT)
Cleanup: Don't check ls.pdf here, we already check for it in direct_emission().
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021