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
2011-12-13First Blender 2.61 commit! (Sneaked in quick tooltop fix too).Ton Roosendaal
2011-12-12not all filepaths had the FILE_PATH subtype, this means using non utf8 paths ...Campbell Barton
2011-12-11fix for bpy.path.abspath() on windows when the library argument was set and i...Campbell Barton
2011-12-11Set lens settings to blender's camera on "Setup Tracking Scene" operatorSergey Sharybin
2011-12-10Fix #29516: Twist brush giving crazy resultsSergey Sharybin
2011-12-10fix for error in bpy_extras.image_utils.load_image() when the image file exis...Campbell Barton
2011-12-10fix for bpy_extras.image_utils.load_image() making a placeholder image when p...Campbell Barton
2011-12-09global is python keyword so cant use as operator argument,Campbell Barton
2011-12-09[#29509] Randomize rotations fails with Axis/AngleDaniel Salazar
2011-12-08randomize transform operators 'rotation' property subtype changedM.G. Kishalmi
2011-12-07Update presets for trackingSergey Sharybin
2011-12-07Merging remained part of hybrid tracker which adds correlation thresholdSergey Sharybin
2011-12-07Fix #29518: uv cylinder/sphere unwrap from menu didn't work same as using U k...Brecht Van Lommel
2011-12-07Fix #29432: Marquee Select BugSergey Sharybin
2011-12-06Camera tracking: fixed typo in remove tracking preset buttonSergey Sharybin
2011-12-06attempt to fix defione for qtcreator project file and cycles define.Campbell Barton
2011-12-06more minor py editsCampbell Barton
2011-12-06remove invalid NULL checks from own recent commit and minor pep8 edits.Campbell Barton
2011-12-05(no commit message)Daniel Salazar
2011-12-04Fix [#29502] Brush texture Preview panel doesnt show Alpha checkboxThomas Dinges
2011-12-04Camera tracking: merge hybrid tracker from tomato branchSergey Sharybin
2011-12-02Merging r42193 through r42349 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-02renaming BooleanProperty to BoolProperty (rna structs shouldnt affect scripters)Dalai Felinto
2011-11-30Rename Movie to Movie Clip source for background imageSergey Sharybin
2011-11-30option to disable/enable individual background imagesDalai Felinto
2011-11-30Reverting previous ZCombine commit.Sergey Sharybin
2011-11-30Blender 2.61 Release links and readme:Thomas Dinges
2011-11-29Added Z-Combine node to default tracking scene setupSergey Sharybin
2011-11-29Fixed wrong operator usage in clip editor's reconstruction menuSergey Sharybin
2011-11-28Now wiki link in help menu opens the 2.6 index... Better to do it now than on...Bastien Montagne
2011-11-28* Never, ever use "col2" or something like that as UI variable name. Thomas Dinges
2011-11-28Rename tracking settings presets to something which makes more sense.Sergey Sharybin
2011-11-28Camera tracking: missed this presets files in previous commitSergey Sharybin
2011-11-28Camera tracking: merging tracking presets stuff from tomato branchSergey Sharybin
2011-11-28Camera tracking: move margin, frames limit and adjust frames to per-track set...Sergey Sharybin
2011-11-27Camera tracking: presets for default tracking settingsSergey Sharybin
2011-11-27Merging r42160 through r42177 from trunk into soc-2011-tomatoSergey Sharybin
2011-11-26check if an addon exists before getting its mtimeCampbell Barton
2011-11-26* Fix some wrong icon names in MESH_MT_vertex_group_specials, they caused err...Thomas Dinges
2011-11-25Merging r42062 through r42159 from trunk into soc-2011-tomatoSergey Sharybin
2011-11-25Patch #29394: Error in VIEW3D_MT_EDIT_CURVE menuSergey Sharybin
2011-11-25skip importing shutil on load.Campbell Barton
2011-11-24pep8 edits and avoid naming conflicts with python builtinsCampbell Barton
2011-11-24Fix wrong camera preset name D35 => D3S.Brecht Van Lommel
2011-11-23Camera tracking: operator to setup scene for compositing things into footageSergey Sharybin
2011-11-23Patch #29336: renaming UV (Texture) Layer to UV Map in the user interface,Brecht Van Lommel
2011-11-23Quick fix for "droidsans" Blender font, should fix missing umlaut and accent ...Bastien Montagne
2011-11-22ocean simCampbell Barton
2011-11-22Fix #29364: Shade Smooth button is misssing in curve object tools.Sergey Sharybin
2011-11-22* UI Improvements for the uiTemplateImageSettings.Thomas Dinges