Revision 1c1e7a0 by Campbell Barton November 13, 2012, 01:53 (GMT) |
avoid divide by zero in cycles progress calculation |
Revision 2243ab5 by Jason Wilkins November 13, 2012, 00:54 (GMT) |
Revision 1560472 by Campbell Barton November 12, 2012, 22:52 (GMT) |
uv stitch was executing on Enter-key release, making it not work when starting from operator search popup (pressing enter), also Plus/Minus keys would get incremented for key press and release. |
Revision 1c32617 by Campbell Barton November 12, 2012, 21:44 (GMT) |
remove 'Reset' button from operator UI, instead have 'Restore Defaults' in preset menu. If this is needed we can add the reset button back as an option for certain operators, but AFAICS any operator with enough settings that resetting them all would be annoying - could have presets enabled. |
Revision d3c3f07 by Sergey Sharybin November 12, 2012, 19:39 (GMT) |
Initial implementation of a script for automatic dependencies installer/builder This script will install all packages from the repositories and will compile missing in repositories libraries. It is supposed to replace pre-compiled libraries from our svn. Tested script on Fedora 14 and 17, Ubuntu 10.04 and 12.10. All the dependencies and manually built libraries seems to be fine. However, it's really annoying to build blender in virtual machine to ensure there's no linking errors, i would hope community will help testing and making needed tweaks to the script :) To use the script, simple run it from your user name. It'll run installation commands from a sudo, so you would likely be requested to type a password. I've made tweaks to CMake FindLibs, so it should find OIIO, OCIO and python libraries compiled by this script. Boost and FFmpeg would need to be specified manually. SCons currently would require manual paths specifications as well. Perhaps we could make SCons smarter in the future. All the parameters you need to pass to CMake/SCons would be printed when script finishes to run. Pretty much sure it's not production-ready script, but we need to start testing at some point :) |
Revision 9e8a66e by Bastien Montagne November 12, 2012, 19:31 (GMT) |
Minor spell fix (only one this week, yeah!). |
Revision e811a2d by Bastien Montagne November 12, 2012, 18:31 (GMT) |
Fix to allow several include dirs for python under scons build system (needed with new py3.3 debian-like packages). |
Revision f0caab4 by Ton Roosendaal November 12, 2012, 18:07 (GMT) |
Bugfix #33147 Conversion from 2.49 and older files: support for unlimited materials on objects had an error in conversion. Effect was that you couldn't re-assign material slots a Material, in case you were using "link to object" option. |
Revision 66aa7e9 by Campbell Barton November 12, 2012, 16:08 (GMT) |
add simple quad-strip filling to bevel, use to bevel edges when 2 bevel-edges share a vertex. this gives more useful topology, eg: http://www.graphicall.org/ftp/ideasman42/bevel_strip_fill.png |
Revision 872af48 by Brecht Van Lommel November 12, 2012, 14:25 (GMT) |
Fix conflict of cycles persistent data flag with freestyle. |
Revision d934ae7 by Brecht Van Lommel November 12, 2012, 14:25 (GMT) |
Fix conflict of cycles persistent data flag with freestyle, add reserved value for freestyle now. |
Revision 0364a83 by Campbell Barton November 12, 2012, 12:30 (GMT) |
fan filling didnt always work well, now only apply this when its going to work properly. |
Revision fbdae9c by Campbell Barton November 12, 2012, 12:16 (GMT) |
change bevel do/while loops to step the pointer in the while check, no functional changes. |
Revision 3e910de by Sergey Sharybin November 12, 2012, 12:10 (GMT) |
Enable libboost_locale for buildbot rules |
Revision 08ec3ab by Campbell Barton November 12, 2012, 11:59 (GMT) |
bevel fan fill edges meeting non selected geometry rather then making ngons which often dont triangulate nicely to follow rounded corners: http://www.graphicall.org/ftp/ideasman42/bevel_fan_fill.png |
Revision 5993a10 by jens verwiebe November 12, 2012, 10:51 (GMT) |
OSX/cmake: revert a testchange back for kaito |
Revision 0fc0cb3 by Joshua Leung November 12, 2012, 10:38 (GMT) |
More spelling errors, whitespace, and simplifying code with many side effects |
Revision 40382c1 by Campbell Barton November 12, 2012, 10:16 (GMT) |
enable multi-sampling on x11 |
Revision ad5cf1f by jens verwiebe November 12, 2012, 09:31 (GMT) |
fix scons compile after introducing BF_BOOST_LIB_INTERNATIONAL |
Revision fbc61c9 by Campbell Barton November 12, 2012, 09:27 (GMT) |
fix for DNA alignment on 32 and 64bit systems. |
|