Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-13fix for boost (symlink was buggy, and better to only build needed boost libs).Bastien Montagne
2012-11-13add an operator for mesh mode switching,Campbell Barton
2012-11-13BGE: Renaming KX_GameObject.group_parent and group_children to groupObject an...Mitchell Stokes
2012-11-13make smoothing value for ring select compatible with the operator.Campbell Barton
2012-11-13todo from 2.4x, add back smooth option to edge loop cut. Campbell Barton
2012-11-13avoid divide by zero in cycles progress calculationCampbell Barton
2012-11-13(no commit message)Jason Wilkins
2012-11-13uv stitch was executing on Enter-key release, making it not work when startin...Campbell Barton
2012-11-13remove 'Reset' button from operator UI, instead have 'Restore Defaults' in pr...Campbell Barton
2012-11-12Initial implementation of a script for automatic dependencies installer/builderSergey Sharybin
2012-11-12Minor spell fix (only one this week, yeah!).Bastien Montagne
2012-11-12Fix to allow several include dirs for python under scons build system (needed...Bastien Montagne
2012-11-12Bugfix #33147Ton Roosendaal
2012-11-12add simple quad-strip filling to bevel, use to bevel edges when 2 bevel-edges...Campbell Barton
2012-11-12Fix conflict of cycles persistent data flag with freestyle, add reservedBrecht Van Lommel
2012-11-12fan filling didnt always work well, now only apply this when its going to wor...Campbell Barton
2012-11-12change bevel do/while loops to step the pointer in the while check, no functi...Campbell Barton
2012-11-12Enable libboost_locale for buildbot rulesSergey Sharybin
2012-11-12bevel fan fill edges meeting non selected geometry rather then making ngons w...Campbell Barton
2012-11-12OSX/cmake: revert a testchange back for kaitoJens Verwiebe
2012-11-12More spelling errors, whitespace, and simplifying code with many side effectsJoshua Leung
2012-11-12enable multi-sampling on x11Campbell Barton
2012-11-12fix scons compile after introducing BF_BOOST_LIB_INTERNATIONALJens Verwiebe
2012-11-12fix for DNA alignment on 32 and 64bit systems.Campbell Barton
2012-11-12fix syntax error when disabling both IK solversJason Wilkins
2012-11-12code cleanup: spelling,Campbell Barton
2012-11-12BM_iter_as_arrayN() can now take an optional existing array argument, useful ...Campbell Barton
2012-11-12bmesh bevel todo: don't loop through all faces to find faces connected to a v...Campbell Barton
2012-11-12replace BM_edge_face_count with BM_edge_is_manifold/BM_edge_is_wire/BM_edge_i...Campbell Barton
2012-11-12style cleanupCampbell Barton
2012-11-12build fix: recent commit broke building on 64bit linuxCampbell Barton
2012-11-12Whitespace tweaks and BugfixesJoshua Leung
2012-11-12update to python api `Gotcha` docs to reflect changes to the api. also add a ...Campbell Barton
2012-11-12Bevel: several bug fixes.Howard Trickey
2012-11-12Scons compiling fixJoshua Leung
2012-11-12DNA alignment fix for GPencil commitJoshua Leung
2012-11-12fix [#33142] Ctrl LMB higher selection mode in edit mode sometimes selects ex...Campbell Barton
2012-11-12Fix CMake boost locale lib names for MinGW64.Antony Riakiotakis
2012-11-12OSX: fix linking with new boost_localeJens Verwiebe
2012-11-11* Remove one last "gnu_gettext.dll" reference in scons. Thomas Dinges
2012-11-11Clen up of gettext stuff from scons scripts... Did not touch to buildbots one...Bastien Montagne
2012-11-11* Replace math.h with BLI_math.h, this fixes compile on windows. Thomas Dinges
2012-11-11Fix for RNA soft values (confused with hard ones... tss).Bastien Montagne
2012-11-11Four fixes (own collection)Ton Roosendaal
2012-11-11revert muddle in changing jack in msvc instead appleJens Verwiebe
2012-11-11Fix a stupid warning (due to last minute refactor...).Bastien Montagne
2012-11-11Restore my work overwritten by 52106 and some further reordering for cmake 2....Jens Verwiebe
2012-11-11OSX/cmake-2.8-10: just reorder, now sdk must be set before deployment targetJens Verwiebe
2012-11-11Replacing gettext i18n backend by boost::locale one.Bastien Montagne
2012-11-11Fix #32974: cycles curved motion blur is not working well combined with rotat...Brecht Van Lommel