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-03rna pointer poll function, not used yet.Campbell Barton
2010-07-27* Partially revert r30763, where PROP_IMAGEPATH was added.Nicholas Bishop
2010-07-26* Added a new RNA subtype, PROP_IMAGEPATH. It's the same as PROP_FILEPATH, bu...Nicholas Bishop
2010-07-17fix for assigning any ID in rna, it would not run id_lib_extern() which means...Campbell Barton
2010-07-11Logic Editor Python API: link/unlink logics through pythonDalai Felinto
2010-06-22sequence.swap(other) rna function.Campbell Barton
2010-04-18various minor fixesCampbell Barton
2010-04-17bugfix and cleanupCampbell Barton
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-03-24remove unused rna includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-15Fix #20486: blender hangs upon import attempt of an .obj with >40k polys.Brecht Van Lommel
2010-02-28Partial Fix: [#21085] Sequencer file selector for movies is strangeAndrea Weikert
2010-02-16[#18961] Use const char * where appropriate (2.5)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel
2010-01-24RNA functionsElia Sarti
2010-01-22- bugfix (user supplied fix) [#20745] makesrna with rename error.Campbell Barton
2010-01-22RNA: added option to pass self ID to RNA functions.Brecht Van Lommel
2010-01-19Timeline: Keyframe Drawing for All Selected ObjectsJoshua Leung
2010-01-17have makesrna only replace newly generated files when their contents changes.Campbell Barton
2010-01-08- RNA support for returning copied strings from functions, flagging strings a...Campbell Barton
2010-01-08Animation Visualisation Cleanups - Part 2:Joshua Leung
2010-01-05patch from Benoit Bolsee (ben2610) for 4 bugs in report [#20527] Several bugs...Campbell Barton
2010-01-02support for multiple return values from rna functions & support for returning...Campbell Barton
2009-12-13more sequence -> sequencer rename, also made sequencer swap strip update effe...Campbell Barton
2009-12-08RNA:Brecht Van Lommel
2009-12-04rna functionCampbell Barton
2009-12-02Changes to Color ManagementMatt Ebb
2009-11-25AnimSys - Transform Locks + RNA:Joshua Leung
2009-11-13arbitrary property and function support for rna properties (arrays and collec...Campbell Barton
2009-11-06Driver Scripting:Joshua Leung
2009-11-03error in last commit (wasnt writing NULL when no active property exists)Campbell Barton
2009-11-03active property for collections for things like scene.objects.activeCampbell Barton
2009-10-24More human readable formating in enums and others.Guillermo S. Romero
2009-10-14set scene, currently UI is in the render buttons, should be moved to a scene ...Campbell Barton
2009-09-28Durian Feature Request: Rotation Modes for ObjectsJoshua Leung
2009-09-22Manual merge of soc-2009-kazanbas branch:Arystanbek Dyussenov
2009-09-22RNA: added a "factor" subtype next to "percentage", and only displayBrecht Van Lommel
2009-09-16RNABrecht Van Lommel
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-09-09RNA: fix for last commit, 0 size arrays are not very useful..Brecht Van Lommel
2009-09-09RNA: multidimensional & dyanmic array changesBrecht Van Lommel
2009-09-092.5: Layer ButtonsBrecht Van Lommel
2009-09-06Python part of multidim. array support for RNA complete.Arystanbek Dyussenov
2009-08-27Grease Pencil: RNA WrappingJoshua Leung
2009-08-25Implemented dynamic and multidimensional array support in RNA.Arystanbek Dyussenov
2009-08-252.5 - Keying Sets API (now usable from Py-Scripts)Joshua Leung
2009-08-212.5: layout.itemO now returns OperatorProperties to be filled in,Brecht Van Lommel