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
2013-03-15Fix own mistake. Erroneously prefixed sculpt capabilities with sculpt_Antony Riakiotakis
2013-03-15move polygon intersection out of BLI_lasso into BLI_math_geom since its a gen...Campbell Barton
2013-03-14BLI_linklist_free() was incorrectly taking MEM_freeN() as an argument, eviden...Campbell Barton
2013-03-14split up BKE_mesh_to_curve() into 2 functions, adding BKE_mesh_to_curve_ex() ...Campbell Barton
2013-03-14converting a mesh to a curve was unnecessarily using tessface's.Campbell Barton
2013-03-14Userprefs:Addon panel - Renamed label of the link to the documentationGaia Clary
2013-03-14There was a regression in recent bugfix which touched Mix node.Sergey Sharybin
2013-03-14Fix misguiding menu label and make tooltip more descriptiveGaia Clary
2013-03-14use floats for knife tool internal mouse coord.Campbell Barton
2013-03-14Usual blenderplayer fix! :pBastien Montagne
2013-03-14minor knife refactor to prepare for running non interactively.Campbell Barton
2013-03-14disable -Wredundant-decls for gcc versions older then 4.6Campbell Barton
2013-03-14ui_def_but() allocating an extra byte in 'but->str' for no reason.Campbell Barton
2013-03-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
2013-03-14Code cleanup: replace magic constant used for alpha ignore flag with a define.Sergey Sharybin
2013-03-14add BLI_strncpy_rlen(), a clone of BLI_strncpy() that returns the number of b...Campbell Barton
2013-03-14Fix #34616: Wrong face culling for curves with constructive modifiersSergey Sharybin
2013-03-14minor change to BLI_strncpy(). replace strlen() with BLI_strnlen().Campbell Barton
2013-03-14code cleanup: de-duplicate view clipping function for paint and knife tool, m...Campbell Barton
2013-03-14Border rendering now works for all scenes used in compositor,Sergey Sharybin
2013-03-14tweaks to clang so blender can build with -WerrorCampbell Barton
2013-03-14Quick fixes for previous commitJoshua Leung
2013-03-14NLA Editor: Operator to add AnimData to selected objects so that they can appearJoshua Leung
2013-03-14Bugfix: Filtering option in NLA Editor to include AnimData blocks with noJoshua Leung
2013-03-14fix reading out of buffer bounds for recent vertex paint commit.Campbell Barton
2013-03-14Remove OPTYPE_REGISTER flag from click handler operator for anim editorsJoshua Leung
2013-03-14style cleanup: odd indentationCampbell Barton
2013-03-14More AnimData selection fixesJoshua Leung
2013-03-14Bugfix: Selecting AnimData "expanders" in AnimEditors works againJoshua Leung
2013-03-14Fix silly mistake that could lead to crash. Also, slight cleanup/renameAntony Riakiotakis
2013-03-14Support for textures in vertex painting.Antony Riakiotakis
2013-03-14Expose input stroke samples for image painting.Antony Riakiotakis
2013-03-14Two new Features:Antony Riakiotakis
2013-03-14Fix #34526: crash using mask modifier + subsurf + UV map.Brecht Van Lommel
2013-03-14WM: remove "No (valid) startup.blend found" message printed on startup, can b...Brecht Van Lommel
2013-03-13Fix #34551: blender crash rendering with save buffers.Brecht Van Lommel
2013-03-13fix for 2 errors where the 2d arrays were used as 3d. (out of bounds read).Campbell Barton
2013-03-13Fix #34492: clipping border not working with GLSL/matcap and Nouveau drivers.Brecht Van Lommel
2013-03-13solidify modifier: thickness clamping helps prevent self intersections when t...Campbell Barton
2013-03-13Fix for build error with previous commit, seems the order of #includes matter...Brecht Van Lommel
2013-03-13Fix #34481: camera focal length and sensor size did not use units yet, now th...Brecht Van Lommel
2013-03-13Fix #34626: voxel data texture can't read > 2GB files on Windows.Brecht Van Lommel
2013-03-13attempt to quiet warnings for gcc4.2Campbell Barton
2013-03-13Fix [#34621] I18n Switch Issue When Gimbal and Rotation Manipulator On.Bastien Montagne
2013-03-13Bug fix #34620Ton Roosendaal
2013-03-13Fix [#34628] Shift-V (vertex slide) does no longer show "vertex slide:" for t...Bastien Montagne
2013-03-13fix for minor glitch in recent addition to create faces from partial selections.Campbell Barton
2013-03-13Report timing compositor statistics when running in background mode.Sergey Sharybin
2013-03-13Disable viewer nodes and previews when rendering in background modeSergey Sharybin
2013-03-13Fix node group drawing not taking into account DPI properly.Brecht Van Lommel