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-11dynamicpaint had some incorrect string sizes for layers names, use BLI string...Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2012-01-11minor cleanup for string use - no functional changesCampbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-11fix [#29794] Cannot hide faces in weight-paint modeCampbell Barton
2012-01-11minor changes to BLF api useCampbell Barton
2012-01-11Change how object menu selection works, use an operator with an enum rather t...Campbell Barton
2012-01-11remove spot_interactive() which is now handled by generic py operator.Campbell Barton
2012-01-10(no commit message)Peter Larabell
2012-01-10Some editors choke on lines over 100,000 chars long. Better split.Campbell Barton
2012-01-10comment unused varsCampbell Barton
2012-01-10Camera tracking: fixes for preview widgetSergey Sharybin
2012-01-10Camera tracking: tracks copy/paste operatorSergey Sharybin
2012-01-09Tag unused argumentSergey Sharybin
2012-01-09dont draw object center dot for opengl renderCampbell Barton
2012-01-09fix an error rendering opengl weightpaint data wasn't working when python ini...Campbell Barton
2012-01-08Fix #29828: Reloading background movie clip crashes BlenderSergey Sharybin
2012-01-08Improved auto-hiding of unused sockets for collapsed nodes.Lukas Toenne
2012-01-08Fix for [#28978]Alexander Kuznetsov
2012-01-08Code cleanupJoshua Leung
2012-01-06Fix #29568: Blender restores deleted sceneSergey Sharybin
2012-01-06Bugfix [#29806] World nodetrees not included in Animation Editor filteringJoshua Leung
2012-01-06Cycles/Material list:Thomas Dinges
2012-01-05Fix #29796: Poor screencast quality with any AVI CodecSergey Sharybin
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