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
2012-01-05add _default versions of sequence sound functions since most of their uses pa...Campbell Barton
2012-01-05more edits to r43145,Campbell Barton
2012-01-05This patch creates an interface for ["Text"] properties in Font objects.Dalai Felinto
2012-01-04Camera tracking: more accurate track preview widgetSergey Sharybin
2012-01-04Camera tracking: fixed snap cursor to selection operator when witness camera ...Sergey Sharybin
2012-01-03error in recent commit - disallow selecting hidden verts.Campbell Barton
2012-01-03Bugfix [#29629] UV animation stops working forever if Edit mode enteredJoshua Leung
2012-01-02replace:Campbell Barton
2012-01-02weight paint buttons now work in weight paint vertex select modeCampbell Barton
2012-01-02nicer string delimiter handling for Ctrl+Left/Right arrows, py console could ...Campbell Barton
2012-01-02remove Id's that crept inCampbell Barton
2011-12-31Do not set scene's camera on camera solving and cursor snappingSergey Sharybin
2011-12-31fix [#29734] Crash after bpy.ops.file.direrectory_new()Campbell Barton
2011-12-31fix [#29735] Blender crashes with ACCESS_VIOLATION when snapping cursor to ca...Campbell Barton
2011-12-31Small tweaks from Zafio for the remesh modifier iconNicholas Bishop
2011-12-31Fix for Remesh Modifier:Thomas Dinges
2011-12-31Add remesh modifier (dual contouring).Nicholas Bishop
2011-12-30Disable markers when doing frame-by-frame tracking and tracker library return...Sergey Sharybin
2011-12-30Object tracking integrationSergey Sharybin
2011-12-30Color management: add "Color Unpremultiply" option for images and render sett...Brecht Van Lommel
2011-12-30fix [#29686] Weight paint paints when it shouldn'tCampbell Barton
2011-12-30patch from Jason HaysCampbell Barton
2011-12-30Camera tracking: improvements of track preview widgetSergey Sharybin
2011-12-30style edits for function declarationsCampbell Barton
2011-12-30weight paint - fix for own error in r42986, also avoid getting unified settin...Campbell Barton
2011-12-30improvement to how weight paint blur worksCampbell Barton
2011-12-30get the brush size at before applying each brush step, saves unified brush se...Campbell Barton
2011-12-30minor edits to weight paintCampbell Barton
2011-12-29Fix #29687: Normal bake from multires gives distorted results.Sergey Sharybin
2011-12-29Fix #29718: anchored stroke with image-texture --- strange behaviourSergey Sharybin
2011-12-29Remove totally crappy and not used operator FONT_OT_buffer_pasteSergey Sharybin
2011-12-28Merging r42896 through r42944 from trunk into soc-2911-tomatoSergey Sharybin
2011-12-28Code refactoring: add unified image buffer functions for doing float => byte,Brecht Van Lommel
2011-12-28copy BLI_edgehash changes from bmesh branch, main change is use of mempool.Campbell Barton
2011-12-27Change visualize indices so that edit select mode chooses which elements are ...Howard Trickey
2011-12-27More fixes for timecode usage with BKE_movieclip_get_ibuf_flagSergey Sharybin
2011-12-27Merging r42800 through r42895 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-27remove unneeded casts from 'unsigned int' to 'int'Campbell Barton
2011-12-27Fix own error in r42881, didn't add rectangle padding correctly.Nicholas Bishop
2011-12-27[#29144] Snapping control points: can't choose which one to deleteMartin Poirier
2011-12-27Factor out some generic parts of the sculpting PBVH redraw planes code.Nicholas Bishop
2011-12-26[#29611] Crash when scale one vertex with snap.Martin Poirier
2011-12-24replace u_int64_t with cc99's uint64_t as suggested by Nicholas Bishop.Campbell Barton
2011-12-24formatting edits 120 line lengthCampbell Barton
2011-12-24change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh ...Campbell Barton
2011-12-23UI: small further tweak to last region expand/collapse fix, when moving theBrecht Van Lommel
2011-12-23Fix #29652: operator tab can not be maximisedSergey Sharybin
2011-12-23Code cleanup: fix some clang static checker warnings.Brecht Van Lommel
2011-12-22Fix/workaround for russian ui crash on exitSergey Sharybin
2011-12-22remove commented index drawing code (now its a debug option), and remove code...Campbell Barton