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
path: root/source
AgeCommit message (Expand)Author
2011-11-24rename mathutils constructors to match other parts of the bpy/api (no functio...Campbell Barton
2011-11-24patch: [#29382] Arbitrary Length Array Function Additions and ModificationsCampbell Barton
2011-11-24BGE Animations: Getting the Action Actuator to behave better with pulse mode ...Mitchell Stokes
2011-11-24BGE patch:[#29372] Matrix size for bge.types.BL_ArmatureBone.bone_mat by Dami...Dalai Felinto
2011-11-232.6 UI code:Thomas Dinges
2011-11-23Patch #29336: renaming UV (Texture) Layer to UV Map in the user interface,Brecht Van Lommel
2011-11-23minor changesCampbell Barton
2011-11-23Fix compilation error of blenderplayer caused by recent commit.Sergey Sharybin
2011-11-23Added method clear to most of collections which supports new/remove.Sergey Sharybin
2011-11-23Fix #29367: Vertex parent regressionSergey Sharybin
2011-11-23MSVC 2005 and higher supports variable length macroses, so RNA_warning can re...Sergey Sharybin
2011-11-23Fix #28934: missing GLSL/icon update when changing materials used in nodes.Brecht Van Lommel
2011-11-23Fixed some glitches with WeightVG modifiers:Bastien Montagne
2011-11-22looking at CustomData_add_* functions - best the return valye is checked.Campbell Barton
2011-11-22more minor edits to ocean sim codeCampbell Barton
2011-11-22Some Dynamic Paint ui message fixes.Miika Hamalainen
2011-11-22ocean simCampbell Barton
2011-11-22Fix for long-standing TODO item: Clicking on overlapping nodes would activate...Lukas Toenne
2011-11-222.6 Various code cleanup: Thomas Dinges
2011-11-22* UI Improvements for the uiTemplateImageSettings.Thomas Dinges
2011-11-22remove unnecessary switch() statement from ocean sim loop.Campbell Barton
2011-11-22Fix a crash switching from cycles to blender internal, wrong order of freeing.Brecht Van Lommel
2011-11-22fix [#29319] bus error with python with link_append and {}Campbell Barton
2011-11-22Attempted bugfix to improve behaviour of inverse calculations for ChildOfJoshua Leung
2011-11-22fix for [#29355] clone-brush in texture paintCampbell Barton
2011-11-22Fix #29358: Feature "trackness" property misnamedSergey Sharybin
2011-11-22- use cache_ as a prefix for new modifiers.Campbell Barton
2011-11-22rename image type defines to be less ambiguous, also set BMP as not supportin...Campbell Barton
2011-11-22fix for blenderplayer buildDalai Felinto
2011-11-22More UI messages fixes and tweaks (found while translating in french).Bastien Montagne
2011-11-22display quality for avijpeg, name BKE_imtype functions more sensibly Campbell Barton
2011-11-22i18n update:Bastien Montagne
2011-11-22image save operator now shares settings and UI with render & image out node.Campbell Barton
2011-11-22replace ImBuf.depth with ImBuf.planes to match ImageFormatData.planes & to av...Campbell Barton
2011-11-22Camera tracking: code cleanupSergey Sharybin
2011-11-22Just another typo in recent commit.Sergey Sharybin
2011-11-22move image settings into their own structure so the interface can be shared w...Campbell Barton
2011-11-22Oops, forgot to remove this unused variableSergey Sharybin
2011-11-22silly bug in copying game properties between linked objects - reported on Ble...Dalai Felinto
2011-11-21Fixed threading issue when tracking several tracksSergey Sharybin
2011-11-21Combined BlenderPro Brazil workshop fix + Patch 29302Ton Roosendaal
2011-11-21Last part of camera tracking names cleanup: bundles -> 3d markersSergey Sharybin
2011-11-21Fix #29348: subsurf modifier causing mesh to draw slower than with modifierBrecht Van Lommel
2011-11-21Fix #29333: issue with modal keymap saving.Brecht Van Lommel
2011-11-21minor edits to error printing, also print the proprty identifier for rna prop...Campbell Barton
2011-11-21Fix #29347: enum tooltip crash that showed up with recent changes.Brecht Van Lommel
2011-11-21fix [#29337] Duplicate long shapekey names crash BlenderCampbell Barton
2011-11-21Yet another fix for crashes when drawing empty base mesh with constructive mo...Lukas Toenne
2011-11-20Fix for crasher when node group tree datablocks are missing.Lukas Toenne
2011-11-20Muting node patch: second part. Also fix [#27636] Muting shading nodes is ign...Bastien Montagne