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
2006-07-14===Python API===v2.42Ken Hughes
2006-07-12more spell checking.Stephen Swaney
2006-07-12A little spell-checkage.Stephen Swaney
2006-07-11Added some notes on mesh materials and object getData(mesh=1)Campbell Barton
2006-07-09BPython:Willian Padovani Germano
2006-07-09BPython API:Willian Padovani Germano
2006-07-09===Python API===Ken Hughes
2006-07-07Bugfix in NMesh:Brecht Van Lommel
2006-07-06===Python API===Ken Hughes
2006-07-06===Python API===Ken Hughes
2006-07-06===Python API===Ken Hughes
2006-07-06added an example for face.col - normal mappingCampbell Barton
2006-07-06Added an example of using edge flags in the epydocsCampbell Barton
2006-07-06fixed a bug in poly redux's vgroup weight merging (was reducing the weight ea...Campbell Barton
2006-07-05===Python API===Ken Hughes
2006-07-05Added a note in mathutils about how line intersect worksCampbell Barton
2006-07-04===Python API===Ken Hughes
2006-07-03fixed an error in DECREF'ing a variable that could have been null, also gave ...Campbell Barton
2006-07-03Made geometrys polyfill work with all iterators (not just lists) and updated ...Campbell Barton
2006-07-03===Python API===Ken Hughes
2006-07-02=== warnings cleanup ===Andrea Weikert
2006-07-02finish adding Geometry module, removed polyfill from mathutils, updated epydo...Campbell Barton
2006-07-02Adding new geometry module, at the moment it only contains polyfill.. more co...Campbell Barton
2006-07-02wasnt decref'ing items I got from PySequence_GetItem for PolyFill or ob.join(...Campbell Barton
2006-07-01bugfix for #4533 Text3d.Get() fails in retrieving Text3d objectsStephen Swaney
2006-07-01Added a scanfill wraper to Mathutils, allows you to fill polylines without us...Campbell Barton
2006-07-01added an example of getting the worldspace matrix of a boneCampbell Barton
2006-06-29There are a few BPy functions that are documented to return a list but actual...Campbell Barton
2006-06-28=== warnings cleanup ===Andrea Weikert
2006-06-28===Python API===Ken Hughes
2006-06-28Bugfix #4516: Allow ipo.addCurve() to create Key IPO curve for aKen Hughes
2006-06-28EpyDoc/Object: Added notes and updated the makeDisplayList example for new mo...Campbell Barton
2006-06-27BPython:Willian Padovani Germano
2006-06-27Fixed a bug where face flags could not be set because of the faces existing f...Campbell Barton
2006-06-26Object_join Was raising exceptions about being in background mode when it was...Campbell Barton
2006-06-26Fixed a bug where loose edges would raise an error when the FGON value was un...Campbell Barton
2006-06-26join could crash blender in background mode or if the mesh was not in the cur...Campbell Barton
2006-06-24Draw.c fixed error in exception I added with string max length.Campbell Barton
2006-06-21And another syntax error for Python Noise api, this time a crasher even.Ton Roosendaal
2006-06-21Bugfix #4396Ton Roosendaal
2006-06-20Enforced a limit of 399 (UI_MAX_DRAW_STR) for pythons button object. using la...Campbell Barton
2006-06-20scaled comparison adjustment only effects editmode select groupCampbell Barton
2006-06-19Added a note about Draw.ColorPicker needed Draw.Register to have a non None e...Campbell Barton
2006-06-18Scripts:Willian Padovani Germano
2006-06-17===Python API===Ken Hughes
2006-06-16===Python API===Ken Hughes
2006-06-14===Python API===Ken Hughes
2006-06-14===Python API===Ken Hughes
2006-06-13Last minute patch from Chris WantTon Roosendaal
2006-06-12New feature! (Well, replacement for the exisiting cumbersome "DispView")Ton Roosendaal