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
2011-12-13Merging r42533 through r42601 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-12Fix #29600: Hook actions wrong Tool Shelf adjustSergey Sharybin
2011-12-09Fix for recent rna rename of global to use_globalSergey Sharybin
2011-12-09global is python keyword so cant use as operator argument,Campbell Barton
2011-12-09Merging r42482 through r42532 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-09went over all uses of MDeformWeight.def_nr and made sure the value is clamped...Campbell Barton
2011-12-09another possible fix for bug [#29521], all callers of flip_side_name(...), as...Campbell Barton
2011-12-08Disable redo for some vertex group operators to prevent confusingSergey Sharybin
2011-12-07Merging r42461 through r42481 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-07fix for NULL pointer free and add in some checks, while looking into bug [#29...Campbell Barton
2011-12-05Object tracking; initial commitSergey Sharybin
2011-12-05syncing some minor formatting edits from bmesh branch.Campbell Barton
2011-12-04remove mesh PartialVisibility, it wasnt being version patches or used anywher...Campbell Barton
2011-12-04remove old renderer struct member, was only used for setting yafray but was s...Campbell Barton
2011-12-04add a new object member to store the dsize, since with my recent commit broke...Campbell Barton
2011-12-03Fix #29477: make proxy gave proxy object the wrong name with OB prefix.Brecht Van Lommel
2011-11-30Forcing multires update when doing multires bakingSergey Sharybin
2011-11-30fix for parenting bug introduced by own commit r42273, adding dummy object di...Campbell Barton
2011-11-30fix [#29450] Mirror Vertex Groups issueCampbell Barton
2011-11-30fix [#29111] Wrong application of delta scaleCampbell Barton
2011-11-29Fix for memory leak in multires baker.Sergey Sharybin
2011-11-29fix for crash adding empty objectCampbell Barton
2011-11-24Fix #29369: bpy.data.curves.new(name= "test" , type = 'SURFACE') does not cre...Sergey Sharybin
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-22Attempted bugfix to improve behaviour of inverse calculations for ChildOfJoshua Leung
2011-11-22replace ImBuf.depth with ImBuf.planes to match ImageFormatData.planes & to av...Campbell Barton
2011-11-22silly bug in copying game properties between linked objects - reported on Ble...Dalai Felinto
2011-11-20share code for fluidsim, ocean & dynamic paint file paths.Campbell Barton
2011-11-15add back feature from 2.4x - Shift+Del to delete objects from all scenes.Campbell Barton
2011-11-14minor cleanup Campbell Barton
2011-11-13Fix #29240: multi-res bake broken in 2.60Sergey Sharybin
2011-11-13Ocean Sim modifier patchLukas Toenne
2011-11-13Speedup of multires bakerSergey Sharybin
2011-11-13Fix crash when multires-baking in sculpt mode when sculpt mode is active and ...Sergey Sharybin
2011-11-12Bugfix [#29125] Motion paths odd behaviourJoshua Leung
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton
2011-11-11pep/style edits & quiet some warningsCampbell Barton
2011-11-11Bugfix [#29210] ChildOf constraint Set InverseJoshua Leung
2011-11-08Nodes: add cycles shader nodes, these will only be available to render enginesBrecht Van Lommel
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-07fix [#29183] Make duplicates real: parent informations of the group is not co...Campbell Barton
2011-11-07replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functi...Campbell Barton
2011-11-06replace macros for bli math functions in editorsCampbell Barton
2011-11-06As discussed on the mailing list, removing the non-functional,Joshua Leung
2011-11-05Code refactoring: split lamp functions from object.c into new lamp.c.Brecht Van Lommel
2011-11-05Code refactoring: split camera functions from object.c into new camera.c.Brecht Van Lommel
2011-11-05- view bounds (now split from collision bounds) was still being used for bge ...Campbell Barton