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-16svn merge ^/trunk/blender -r42617:42655Campbell Barton
2011-12-15Bicubic bump map filtering.Antony Riakiotakis
2011-12-14svn merge ^/trunk/blender -r42586:42617Campbell Barton
2011-12-13First Blender 2.61 commit! (Sneaked in quick tooltop fix too).Ton Roosendaal
2011-12-132 new bevel options for the operator and the modifier.Campbell Barton
2011-12-13svn merge ^/trunk/blender -r42564:42586Campbell Barton
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-11Add vertex connect tool to Ctrl-V submenu and Mesh->Vertices submenu.Antony Riakiotakis
2011-12-11Set lens settings to blender's camera on "Setup Tracking Scene" operatorSergey Sharybin
2011-12-11svn merge ^/trunk/blender -r42550:42564Campbell Barton
2011-12-10Fix #29516: Twist brush giving crazy resultsSergey Sharybin
2011-12-10svn merge ^/trunk/blender -r42521:42550Campbell Barton
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-08svn merge ^/trunk/blender -r42495:42516Campbell Barton
2011-12-08randomize transform operators 'rotation' property subtype changedM.G. Kishalmi
2011-12-07svn merge ^/trunk/blender -r42466:42495Campbell Barton
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-06svn merge ^/trunk/blender -r42439:42466Campbell Barton
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-05svn merge ^/trunk/blender -r42422:42426Campbell Barton
2011-12-05(no commit message)Daniel Salazar
2011-12-04svn merge ^/trunk/blender -r42372:42416Campbell Barton
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-02Adjust face menu links to "mirror uvs" and "mirror colors" to use the bmesh n...Andrew Wiggin
2011-12-02Remove face menu (ctrl+f) links to f-gon commandsAndrew Wiggin
2011-12-02svn merge ^/trunk/blender -r42303:42329Campbell Barton
2011-12-02renaming BooleanProperty to BoolProperty (rna structs shouldnt affect scripters)Dalai Felinto
2011-11-30svn merge ^/trunk/blender -r42261:42290Campbell Barton
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-29svn merge ^/trunk/blender -r42245:42261Campbell Barton
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-29svn merge ^/trunk/blender -r42221:42245Campbell Barton
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