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-04Merged changes in the trunk up to revision 47381.Tamito Kajiyama
2012-06-03fix [#31674] BMesh Corrupt Stack around BMVert array "verts" - ONLY ON DEBUG ...Campbell Barton
2012-06-03rename context menu 'Python Documentation' to 'Online Python Reference'Campbell Barton
2012-06-03minor optimizations to compositor, avoid indirections when operating array me...Campbell Barton
2012-06-03Bugfix for [#31692] Blur Node (Flat) X size affects Y size, Y size does nothingThomas Dinges
2012-06-03Minor UI message fixBastien Montagne
2012-06-03Fix bug [#31588]: iTaSC does not handle armature scaling correctly. iTaSC sol...Benoit Bolsee
2012-06-03code cleanup: replace some non utf8 charsCampbell Barton
2012-06-03quiet warningsCampbell Barton
2012-06-03Bugfix: Bone Groups now displayed with correct icon in OutlinerJoshua Leung
2012-06-03Part-Bugfix, Part-Feature Completion: 'Armature' Option for Mask ModifierJoshua Leung
2012-06-03Mask Modifier - Bugfix and dead-code cleanupJoshua Leung
2012-06-03Compile fix - "spf" was undefinedJoshua Leung
2012-06-03Cloth collisions: Revert 47335.Daniel Genrich
2012-06-02Fixing most (if not all) remaining issues with nodes UI i18n.Bastien Montagne
2012-06-02experenental manual linking from the UI. realize this is an issue which is no...Campbell Barton
2012-06-02code cleanup: rename bool --> do_tint, confused qtcreatorCampbell Barton
2012-06-01Commenting out unused var, prevents my debug Blender to build... ;)Bastien Montagne
2012-06-01Make "Match Movie Length" into an operator (must be called inside a context h...Bastien Montagne
2012-06-01Followup fix Bugfix [#31629]: Cloth simulation collisions used still too high...Daniel Genrich
2012-06-01Smoke Bugfix: Velocity of moving objects was too high after scaling patch.Daniel Genrich
2012-06-01Fix #31673, File Output node forgets about socket names. Was checking for wro...Lukas Toenne
2012-06-01fix for crash when loading a file while rendering.Campbell Barton
2012-06-01Tweaks for Pasting Keyframes in DopeSheet/Graph EditorsJoshua Leung
2012-06-01code cleanup: warningsCampbell Barton
2012-06-01Theme color for frame nodes. The alpha value from this theme color is also us...Lukas Toenne
2012-06-01Update startup.blend:Sergey Sharybin
2012-06-01There's no MASK_OT_select_border in trunk yetSergey Sharybin
2012-06-01Action Group Colors for Bones (Part 2)Joshua Leung
2012-06-01Added NULL-pointer check to avoid crash in node editor. Fixes #31664Konrad Kleine
2012-06-01Reroute nodes, by Jeroen Bakker (patch #28443).Lukas Toenne
2012-06-01Optimize Gaussian blursMonique Dewanchand
2012-06-01Style and typo fixesJoshua Leung
2012-06-01fix crash in clip graph view (possibly own fault)Campbell Barton
2012-06-01Fixed crashJeroen Bakker
2012-06-01Replaced tile based memory manager with a single aligned bufferMonique Dewanchand
2012-06-01Removed unused files in compositorJeroen Bakker
2012-06-01Add const prefix to match definition in lasso.cPeter Larabell
2012-06-01Fix for [#31662] Compositing: No Alpha if image/color connected to second inp...Monique Dewanchand
2012-05-31Fix #31634: crash calling bpy.ops.transform.edge_slide() outside 3d view.Brecht Van Lommel
2012-05-31style cleanupCampbell Barton
2012-05-31This fixes a precision issue in multi-paint so that near zero values do not c...Jason Hays
2012-05-31Fix #31657: adding mesh objects did not take units into account for the gridBrecht Van Lommel
2012-05-31Fix for [#31602] Node Glare: Ghosts effectJeroen Bakker
2012-05-31math lib changes from tomatoCampbell Barton
2012-05-31Fix for [#31542] Tiles Compositor: Image sequences brokenJeroen Bakker
2012-05-31 * Added new dilate/erode functionJeroen Bakker
2012-05-31Fix for Monique Dewanchand
2012-05-30Viewer linking operator has to flag the node tree for update, to ensure the d...Lukas Toenne
2012-05-30 * fixed memory leak in compositor operation.Jeroen Bakker