Go to file
Campbell Barton 080f4441d2 Improvements for knife tool execute function (code was a bit sloppy & could leak memory).
- vertex to screenspace projections were not checking for failure to project (vertex behind the view for eg).
- vertex screenspace 2d vectors were each malloc'd and added to own ghash, then fetched for each edge.
  now just store a vertex aligned array and do index lookups.
- projections were done in global space, now do them in object space (avoids a matrix multiply).
- error cases were commented out and would fail silently, now report them to the operator.
- remove MAX_CUTS hard coded limit, dynamically allocate the mouse path.
- add missing free calls in error cases.
2012-10-05 03:06:01 +00:00
build_files Have CPack rpm builder install the colorspace folder too 2012-10-04 15:14:15 +00:00
doc style cleanup: comment blocks 2012-10-04 13:26:15 +00:00
extern correct some include dirs not being included as SYSTEM paths in cmake. 2012-10-02 03:18:48 +00:00
intern * Fix Scons build when OCIO is disabled. 2012-10-04 23:44:03 +00:00
release Quick fix for [#32764] Some new object types are added at the origin instead of the 3D cursor 2012-10-04 20:59:47 +00:00
source Improvements for knife tool execute function (code was a bit sloppy & could leak memory). 2012-10-05 03:06:01 +00:00
CMakeLists.txt OSX/cmake: fix warning: go back to initial state, not the right way to get rid of this 2012-10-04 11:37:17 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile fix for error in recent commit (made function static that shouldn't have been), add extra gcc warnings to cmake. 2012-09-16 01:35:00 +00:00
SConstruct Enable OpenColorIO for MinGW64 build targets 2012-09-16 18:05:32 +00:00