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
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06bugfix [#25498] Projection paint clone tool leaves seamsCampbell Barton
2011-01-04Crease tool brush missed brush color changing depends on brush appearance.Sergey Sharybin
2011-01-04Fix #25483: Brush appearance colorSergey Sharybin
2011-01-03DAG_id_tag_update was being called with non object ID's and OB_RECALC_* flags...Campbell Barton
2010-12-24Bugfix #25371Ton Roosendaal
2010-12-23remove View3D.customdata_mask, since its stored in the scene now there is no ...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-17Bugfix #25261Ton Roosendaal
2010-12-17Fixed bug reported by Reuben Martin:Nicholas Bishop
2010-12-15Fixed bug #23042, Sculpting + Multires + Noise texture tears meshNicholas Bishop
2010-12-14Bugfix #22040Ton Roosendaal
2010-12-13bugfix [#23395] Mirror + Front Faces Only + Grab = Scaling oddityCampbell Barton
2010-12-12isect_seg_seg_v2_point was modifying the value of line vectors passed.Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-04Maintenance, Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-28minor changes to the python api.Campbell Barton
2010-11-24fix [#24879] "Feather" symmetry option in sculpt mode crashes.Campbell Barton
2010-11-23use zero initializers instead of memset(), also change PointerRNA_NULL from a...Campbell Barton
2010-11-21- include pthreads for win32 globally (as with opengl).Campbell Barton
2010-11-17Fix #22645: Texture paint: soften tool does draw brushesSergey Sharybin
2010-11-16bugfix [#24747] Blender crash entering in Sculpt ModeCampbell Barton
2010-11-10Fix #24632: Sculpt Mode Context Set hotkeys (1..0, Shift+1..0) don't workSergey Sharybin
2010-11-04bugfix [#24009] Crash when switching area types and performing opsCampbell Barton
2010-11-03fix [#24499] Consistency Issue with LassoSelect/ExtendOptionCampbell Barton
2010-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-10-28bugfix [#24439] Smear 2D paint failsCampbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-20== Paint ==Nicholas Bishop
2010-10-19== Sculpt ==Nicholas Bishop
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-15fix for own recent unused commit that broke with OpenMP enabled.Campbell Barton
2010-10-15replace SIDE_OF_LINE macro with line_point_side_v2() inline function.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-11[#24045] heat weight fails on specific geometry.Campbell Barton
2010-09-23bugfix [#23595] Texture paint with a node based brush produces artifactsCampbell Barton
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-09-17Fix #23652: texture paint RMB would translate the object after samplingBrecht Van Lommel
2010-09-16Fix #22603: Crash on launching external editor in texture paint [r29461] [Win...Sergey Sharybin
2010-09-13bugfix [#23068] Image editor: Update Automatically not updating the compositor.Campbell Barton
2010-09-07- added back zlib include (needed for win32).Campbell Barton
2010-08-30Fix indentation errorsNathan Letwory