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
2009-06-07added item_enumO() so python menu items can call enum types with string args.Campbell Barton
2009-06-07RNA:Brecht Van Lommel
2009-06-06Merged code passing context to python operator from soc-2009-kazanbas Arystanbek Dyussenov
2009-06-05Blender file selector support for setting multiple selected files/dirs which ...Campbell Barton
2009-06-05PyRNACampbell Barton
2009-05-28Needed to cast to a PyObject*Campbell Barton
2009-05-28rna_define.c, RNA_def_struct - set the py_type to NULL when making an rna str...Campbell Barton
2009-05-27patch from Andrea Weikert, added some comments.Campbell Barton
2009-05-26minor ref-counting changes, means new subclasses will get the correct ref cou...Campbell Barton
2009-05-25Store the context for python in a static variable with assessor functions - B...Campbell Barton
2009-05-212.5 UI: Modifier TemplateBrecht Van Lommel
2009-05-20RNA: ID properties were not being shown as RNA properties anymore, fixed.Brecht Van Lommel
2009-05-20fix for crash drawing the UI, normally this would cause a memory leak but for...Campbell Barton
2009-05-19UIBrecht Van Lommel
2009-05-15UI: Layout EngineBrecht Van Lommel
2009-05-11made the material button use the active objects materialCampbell Barton
2009-05-112.5 - Restored 'Render Anim' button!Joshua Leung
2009-05-06Big, big commit!!Diego Borghetti
2009-04-23- fix for python refcounting crashes, remember PyDict_GetItem and PyDict_GetI...Campbell Barton
2009-04-23F8Key reloads all python scripts and redraws for quick testingCampbell Barton
2009-04-23Small changesCampbell Barton
2009-04-22UIBrecht Van Lommel
2009-04-22Assorted 2.5 fixes:Joshua Leung
2009-04-22rna functions are now included in epydocs,Campbell Barton
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-04-20Drivers: "Scripted Expression" drivers (i.e. PyDrivers) work againJoshua Leung
2009-04-20changed some {} to {0}, these were causing errors on msvc. also got rid of s...Joseph Eagar
2009-04-19RNA: Generic Type RegistrationBrecht Van Lommel
2009-04-17UI:Brecht Van Lommel
2009-04-17UI:Brecht Van Lommel
2009-04-16merged pyrna_py_to_param and pyrna_py_to_prop since they are almost the sameCampbell Barton
2009-04-16Need to update the RNA pointers before running scriptsCampbell Barton
2009-04-142.5Ton Roosendaal
2009-04-13py3 needs print()Campbell Barton
2009-04-11Added back importing UI scripts rather then running,Campbell Barton
2009-04-11Python ApiCampbell Barton
2009-04-11undo previous commit, changing running the script to importing it somehow mad...Campbell Barton
2009-04-11Changed the script UI registration to import rather then run each python script,Campbell Barton
2009-04-11UI:Brecht Van Lommel
2009-04-11RNA: python support for REQUIRED flag for function parameters.Brecht Van Lommel
2009-04-09talked to vekoon and he's ok about using pythons CFunction rather then our ow...Campbell Barton
2009-04-09Added rna functions so they get included in a dir(rna_struct) from python.Campbell Barton
2009-04-09Experimental removal of pyrna_func_Type (ifdef'd out)Campbell Barton
2009-04-082.5:Brecht Van Lommel
2009-04-08Added a message when people try build docs outside of blenderCampbell Barton
2009-04-07py <2.5 dont have lenfuncCampbell Barton
2009-04-07RNA: fix for compile error on msvc, and a warning fix.Brecht Van Lommel
2009-04-07RNA: Commit of the API patch by vekoon. This adds Functions to RNA,Brecht Van Lommel
2009-04-02UI: various panels fixes.Brecht Van Lommel
2009-04-02forgot to add bpy_panel_wrap.cCampbell Barton