blender/source/blender
Campbell Barton 14ab39c5e0 minor improvements
- calc normals only check flag when needed.
- keymap, dont get name unless its needed.
- keymap, avoid property lookup.
- idprop debug print, include pointer, helpful for troubleshooting.
2013-07-09 00:13:17 +00:00
..
avi move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading) 2013-05-28 19:35:26 +00:00
blenfont Fix scons/windows build error, missing pthreads include in blenfont for mutex. 2013-06-29 10:52:18 +00:00
blenkernel only make dynamic paint tag normals as dirty if it moves vertices. 2013-07-06 01:42:45 +00:00
blenlib Fix #35960, #36044: blender internal viewport rendering crash while editing data. 2013-07-08 17:56:51 +00:00
blenloader Fix #36024. This part fixes user counting for node editor trees. The user count previously would only work correctly for node trees which are part of material, scene, etc. or linked by group nodes. Any 2013-07-08 11:38:11 +00:00
bmesh minor improvements 2013-07-09 00:13:17 +00:00
collada Avoid blender crash during collada export (when armature has animation data) 2013-06-26 09:02:11 +00:00
compositor Fix non-conditional out-of-bounds memory access in DoubleEdgeMask node 2013-07-04 17:57:03 +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 minor improvements 2013-07-09 00:13:17 +00:00
freestyle Fix for incorrect clipping of Freestyle strokes when the viewport preview is used. 2013-07-07 15:29:00 +00:00
gpu add some missing members to opengl debug print, also use a macro to avoid passing each arg twice. 2013-06-30 23:50:17 +00:00
ikplugin IK plugin range check was wrong, could do out of bounds reads. 2013-06-27 19:52:50 +00:00
imbuf Fix #35824: finding missing files not working correct for filepaths with special 2013-06-25 14:48:30 +00:00
makesdna patch [#35830] Add Catmull-Rom spline as an option for lattice deformer 2013-06-25 10:49:20 +00:00
makesrna fix [#35806] Unable to check "Correct UVs" option in "Loop Cut and Slide" (Keymap Editor) 2013-07-09 00:08:18 +00:00
modifiers fix [#35858] Weight Paint: Hiding faces isnt flushing the flag to the vertices. 2013-06-26 02:47:56 +00:00
nodes re-arrange '--help' output into more useful sections (added debug, python). 2013-06-29 10:09:15 +00:00
python minor improvements 2013-07-09 00:13:17 +00:00
quicktime move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading) 2013-05-28 19:35:26 +00:00
render Fix #35979, #35937, #35739: undo crashes and missing updates with blender 2013-07-08 22:26:10 +00:00
windowmanager Fix #35960, #36044: blender internal viewport rendering crash while editing data. 2013-07-08 17:56:51 +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 correct error in r57092 with scons. 2013-05-28 20:35:12 +00:00