Revision 3edbd1d by Campbell Barton November 16, 2012, 10:15 (GMT) |
bevel: save some memory by aligning struct members. |
Revision f5b356b by Campbell Barton November 16, 2012, 08:12 (GMT) |
wip - alternate bevel curve calculation (still disabled) now USE_ALTERNATE_ADJ works, giving more stable corners that don't flicker and glitch out as the offset changes. The shape is not a circle though and doesnt look quite as nice as the existing method. |
Revision 328dd3f by Campbell Barton November 16, 2012, 07:56 (GMT) |
debug utility for drawing in the 3d viewport (uncomment define to use), helpful for debugging modifiers/bmesh code, especially other peoples :) |
Revision b67e52a by Campbell Barton November 16, 2012, 03:23 (GMT) |
minor edits so new bevel operator can be used from the modifier (testing only, still disabled by default) |
Revision be6ea8f by Justin Dailey November 16, 2012, 01:12 (GMT) |
fix [#33180] text editor line height issue Added small space between lines in the text editor. |
Revision 4ece507 by jens verwiebe November 16, 2012, 00:43 (GMT) |
OSX/scons/osl: ready for compile now, little hack to be resolved, todo:fix a crash with shadercompile |
Revision b3f6c12 by Campbell Barton November 15, 2012, 23:21 (GMT) |
bevel: wip ifdef'd code to test an alternative method of placing corner vertices. |
Revision 8270592 by Campbell Barton November 15, 2012, 22:32 (GMT) |
code cleanup: some renaming to avoid confusion. |
Revision e2fe775 by Campbell Barton November 15, 2012, 22:20 (GMT) |
code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2 also add UNPACK macros's. handy for printing vectors for eg. |
Revision 104a7bf by Brecht Van Lommel November 15, 2012, 21:52 (GMT) |
Fix #33170: cycles viewport update issue with motion blur enabled (which is supposed to do nothing in this case). |
Revision 69320ea by jens verwiebe November 15, 2012, 21:35 (GMT) |
OSX/scons/osl: initial osl compiling, todo: fix shader compile and copy to bundle |
Revision 7e97cd4 by Brecht Van Lommel November 15, 2012, 21:32 (GMT) |
Fix #33188: AO pass wrong after recent change. |
Revision 7245745 by Sergey Sharybin November 15, 2012, 20:50 (GMT) |
Fix #33192: Opening Blender breaks drag-and-drop support on the KDE desktop Do not set root window as DND aware. |
Revision dc4ffd8 by Thomas Dinges November 15, 2012, 20:21 (GMT) |
* Fix typo in cmake, own fault. |
Revision c408d41 by Thomas Dinges November 15, 2012, 19:45 (GMT) |
Windows / CMake: * Disable Debug Boost detection in cmake. Debug libs for boost will be removed, they are quite huge in svn. Keeping the lines here though, so devs with own debug libs can compile with it. |
Revision 17e506a by Thomas Dinges November 15, 2012, 19:37 (GMT) |
Windows OIIO: * bin/OpenImageIO.dll not needed anymore, now statically linked. |
Revision 2007ba6 by Sergey Sharybin November 15, 2012, 19:26 (GMT) |
Enable OSL for linux 32 bit builders, it should work now |
Revision fcc978b by Dan Eicher November 15, 2012, 17:55 (GMT) |
Add some missing Node rna update calls |
Revision 7d6417b by Bastien Montagne November 15, 2012, 17:31 (GMT) |
Another nuch of fixes/improvements to install_deps script, among which: *New $INST variable to easily change the installation root dir of compiled libs. *Better handling of versions for debian (DEB) too (and fix a bug for fedora (RPM) ones). *Enhancements/fixes to compile_FOO funcs: **Most notable, we now can force a recompile when we change something into these funcs, so user will always have latest-instructions compiled libs (else, he would have have to manually remove lib dirs under $INST...) *General naming cleanup inside script (still wip). Also adding boost date_time lib to linux in cmake file (why wasn't it there???). |
Revision 2324c80 by Brecht Van Lommel November 15, 2012, 17:16 (GMT) |
Cycles OSL: windows build system changes to support static OSL/OIIO. |
|