blender/source/blender
2013-04-16 15:35:01 +00:00
..
avi style cleanup: 2013-03-26 07:29:01 +00:00
blenfont oversight on scons, this should fix. 2013-04-12 17:59:38 +00:00
blenkernel fix for BKE_bmbvh_ray_cast() returning one of the vertices normals rather then the face normal. also remove redundant NULL checks. 2013-04-16 15:35:01 +00:00
blenlib Random number generator: replace a bunch of usage of the global random number 2013-04-15 23:12:40 +00:00
blenloader Removed the extra ntree->update flag check in lib_verify_nodetree in readfile.c. This is unnecessary as the update flag will be checked internally in ntreeUpdateTree anyway, except for the generic bNodeTreeType->update callback (it could even be harmful by preventing necessary updates that don't use the ntree->update flag). Executing this once after loading a node tree is a useful feature for pynodes, so they can do initial verification. 2013-04-15 07:58:15 +00:00
bmesh code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and BKE_editmesh_bvh.h 2013-04-16 05:59:48 +00:00
collada misc minor edits. 2013-03-29 06:25:22 +00:00
compositor style cleanup 2013-04-08 04:39:09 +00:00
datatoc avoid using strlen() for comparisons in for loops. for expanding whitespace in the text editor and ui paste. 2012-12-15 07:57:16 +00:00
editors add distance arg to BKE_bmbvh_ray_cast(). currently unused. 2013-04-16 15:16:48 +00:00
freestyle Fix for line instability with the Polygonization geometry modifier. 2013-04-16 07:13:49 +00:00
gpu move editmesh functions out editderivedmesh.c into editmesh.c 2013-04-16 05:46:17 +00:00
ikplugin code cleanup: favor braces when blocks have mixed brace use. 2013-03-09 03:46:30 +00:00
imbuf skip calling BKE_editmesh_tessface_calc() from BKE_bmbvh_new(), also quiet float/double warnings. 2013-04-16 13:01:46 +00:00
makesdna Option to hide overlay during a stroke. To enable, press the brush icon 2013-04-16 15:02:41 +00:00
makesrna Option to hide overlay during a stroke. To enable, press the brush icon 2013-04-16 15:02:41 +00:00
modifiers Random number generator: replace a bunch of usage of the global random number 2013-04-15 23:12:40 +00:00
nodes Cycles Hair: Strand Minimum Pixel Size 2013-04-15 21:38:31 +00:00
python use psys->seed for smoke random number generator, increase size of MATHUTILS_TOT_CB and reduce float->double conversions. 2013-04-16 09:04:34 +00:00
quicktime style cleanup: 2013-03-26 07:29:01 +00:00
render Fix crash rendering environment maps. I think this freestyle code was not 2013-04-15 23:12:54 +00:00
windowmanager Fix: when using a search menu with an operator's enum prop, the operator was previously always executed with default options (appart from the search-set enum, of course). Now we store the op's properties in search button, so that you can specify non-default options (as it was already possible with e.g. pop-up menu from an operator's enum prop). 2013-04-15 15:01:12 +00:00
CMakeLists.txt A major code update for making the DNA file specification of Freestyle settings 2013-03-23 03:00:37 +00:00
SConscript A major code update for making the DNA file specification of Freestyle settings 2013-03-23 03:00:37 +00:00