Blender Git Commits

Blender Git "master" branch commits.

Page: 3401 / 5574

November 13, 2012, 01:53 (GMT)
avoid divide by zero in cycles progress calculation
November 13, 2012, 00:54 (GMT)

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.
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.
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 :)
November 12, 2012, 19:31 (GMT)
Minor spell fix (only one this week, yeah!).
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).
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.


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
November 12, 2012, 14:25 (GMT)
Fix conflict of cycles persistent data flag with freestyle.

November 12, 2012, 14:25 (GMT)
Fix conflict of cycles persistent data flag with freestyle, add reserved
value for freestyle now.
November 12, 2012, 12:30 (GMT)
fan filling didnt always work well, now only apply this when its going to work properly.
November 12, 2012, 12:16 (GMT)
change bevel do/while loops to step the pointer in the while check, no functional changes.
November 12, 2012, 12:10 (GMT)
Enable libboost_locale for buildbot rules

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
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
November 12, 2012, 10:16 (GMT)
enable multi-sampling on x11
November 12, 2012, 09:31 (GMT)
fix scons compile after introducing BF_BOOST_LIB_INTERNATIONAL
November 12, 2012, 09:27 (GMT)
fix for DNA alignment on 32 and 64bit systems.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021