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
2010-02-11Operation Dot-Kill finishedDaniel Salazar
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-10Missing tooltips for Start frame and End frameDaniel Salazar
2010-02-10Changed fields Odd / Even terminology to more standard Upper First /Daniel Salazar
2010-02-10make dupliface operator (access from object menu)Campbell Barton
2010-02-10[#20958] API: crash on mesh.update() if I unlink and link meshes with the sam...Campbell Barton
2010-02-10Can't hardcode hotkey in description if it can be changed in a keymap.Martin Poirier
2010-02-10More limits, step size and default changes to particle settings (andDaniel Salazar
2010-02-10Fixing broken tooltip in snapping's project buttonDaniel Salazar
2010-02-10More informative tooltip for Snapping buttonDaniel Salazar
2010-02-09add access to edge select tagging from mesh toolbar (tagging seams on Ctrl+RMB)Campbell Barton
2010-02-08Adding support for the FFmpeg video codec #1 as requested on the mailing list.Joerg Mueller
2010-02-082.5 Audio:Joerg Mueller
2010-02-07Patch by matd (on irc).Martin Poirier
2010-02-07Fix #21000: normal size button increment too small to see, also fixedBrecht Van Lommel
2010-02-06Fix #20452: motion blur buttons were missing. Motion blur samplesBrecht Van Lommel
2010-02-06Disabled ability to animate FPS setting, since this was producing weird and c...Joshua Leung
2010-02-03[#20957] Python API: unlink an object while in edit mode may crash BlenderCampbell Barton
2010-02-02render simplify option to disable triangulation.Campbell Barton
2010-02-02PROP_ANIMATEABLE -> PROP_ANIMATABLE (more common spelling)Campbell Barton
2010-01-28missed some files last commit.Campbell Barton
2010-01-28- change max threads from 8 to 64, need to keep an eye on stack memory use here.Campbell Barton
2010-01-28Fix [#20754] Histogram Not Updating, Showing Incorrect Levels, Colour Managem...Matt Ebb
2010-01-28Ambient Occlusion split up into:Brecht Van Lommel
2010-01-26Fix Blend From Shape having no effect after exiting edit mode.Brecht Van Lommel
2010-01-25Added simplification back for quicker preview renders with less subdivisionBrecht Van Lommel
2010-01-25Add option to choose between radians or degrees for rotation units in the UI.Matt Ebb
2010-01-24unlinking objects from a scene in python wasnt notifying the outliner which w...Campbell Barton
2010-01-21uninitialized value causing crashes when getting the image extension.Campbell Barton
2010-01-19Preview Range Tweak:Joshua Leung
2010-01-16- UV header sync selection vert/edge/face buttons were displayed as 3 tickboxesCampbell Barton
2010-01-14Fix [#20663] Mouse cursor icon changes back to default in edit modeMatt Ebb
2010-01-10[#20587] Time field under Stamp (rendering) is always showing 00:00:00.01Campbell Barton
2010-01-10RNA/Py APICampbell Barton
2010-01-09Color management fixesMatt Ebb
2010-01-08- RNA support for returning copied strings from functions, flagging strings a...Campbell Barton
2009-12-31- modify the baking layout to be more compact and made a bit more sense.Campbell Barton
2009-12-31BGE: (1) stereo tooltip update (2) blenderplayer working with new stereo sett...Dalai Felinto
2009-12-29BGE: stereoscopic settings changes: (1) eye separation is the UI (2) focallen...Dalai Felinto
2009-12-22- make ToolSettings.mesh_selection_mode into an array of 3 bools rather then ...Campbell Barton
2009-12-17Notifier related tweaks, partially from patch 20370 by Jason MillisMatt Ebb
2009-12-13more sequence -> sequencer rename, also made sequencer swap strip update effe...Campbell Barton
2009-12-11*Missing notifier for Render Border. Thomas Dinges
2009-12-11Various UV editor / notifier related fixes:Matt Ebb
2009-12-08RNA:Brecht Van Lommel
2009-12-08Animation Editors: Fixes for RNA/Python BastardisationJoshua Leung
2009-12-03Fix for [#20226] 3DView header: hiding menu texts and layer button's issue.Matt Ebb
2009-12-02Quicktime : make dna codecType data store the quicktime codecType value inste...Damien Plisson
2009-11-30Assorted tweaks for subdivide operator ranges - soft/hard ranges were swapped. Joshua Leung
2009-11-28UI/RNA:Nicholas Bishop