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-07-18Merging r58341 through r58364 from trunk into blender-2.68-releasev2.68Sergey Sharybin
2013-07-18Tradtional release commit! 2.68 splash and the numbering.Ton Roosendaal
2013-07-18Avoid creating Morph Controllers when shape key export is disabledGaia Clary
2013-07-18fix for action editor view-selected behaving strangely.Campbell Barton
2013-07-18* Fix a typo in code. Thomas Dinges
2013-07-18Leaf bone length calculation used wrong bone tailGaia Clary
2013-07-18Fix: #36184 Collada import/export... leaf bone size was not set as needed.Gaia Clary
2013-07-17Hide unnecessary error print when showing tooltip over a property with no RNABrecht Van Lommel
2013-07-17Added some documentation for the minimal progress bar in blender_python_apiGaia Clary
2013-07-17style cleanupCampbell Barton
2013-07-17fix [#36176] Connected font Bevel moves inwards for some letter combinationsCampbell Barton
2013-07-17Possible fix for [#36086] Activating the opencl option in the compositor caus...Thomas Dinges
2013-07-17Fix for #36150, missing Preview Render Updates with Add/Remove material slot. Thomas Dinges
2013-07-17re-commit temp workaround [#35920], this still fails for OSX retina display,Campbell Barton
2013-07-17fix/resolve [#36173] Current frame doesn't update while OpenGL Rendering Anim...Campbell Barton
2013-07-16Style cleanup of UI messages.Bastien Montagne
2013-07-16Fix missing render info text in blender internal rendered viewport afterBrecht Van Lommel
2013-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-07-16correct own incorrect check bmesh edgerin subdivide, also add missing break i...Campbell Barton
2013-07-16fix own regression [#36154] Simple deform modifier doesn't recalculate normalsCampbell Barton
2013-07-16fix [#36153] Crash when choosing a brush.Campbell Barton
2013-07-16fix [#36155] Crash with __contains__Campbell Barton
2013-07-16fix [#36157] Memory Leak in GHOST_DropTargetX11Campbell Barton
2013-07-16revert part of own commit r58304, gives different behavior when de-selecting ...Campbell Barton
2013-07-16move ED_armature_edit_bone_select() into a more general utility function so v...Campbell Barton
2013-07-16fix for the tip of the bones without connected children de-selecting when ent...Campbell Barton
2013-07-16Fix memory leak in BKE_mesh_vert_poly_map_create.Antony Riakiotakis
2013-07-16revert part of own commit r58254, utf8 isnt stepping by 1 always so use less-...Campbell Barton
2013-07-15Fix text object text entry being broken after recent fix to BLI_strncpy_wchar...Brecht Van Lommel
2013-07-15Fix #36058: Displace Modifier errors using a baked Image and displace baking ...Sergey Sharybin
2013-07-15Fix #36127: 10 bit DPX render would crash when doing rendering animations fromBrecht Van Lommel
2013-07-15fix for sequence strips being given non utf8 names, where the filepath wasn't...Campbell Barton
2013-07-15Fix #36139: cycles not taking texture spacing settings into account forBrecht Van Lommel
2013-07-15fix: #36122 Collada import - Keyframes offset after recording and playingGaia Clary
2013-07-15Collada miport: Report 'unknown animation class' only when relevantGaia Clary
2013-07-15Fix #36145: Error in inverting channels in the UV/Image EditorSergey Sharybin
2013-07-15correct placement of debug memset() for DEBUG_STRSIZECampbell Barton
2013-07-15previous commit r58256, had error in editmode (somehow it worked in most test...Campbell Barton
2013-07-15clang/cmake - quiet warnings for external libs and reference moto as a system...Campbell Barton
2013-07-15Fix #36124: VSE - Input Color doesn't invalidate cache properly for moviesSergey Sharybin
2013-07-15fix for error (-1 index into array) when removing customdata layers with no d...Campbell Barton
2013-07-15fix for bad lengths being passed to string functions.Campbell Barton
2013-07-15fix for error in string copyCampbell Barton
2013-07-15debug option (off by default), for BLI_string to help find incorrect sizes be...Campbell Barton
2013-07-15allow deselection when bones BONE_UNSELECTABLE flag is set (lasso/box/circle ...Campbell Barton
2013-07-15fix [#36128] Not deselect all bone when I press the A button in edit modeCampbell Barton
2013-07-15fix [#36107] Moving origin of instanced objects doesn't work properlyCampbell Barton
2013-07-15fix for own regression, face index ranges still need checking in some places.Campbell Barton
2013-07-15fix regression [#36141] Crash with skin and remesh modifier in edit mode.Campbell Barton
2013-07-15replace strncpy with BLI_strncpy for cases we expect the string to be NULL te...Campbell Barton