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
2015-05-07Minor cleanupAntony Riakiotakis
2015-05-07Fix T44604 bad quality of rake with bezier curves.Antony Riakiotakis
2015-05-07Fix T44627, black spots with lock alpha in projection paint:Antony Riakiotakis
2015-05-07Fix crash when rendering opengl from sequencer.Antony Riakiotakis
2015-05-07EdgeSlide: support for un-clamped slidingCampbell Barton
2015-05-07Cleanup: remove unneeded context argCampbell Barton
2015-05-07EdgeSlide: use pairs for TransDataEdgeSlideVertCampbell Barton
2015-05-07EdgeSlide: fix divide by zeroCampbell Barton
2015-05-07Fix first part of T44627, locking alpha should happen in straight spaceAntony Riakiotakis
2015-05-06Feature request: Dyntopo detail expressed in percentage of brush radius.Antony Riakiotakis
2015-05-06Rip tool, support filling-edges with fill enabledCampbell Barton
2015-05-06Fix T44618: Rip Fill on a single vert would only generate one of the two expe...Bastien Montagne
2015-05-06OpenGL render: Update metadata as before, for every frame written to aAntony Riakiotakis
2015-05-06Quick patch-up for opengl render metadata.Antony Riakiotakis
2015-05-06Cleanup: use functions we already use elsewhere for bone detectionAntony Riakiotakis
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
2015-05-05Cleanup: rip toolCampbell Barton
2015-05-05BMesh: improve rip tool /w mon-manifold vertsCampbell Barton
2015-05-04Cleanup: style & const'sCampbell Barton
2015-05-04Cleanup: wrapped function indentationCampbell Barton
2015-05-04Cleanup: deduplicate code.Bastien Montagne
2015-05-04Revert "Different drawing for object centers."Antony Riakiotakis
2015-05-04UI: location/scale were snapping to 10sCampbell Barton
2015-05-04UI: button snap (ctrl) was rounding downCampbell Barton
2015-05-04Fix eyedropper with quad-viewCampbell Barton
2015-05-04Fix T44594 disable depth of field in wireframe/bounding box modes. WeAntony Riakiotakis
2015-05-04Fix possible crash with datatransfer operator when source object was hidden.Bastien Montagne
2015-05-04Different drawing for object centers.Antony Riakiotakis
2015-05-04Don't scale metadata font with zoom - makes strings not consistentlyAntony Riakiotakis
2015-05-04Support displaying metadata for images in sequencer preview windows (notAntony Riakiotakis
2015-05-04Fix T29029: Grease pencil fails in Quad ViewCampbell Barton
2015-05-04Correct own error in recent quad-view ruler fixCampbell Barton
2015-05-04Fix Buttons context, invalid object data accessCampbell Barton
2015-05-04Fix T44376: Buttons context, invalid data accessCampbell Barton
2015-05-04Add name argument to data creation API callsCampbell Barton
2015-05-03Rigidbody: Fix viewport update when changing collision shape in toolbarSergej Reich
2015-05-03Fix T44591: Set PBone Group operator did not handled predifined group index i...Bastien Montagne
2015-05-03Cleanup: rename clear_skin & clear_mask operators to skin_clear and mask_clear.Bastien Montagne
2015-05-03Fix T44589: No way to add a skin data layer manualy.Bastien Montagne
2015-05-02BMesh: rip-tool can now split off isolated fansCampbell Barton
2015-05-02Cleanup: redundant varsCampbell Barton
2015-05-02Sound now returns even if file fails to loadCampbell Barton
2015-05-02BMesh: BM_mesh_edgesplitCampbell Barton
2015-05-02Cleanup: bmesh src/dst order in API argsCampbell Barton
2015-05-01Auto pack: don't show "No new files have been packed" on every .blend file save.Brecht Van Lommel
2015-05-01Fix a couple of harmless compiler warnings.Brecht Van Lommel
2015-05-01Fix T44560: Merge Collapse tool - UVs operator panel option ignored with Coll...Bastien Montagne
2015-05-01Use mono font for metadataAntony Riakiotakis
2015-05-01Fix T44565 World background artifacts when world shader is void (orAntony Riakiotakis
2015-05-01Left some debug prints in here...Joshua Leung