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
2013-03-07use bool for rna funcs.Campbell Barton
2013-02-11patch [#33697] Apply transformation added to metaballs.Campbell Barton
2013-02-10add option not to calculate tessellation faces when converting an object to a...Campbell Barton
2013-02-05add RNA_define_animate_sdna() so animation can be easily disabled when defini...Campbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-01-23rigidbody: Add DNA/RNA/BKE infrastructure for the rigid body simSergej Reich
2012-10-22RNA C++ API improvementsSergey Sharybin
2012-10-05Cycles: add "From Dupli" option for texture coordinate node. This gets theBrecht Van Lommel
2012-09-28code cleanup: correct spellingCampbell Barton
2012-09-25code cleanup: add missing includes to RNA (this one is safe!)Campbell Barton
2012-09-23fix for incorrect declaration rna_Object_free_duplilist() in cycles.Campbell Barton
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-05-24Restoring Group Colours for Animation Channels - Part 1Joshua Leung
2012-05-10style cleanup: sequencer and scene rnaCampbell Barton
2012-05-10patch [#30871] VSE py-api Campbell Barton
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-11-07Merge with trunk r41625Miika Hamalainen
2011-11-07Camera tracking integrationSergey Sharybin
2011-10-28Merge with trunk r41342Miika Hamalainen
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-04Merge with trunk r40782Miika Hamalainen
2011-10-02fix [#28786] Large enum lists display columns in inverted order (right to left)Campbell Barton
2011-10-01support for object data material assignment in pythonCampbell Barton
2011-09-29rna function:Campbell Barton
2011-09-20Merge with trunk r40409Miika Hamalainen
2011-09-06texture evaluation function (like we had in 2.4x api), requested by Lee.Campbell Barton
2011-09-05Merge with trunk r39928Miika Hamalainen
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-29patch [#28355] Better Environment Map scriptingCampbell Barton
2011-08-21Merge with trunk r39589Miika Hamalainen
2011-08-07Merging trunk up to r39145.Joerg Mueller
2011-08-06KEYMAP REFACTORINGBrecht Van Lommel
2011-08-013D Audio GSoC:Joerg Mueller
2011-06-16Merge with trunk r37546Miika Hamalainen
2011-06-01Fix #27550: texture node editor header was still showing texture datablockBrecht Van Lommel
2011-05-24Applied Dynamic Paint 1.18f patch as a codebase for GSoC.Miika Hamalainen
2011-05-18RNA: pass Main rather than Context to register/unregister callbacks.Brecht Van Lommel
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