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-07-29Merging r36529-38806bge_componentsMitchell Stokes
2011-06-01Fix #27550: texture node editor header was still showing texture datablockBrecht Van Lommel
2011-05-18RNA: pass Main rather than Context to register/unregister callbacks.Brecht Van Lommel
2011-04-25There is enough potential developer interest in BGE Components that I'm makin...Mitchell Stokes
2011-04-19Bugfix [#25960] Action/NLA Editor issues with animdata contextJoshua Leung
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-17Starting work on doxygen cleanup. Many things still to be done.Nathan Letwory
2011-02-16rename IDPropertyGroup to PropertyGroupCampbell Barton
2011-01-18bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-18fix missing notifier [#25682] bpy.data.materials['XXX'].texture_slot.clear(0)...Campbell Barton
2011-01-12comment array/collection skip(), since there was some confusion in this area ...Campbell Barton
2011-01-05fix for py/rna mesh.materials[:] where empty materials exist, would raise a r...Campbell Barton
2011-01-01Bugfix #25437Ton Roosendaal
2010-12-07pass along the context to extension functions, this was already being done in...Campbell Barton
2010-10-03py/rna access to setting the header text - can be used in modal operators.Campbell Barton
2010-09-24bugfix [#23965] Segmentation fault when using bpy_struct.keyframe_insert() wi...Campbell Barton
2010-09-17patch [#23840] [Pose]Bone.envelope(point=(0,0,0))Campbell Barton
2010-09-03rna api Campbell Barton
2010-08-19- Properties from base classes are now registered too, this allows class mix-...Campbell Barton
2010-08-03pointer poll functions for object's, mainly for modifiers, constraints.Campbell Barton
2010-07-11Logic Editor Python API: link/unlink logics through pythonDalai Felinto
2010-06-22sequence.swap(other) rna function.Campbell Barton
2010-06-09rename rna function obj.make_display_list(scene) --> obj.update(scene)Campbell Barton
2010-05-23- base_object.layers_from_view(view3d), needed for setting local layersCampbell Barton
2010-05-08- console drop handler for datablocks & filepaths.Campbell Barton
2010-03-30Rest shape key for cloth option, this makes it possibleBrecht Van Lommel
2010-03-15Fix #20486: blender hangs upon import attempt of an .obj with >40k polys.Brecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2010-01-24RNA functionsElia Sarti
2010-01-10RNA/Py APICampbell Barton
2010-01-08- RNA support for returning copied strings from functions, flagging strings a...Campbell Barton
2010-01-08Animation Visualisation Cleanups - Part 2:Joshua Leung
2009-12-31Macro registration using the normal rna registration methods (like operators).Martin Poirier
2009-12-22- make ToolSettings.mesh_selection_mode into an array of 3 bools rather then ...Campbell Barton
2009-12-18Keymap conflict detection operator.Martin Poirier
2009-12-13more sequence -> sequencer rename, also made sequencer swap strip update effe...Campbell Barton
2009-12-10missed a header last commit, added custom exceptions to rigify so they can be...Campbell Barton
2009-12-08RNA:Brecht Van Lommel
2009-12-04rna functionCampbell Barton
2009-11-11object.constraints.add()/remove()/active, same for PoseChannelCampbell Barton
2009-11-06Driver Scripting:Joshua Leung
2009-10-26Bugfix #19709: Influence and Mapping param in texture not yet animatableJoshua Leung
2009-10-08Key ConfigurationBrecht Van Lommel
2009-10-01Texture stack influences are now all separate values, and negativeBrecht Van Lommel
2009-09-29Sorry, three commits in one, became difficult to untangle..Brecht Van Lommel
2009-09-22Manual merge of soc-2009-kazanbas branch:Arystanbek Dyussenov
2009-09-16Operator cheat sheet (from the help menu)Campbell Barton
2009-09-15Undo revision 23130 which was a merge with 2.5, a messy one because I did som...soc-2009-kazanbasArystanbek Dyussenov
2009-09-11Merge with -r 22620:23107.Arystanbek Dyussenov
2009-09-06Python part of multidim. array support for RNA complete.Arystanbek Dyussenov