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
2010-08-12Fix #23235: crash with editmesh instances & drawing, only the objectBrecht Van Lommel
2010-08-12Small UI Tweak: Added NumPad-0 as additional hotkey for Reset to Default Valu...Joshua Leung
2010-08-12patch [#23280] Generated suffixes of strip names contain random character (re...Campbell Barton
2010-08-12fix for the rna curve interpolation enum, 'ease' was using the same value as ...Campbell Barton
2010-08-12bugfix [#23263] Changing view crashes blenderCampbell Barton
2010-08-12[#23275] .3DS import script fails on some models.Campbell Barton
2010-08-12bugfix [#23270] Long directory name segmentation fault in File browerCampbell Barton
2010-08-12- possibly bugfix /w uninitialized vars [#23270] Long directory name segmenta...Campbell Barton
2010-08-12Logic UI: name mismatch on motion blur property (report and patch by Jacob F.)Dalai Felinto
2010-08-12bad level call fixes so the blenderplayer compiles againTom Musgrove
2010-08-11add support for documenting class methodsCampbell Barton
2010-08-11mathutils module methods only contained matrix constructors, move these to ma...Campbell Barton
2010-08-11python declarative UICampbell Barton
2010-08-11Fixing make files compilation in linuxJoilnen Leite
2010-08-11Blender Py API: GameLogic -> bge.logicJoerg Mueller
2010-08-11Blender Py API: Implemented missing KX_PYATTRIBUTE_TODOs and -DUMMYs.Joerg Mueller
2010-08-11bugfix [#23257] cmake tests for SSE, but SSE2 gets enabledCampbell Barton
2010-08-11small edits to text editor from writing a python editor extension.Campbell Barton
2010-08-11bugfix [#23247] Load Image in Textures does not use a usefull pathCampbell Barton
2010-08-11Fix silly bug with color ramp ui where there was an extra pixel Matt Ebb
2010-08-11correction for mis-named DupliObject.object_matrix -> matrix_originalCampbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-11SVN maintenance.Guillermo S. Romero
2010-08-10minor adjustments to python scripts to make them easier to run outside of ble...Campbell Barton
2010-08-10repr() functions for the python api, this means it can print 'bpy.data.object...Campbell Barton
2010-08-10moved idcode functions into their own file (was added as a todo in the commen...Campbell Barton
2010-08-10Smoke:Daniel Genrich
2010-08-10Fix for [#22924] KX_PolygonMaterial.diffuse does not return expected list[r,g,b]Joerg Mueller
2010-08-10svn merge -r 31145:31210 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-08-10Py API Docs:Joerg Mueller
2010-08-10- Enable shape key switching in edit mode for curves, surfaces and latticiesSergey Sharybin
2010-08-10include rna parent class names in renaming listCampbell Barton
2010-08-10header re-shuffle, some headers contained unneeded refereces to other headers...Campbell Barton
2010-08-10Added additional (optional) subframe argument to RNA API function: scene.set_...Matt Ebb
2010-08-10rewrite poll methods using a base class implementation instead of a global fu...Martin Poirier
2010-08-10Bugfix for:[23234] Blender File Browser - Back Button does work with first di...Dalai Felinto
2010-08-10SVN maintenance.Guillermo S. Romero
2010-08-09Fix bug #22828, "Exporting as COLLADA crashes Blender".Arystanbek Dyussenov
2010-08-09OBJ Export:Thomas Dinges
2010-08-09OBJ Export:Thomas Dinges
2010-08-09rna refactoring update, order by class, attribute.Campbell Barton
2010-08-09fix from recent poll() edits.Campbell Barton
2010-08-09restrict prefix checking to booleans for nowCampbell Barton
2010-08-09rna refactor...Campbell Barton
2010-08-09python draw callbackCampbell Barton
2010-08-09poll() as a python '@staticmethod' was too limiting and didnt allow useful ba...Campbell Barton
2010-08-09remove py2.x compat check for class registration.Campbell Barton
2010-08-09[#23228] Play rendered animation is not workingCampbell Barton
2010-08-08Bugfix: [#23149] Showing cache instead of rendering with the VSEPeter Schlaile
2010-08-08== docs ==Luca Bonavita