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-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2012-03-05tesselat -> tessellat in UI messages, + style edits.Bastien Montagne
2012-03-05Fix for missed faces in mesh after switching active shape key in edit mode.Sergey Sharybin
2012-03-05RegionView3D.update call, to address issue in report:Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-04Many i18n fixings, based on [#30428] [2.62] Translation Issues.Bastien Montagne
2012-03-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton
2012-03-03option for the Armature Actuator to change the influence of a bone constraint.Dalai Felinto
2012-03-03"Fix" [#30431] UI string spelling & similar fixes.Bastien Montagne
2012-03-02style cleanupCampbell Barton
2012-03-02mesh.update() now has option to calculate tessellation faces.Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-03-01A number of improvements for the file output node(s).Lukas Toenne
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-29ndof button handling improvements: Spaceball5000's A,B,C buttons can now be k...Mike Erwin
2012-02-28Fix UI error - some curve settings were in the path panel and were greyed out...Campbell Barton
2012-02-27Various fixes to UI messages (among other things, all messages needed it shou...Bastien Montagne
2012-02-24Python: add MeshLoop.index, same as already existed for vert/edge/face/poly.Brecht Van Lommel
2012-02-24bmesh py api - bmesh.utils.face_flipCampbell Barton
2012-02-24bmesh docs now written in sphinx doc generator.Campbell Barton
2012-02-24Changes in FFV1 codec settingsSergey Sharybin
2012-02-22Adds a new node type for saving multiple image files from a single node.Lukas Toenne
2012-02-21Fix #30270, #30265: cycles not displaying textured objects, and not renderingBrecht Van Lommel
2012-02-21remove NGon Interp modifier (which was merged as apart of BMesh),Campbell Barton
2012-02-21copy over a change from bmesh branch that was needed for lightmap unpack to w...Campbell Barton
2012-02-20fix [#30266] B-Mesh: Issue with Weight PaintingCampbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-20moved select interior faces into a C function (was python)Campbell Barton
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-17Use BLF API to check whether translation is enabled, when possible!Bastien Montagne
2012-02-17svn merge ^/trunk/blender -r44136:44189Campbell Barton
2012-02-17fa_PE is no valid language code (how comes no one noted that yet?), fa_IR see...Bastien Montagne
2012-02-17Camera tracking: configurable filter type for 2d stabilizationSergey Sharybin
2012-02-17Camera tracking: fixed default value for pixel aspect which wasn't 1.0Sergey Sharybin
2012-02-17Camera tracking: animation datablock for MovieClipSergey Sharybin
2012-02-16Typo in previous own commit.Sergey Sharybin
2012-02-16Clear PROP_TRANSLATE flag for Macro Operator's bl_label as well.Sergey Sharybin
2012-02-16Reverting changes in commit r43458.Sergey Sharybin
2012-02-16Tomato: configurable filter type for 2d stabilizationSergey Sharybin
2012-02-16Tomato: fixed default value for pixel aspect.Sergey Sharybin
2012-02-15svn merge ^/trunk/blender -r44118:44136Campbell Barton
2012-02-15Camera tracking: animation datablock for MovieClipSergey Sharybin
2012-02-15Merging r44109 through r44128 from trunk into soc-2011-tomatoSergey Sharybin
2012-02-15FFmpeg settings can't be animated. Clear animation flag to prevent confusingSergey Sharybin
2012-02-15fix [#30153] Crash in outline datablock display after switch to edit modeCampbell Barton
2012-02-15svn merge ^/trunk/blender -r44076:44118Campbell Barton
2012-02-14Camera tracking: corrected default values for some reconstruction-related pro...Sergey Sharybin
2012-02-14Merging r44070 through r44108 from trunk into soc-2011-tomatoSergey Sharybin
2012-02-14Fix quicktime export being broken in various ways: callback was missingBrecht Van Lommel