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-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-09-03warning fixesCampbell Barton
2011-07-04Apply patch 4636051. COLLADA: Export selection.Nathan Letwory
2011-03-28Revert r34026, which in it turn reverted r33039. Removal breaks renderers tha...Nathan Letwory
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-01Pythons path functions - os.walk(). os.path.exists(). etc support bytes for p...Campbell Barton
2011-01-10comment/remove various unused vars,Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-03remove rna func scene.collada_export(), export functions dont exist for any o...Campbell Barton
2010-11-17bugfix [#24690] Scene.frame_set() breaks pose restoreCampbell Barton
2010-11-17should fix building with collada.Campbell Barton
2010-11-16option to write images to a files on single frame renders, this isn't accesse...Campbell Barton
2010-11-14r33039 added dependency to COLLADA for blenderplayer, but it's really not nee...Nathan Letwory
2010-11-12Related to #24653: added scene.collada_export() function, to use instead of anBrecht Van Lommel
2010-11-01bugfix [#24462] UV Layouts saved as PNG results in two files (one is 0 KB, ot...Campbell Barton
2010-09-11incorrect docstringCampbell Barton
2010-09-03use set as a suffix (matches operators)Campbell Barton
2010-08-30missed this one tooCampbell Barton
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