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-06-11Merged changes in the trunk up to revision 47700.Tamito Kajiyama
2012-06-10Planar tracking support for motion trackingSergey Sharybin
2012-06-10fix for un-initialized memory use for modal inset/bevel.Campbell Barton
2012-06-08mask animation keys now editable in the dope sheet (duplicate, transform, del...Campbell Barton
2012-06-07code cleanup: rename sequencer types to SEQ_TYPE_*** and use enums rather the...Campbell Barton
2012-06-07Fix #31734: Edge slide operator Flip/Even options not workingSergey Sharybin
2012-06-07style cleanupCampbell Barton
2012-06-06Changed semantic of recently added start_frameSergey Sharybin
2012-06-06style cleanup: (indentation)Campbell Barton
2012-06-06mask modeCampbell Barton
2012-06-05shrink/fatten now works with proportional editmode on curves.Campbell Barton
2012-06-05shrink/fatten transform for mask - adjusts the feather weight.Campbell Barton
2012-06-05Fix #31713: Mask editor: RMB drag crashes BlenderSergey Sharybin
2012-06-05style cleanupCampbell Barton
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-06-04Merged changes in the trunk up to revision 47381.Tamito Kajiyama
2012-06-01fix crash in clip graph view (possibly own fault)Campbell Barton
2012-05-31Fix #31634: crash calling bpy.ops.transform.edge_slide() outside 3d view.Brecht Van Lommel
2012-05-30minor transform change to stay in sync with mask branchCampbell Barton
2012-05-27Fix #31606: pg up/down does not work for changing falloff for proportional ed...Sergey Sharybin
2012-05-27Merged changes in the trunk up to revision 47056.Tamito Kajiyama
2012-05-27code cleanup: use const float and define array sizeCampbell Barton
2012-05-25Fix for last commit, forgot to update Screen.is_animation_playing python prop...Brecht Van Lommel
2012-05-25Animation playback: now all windows are update during playback, rather thanBrecht Van Lommel
2012-05-25remove some float/double conversionsCampbell Barton
2012-05-24style cleanup: brace placement/newlinesCampbell Barton
2012-05-24style cleanup: comma placementCampbell Barton
2012-05-23edit to last commit, remove pointer to active slide vert, only need to store ...Campbell Barton
2012-05-23non-proportional edge slide patch by XercesBlueCampbell Barton
2012-05-23style cleanupCampbell Barton
2012-05-23code cleanup: double promotion warningsCampbell Barton
2012-05-22Add vertex skin radii scaling as a transform operator.Nicholas Bishop
2012-05-22A number of new features for the node editor in general and the Frame node in...Lukas Toenne
2012-05-21code cleanup: spellingCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-19Merged changes in the trunk up to revision 46787.Tamito Kajiyama
2012-05-18Code cleanup: de-duplicate some transform constraint code.Nicholas Bishop
2012-05-16evil mango feature, alt transform sequence strips bumps other strips out of t...Campbell Barton
2012-05-16modal operation for bevel and inset:Antony Riakiotakis
2012-05-13Adds “align” option to snap to verts/edges/faces, for bones in Pose mode.Bastien Montagne
2012-05-13code cleanup: use vector math function minmax_v3v3_v3() and other minor vecto...Campbell Barton
2012-05-13code cleanup: use static functions for transform operatorsCampbell Barton
2012-05-13add access to bevel weight modal operator (only available in the Shift+E edge...Campbell Barton
2012-05-13code cleanup: minor improvements to float/vector usage.Campbell Barton
2012-05-12Merged changes in the trunk up to revision 46557.Tamito Kajiyama
2012-05-11- dont create scene.sequence_editor on read, means data-browser or autocomple...Campbell Barton
2012-05-09style cleanup: whitespace/operatorsCampbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton