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-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
2009-04-012.5: Temporary compile fix. Campbell, bpy_panel_wrap.c seems to be missing.Brecht Van Lommel
2009-04-01Python Panels WIPCampbell Barton
2009-03-29missed PyLong_FromSize_t -> PyLong_FromSsize_t in bpy_ui.cCampbell Barton
2009-03-29- python api was returning incorrect int values from rna because it was using...Campbell Barton
2009-03-28- made epydoc generator write a list of words used in descriptionsCampbell Barton
2009-03-27* sequencer transform needs t->data not to be freed by postTrans so special_a...Campbell Barton
2009-03-262.5: Remove OOPS code from the outliner space, as discussedBrecht Van Lommel
2009-03-24BGE rna epydocs, add a list of all references to this struct from other prope...Campbell Barton
2009-03-23Python:Brecht Van Lommel
2009-03-23PythonBrecht Van Lommel
2009-03-21get rid of warnings, fix for a refcount errorCampbell Barton
2009-03-21- lazy subtype initialization rna, was initializing every type in bpy.types a...Campbell Barton
2009-03-202.5Ton Roosendaal
2009-03-202.5 compiles again with scons. Commented out some lines referring to code in ...Joshua Leung
2009-03-19ContextBrecht Van Lommel
2009-03-19* removed warnings and fixed some python refcount errorsCampbell Barton
2009-03-182.50: some warning fixes.Brecht Van Lommel