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
path: root/source
AgeCommit message (Expand)Author
2013-03-18Merged changes in the trunk up to revision 55357.Tamito Kajiyama
2013-03-17Fix for "draw images as texture"Ton Roosendaal
2013-03-17Feature:Ton Roosendaal
2013-03-17Fix evil own bug: paint_redraw accessed freed memory. Still doesn'tAntony Riakiotakis
2013-03-17New feature:Ton Roosendaal
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-03-17fix for missing NULL pointer checks and incorrect array freeCampbell Barton
2013-03-17Added descriptions for each constraint type, including common usageJoshua Leung
2013-03-17Setting clone cursor is now an option for paint operator. This is notAntony Riakiotakis
2013-03-17Fix for a crash due to a bug in the handling of singularity in stroke creation,Tamito Kajiyama
2013-03-17- ghost-sdl builds again.Campbell Barton
2013-03-16revert own change: don't use memchr for strnlen, causes problems when the len...Campbell Barton
2013-03-16Stop dyntopo updates from happening in masked areasNicholas Bishop
2013-03-16Fix sculpt view normal for transformed objectsNicholas Bishop
2013-03-16fix for buffer overrun in reading bookmarks when a line was over 256 bytes.Campbell Barton
2013-03-16Bug fix, irc reported:Ton Roosendaal
2013-03-16Fix for a crash due to mesh faces with wire frame materials not properly hand...Tamito Kajiyama
2013-03-16don't create empty mesh object when separating if nothing is selected.Campbell Barton
2013-03-16patch [#34634] Select vertices without a groupCampbell Barton
2013-03-16own error in recent knife-project changes.Campbell Barton
2013-03-16style cleanupCampbell Barton
2013-03-16code cleanup: shadowingCampbell Barton
2013-03-16fix for crash when using BM_face_calc_tessellation(), its not ensured that al...Campbell Barton
2013-03-16Some more assorted fixesJoshua Leung
2013-03-16Assorted anim editor fixesJoshua Leung
2013-03-16NLA "Add Track" can now be used to add tracks to previously empty AnimDataJoshua Leung
2013-03-16Any ID Selector Template: ID Type dropdown now shows icon only as originallyJoshua Leung
2013-03-16Assorted small fixesJoshua Leung
2013-03-16NLA Editor: Show the ID+AnimData block that the AnimData panel is showing theJoshua Leung
2013-03-16object converting curve/mball to a mesh would give invalid selection state (e...Campbell Barton
2013-03-16fix for own mistake in using alloca in a loop, replace with BLI_bufferCampbell Barton
2013-03-16changes to BLI_bufferCampbell Barton
2013-03-16correct lasso, weightpaint select, was calling BLI_lasso_boundbox() twice.Campbell Barton
2013-03-16code cleanup: quiet some -Wshadow warnings, mix of obvious mistakes and harml...Campbell Barton
2013-03-16minor cleanup and calculate rake angle before jittering or resultAntony Riakiotakis
2013-03-16knife project improvementsCampbell Barton
2013-03-16fix for error pasting into a color button (tried to read its rna index of -1)Campbell Barton
2013-03-15Fix: multisample viewport drawing didn't work well with selection or particleBrecht Van Lommel
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