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-18rna naming mainly for Scene/IK/KeyingSet'sCampbell Barton
2010-08-10Added additional (optional) subframe argument to RNA API function: scene.set_...Matt Ebb
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-04-06Object API changes so these functions now require a scene as first argument:Brecht Van Lommel
2010-03-24remove unused includes UI_*.h, WM_*.h, ED_*.hCampbell Barton
2010-03-24remove unused rna includesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-25scene.update() rna function, so operators and data thats tagged for update ge...Campbell Barton
2010-01-24RNA functionsElia Sarti
2010-01-08- RNA support for returning copied strings from functions, flagging strings a...Campbell Barton
2009-12-08RNA:Brecht Van Lommel
2009-11-24Depsgraph/DriversBrecht Van Lommel
2009-11-24- added rna api function scene.update(), needed for rig generation to update ...Campbell Barton
2009-11-20- dir() now works for collection functionsCampbell Barton
2009-09-22Manual merge of soc-2009-kazanbas branch:Arystanbek Dyussenov
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-08-252.5 - Keying Sets API (now usable from Py-Scripts)Joshua Leung
2009-08-19Various fixes in rna_*_api.c files to remove compiler warnings.Arystanbek Dyussenov
2009-07-11Added Scene.set_frame RNA function to get immediate scene update.Arystanbek Dyussenov
2009-06-24- added API functions:Arystanbek Dyussenov