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-15Screen: add exit callback for area and region types, this gets called whenBrecht Van Lommel
2013-03-15knife project: improve selection inside/outside checks.Campbell Barton
2013-03-15use bool for knife, also scons tab/space mix.Campbell Barton
2013-03-15Compile fix:Thomas Dinges
2013-03-15Further improvement for multi-threaded proxiesSergey Sharybin
2013-03-15Fix #34649: texture size limit user preference not working.Brecht Van Lommel
2013-03-15add in ifdef for WITH_LIBMV, correct own error passing float[2] as float[3]Campbell Barton
2013-03-15Fix/disambiguation for some "Clip" i18n messages.Bastien Montagne
2013-03-15Small fix to previous commit: temp buffer for translation context needs to be...Bastien Montagne
2013-03-15knife project:Campbell Barton
2013-03-15Add the possibility to define the translation context for py rna classes (ope...Bastien Montagne
2013-03-15fix for own bad mistake using alloca in a loop, also knife project wasnt sele...Campbell Barton
2013-03-15knife projection feature,Campbell Barton
2013-03-15Multi-threaded frame calculation for movie clip proxiesSergey Sharybin
2013-03-15code cleanup: rename BKE_mesh_to_curve_ex --> BKE_mesh_to_curve_nurblist,Campbell Barton
2013-03-15Add missing operators from paint modes:Antony Riakiotakis
2013-03-15Fix #34617, Track Position Node outputs had a limit value of 1 instead of the...Lukas Toenne
2013-03-15Support for rake in 2D image painting.Antony Riakiotakis
2013-03-15Patch #34632: DPX/Cineon speed upSergey Sharybin
2013-03-15Skip allocating any display buffer and starting any threadsSergey Sharybin
2013-03-15Skip doing frame undistortion if it's not needed for proxies.Sergey Sharybin
2013-03-15Fixes for 2d painting:Antony Riakiotakis
2013-03-15Fix #34633: Merge First/Last crashes BlenderSergey Sharybin
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