Go to file
Campbell Barton 26d6872ef8 fix for knife tool when the mouse was moved outside the clipped area the mouse line would reset to 0/0/0
a few areas that use ED_view3d_win_to_segment_clip() didnt take into account the case where the segment was filly clipped, some callers even needed the segment not to be clipped.
- added ED_view3d_win_to_segment()
- ED_view3d_win_to_segment_clip() now returns FALSE if the segment is totally clipped, but the start/ends of the line are not zero'd as they were before.
2012-12-10 07:53:20 +00:00
build_files make cppcheck run with quiet flag when QUIET env var is set, make bpy.ops.image.project_apply() only use local images. 2012-12-09 14:17:33 +00:00
doc Add 2 documents to the python api reference. 2012-12-07 05:27:09 +00:00
extern Fix for camera solver not working properly when built with scons 2012-12-09 17:42:36 +00:00
intern Fix #33454: cycles wasn't hiding the original object used for dupliverts or 2012-12-09 12:43:40 +00:00
release make cppcheck run with quiet flag when QUIET env var is set, make bpy.ops.image.project_apply() only use local images. 2012-12-09 14:17:33 +00:00
source fix for knife tool when the mouse was moved outside the clipped area the mouse line would reset to 0/0/0 2012-12-10 07:53:20 +00:00
CMakeLists.txt Further refined the check for GCC 4.2 to not add the flag -Wuninitialized then. 2012-12-09 11:31:34 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile code cleanup: comment unused members of bmesh operator slots and some osl style edits. 2012-11-20 14:31:58 +00:00
SConstruct Fix scons not installing closure/ directory for runtime compiles of CUDA kernel. 2012-12-03 16:51:05 +00:00