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
2012-12-29text editor: replace strncmp() and hard coded size with STR_LITERAL_STARTSWIT...Campbell Barton
2012-12-29style cleanupCampbell Barton
2012-12-29And another NDOF fix:Ton Roosendaal
2012-12-29Fixes for NDOF device:Ton Roosendaal
2012-12-29Trackpad fixes & changes:Ton Roosendaal
2012-12-29Bug fix #32806Ton Roosendaal
2012-12-29add include missing from last commitCampbell Barton
2012-12-29user-preferences for addons. currently unused, example & docs still to come.Campbell Barton
2012-12-29BGE: Adding a jumpCount to KX_CharacterWrapper. This can be used to have diff...Mitchell Stokes
2012-12-29Finally fixing the issue where the bezier curve drawn while creating a link b...Mitchell Stokes
2012-12-29BGE: An off-by-one error when setting up the viewport for 2D filters caused a...Mitchell Stokes
2012-12-29BGE: Fix for [#33685] "2D Filters Partially Offset" reported by Josiah Lane (...Mitchell Stokes
2012-12-29code cleanupCampbell Barton
2012-12-29style cleanupCampbell Barton
2012-12-28Convert alpha node: rename "key alpha" to "straight alpha" for consistency.Brecht Van Lommel
2012-12-28New featureStuart Broadfoot
2012-12-28style cleanupCampbell Barton
2012-12-28code cleanup: move view3d buffer bones loop into a static function (was not b...Campbell Barton
2012-12-28Small fix: increased precision print of color sampling float images with 1 di...Ton Roosendaal
2012-12-28Expose BKE_constraint_mat_convertspace() as object's convert_space() func in ...Bastien Montagne
2012-12-28patch [#33687] select similar lampCampbell Barton
2012-12-28Fix blenderplayer compilation.Antony Riakiotakis
2012-12-28fix [#33677] Lambda is un-settable for mesh.vertices_smooth_laplacianCampbell Barton
2012-12-28Yesterday's memory free error fix in IMB_onehalf was wrong, it should Ton Roosendaal
2012-12-28add missing free for ui listsCampbell Barton
2012-12-28style cleanup: var naming for ui listCampbell Barton
2012-12-28fix for memory leaks in own recent changes.Campbell Barton
2012-12-28revert r53356, this stopped the leak but still wasn't working nice.Campbell Barton
2012-12-28The new feature printing changed properties in python history list didn't free Ton Roosendaal
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-12-28code cleanup:Campbell Barton
2012-12-28fix for memory leak with weight painting and ensure vertex group is created b...Campbell Barton
2012-12-28Add 'vertex_only' option to bevel tool.Howard Trickey
2012-12-28remove unneeded inline lookups and fix error with wpaint_stroke_test_start re...Campbell Barton
2012-12-28remove workaround for [#31555], forcing PYTHONIOENCODING was causing stdout t...Campbell Barton
2012-12-28Better error report when no camera is found.Pablo Vazquez
2012-12-27Outliner fix:Ton Roosendaal
2012-12-27Function IMB_onehalf was not freeing memory.Ton Roosendaal
2012-12-27Fix in previous commit: forgot to free data from file reading.Ton Roosendaal
2012-12-27Bug fix, own collection.Ton Roosendaal
2012-12-27New features!Ton Roosendaal
2012-12-27validate operator names on startup (debug mode only)Campbell Barton
2012-12-27use keyword args for bmesh.update_edit_mesh(...)Campbell Barton
2012-12-27add option to BLI_scanfill_calc() - BLI_SCANFILL_CALC_HOLES, gives some speed...Campbell Barton
2012-12-27correction for poly_to_tri_count() when given zero poly count.Campbell Barton
2012-12-27remove realloc's during BMEdit_RecalcTessellation(), instead use poly_to_tri_...Campbell Barton
2012-12-27display the number of tri's in object mode status, often requested feature fr...Campbell Barton
2012-12-27Fix: edge uv stitch mode did not average final position of uvs inAntony Riakiotakis
2012-12-27Fix: rotation of uv islands during stitch did not take uv aspect ratioAntony Riakiotakis
2012-12-27fix [#33651] Spin tool destroys unselected loose vertexCampbell Barton