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-11-26Patch #20037: Use named components for Drivers instead of array_indexJoshua Leung
2009-11-25AnimSys - Transform Locks + RNA:Joshua Leung
2009-11-19- StructRNA's __dir__ was missing members from its classes __dict__Campbell Barton
2009-11-18ID properties that are displayed via RNA can now define their own UI settings,Campbell Barton
2009-11-18own mistake meant bones could not drive eachother.Campbell Barton
2009-11-18bone & object properties editing was broken.Campbell Barton
2009-11-18fix for own error in 24623, removed a memfree call,Campbell Barton
2009-11-18fix for memory leak, use Key Errors for pyrna getitem access & idpropsCampbell Barton
2009-11-17make animation system and rna internals use getattr style syntax for user def...Campbell Barton
2009-11-17adjusting generic props in the UI refreshes the depgraph, this is weak but al...Campbell Barton
2009-11-17was trying to add one too many drivers when inserting them on all items on an...Campbell Barton
2009-11-16ID property access from python for pose channels, bones and any ID objects.Campbell Barton
2009-11-13arbitrary property and function support for rna properties (arrays and collec...Campbell Barton
2009-11-11Fix bug #19864: edge slide factor field is wrong. Setting RNA floatBrecht Van Lommel
2009-11-11python api for collection add()/remove()Campbell Barton
2009-11-04Make Links (Ctrl+L) backCampbell Barton
2009-11-03active property for collections for things like scene.objects.activeCampbell Barton
2009-11-02- all add object operators now take view_align as an argument, and enter_edit...Campbell Barton
2009-10-28Bugfix: RNA_path_from_ID_to_struct crashed in automatic nested struct detection.Brecht Van Lommel
2009-10-27Bugfix #19729: Color Ramps are not animatable (Part 1)Joshua Leung
2009-10-27- Right click menu can open links directly to API reference docs (rna and ope...Campbell Barton
2009-10-20Fixes for Path-Renaming Fix:Joshua Leung
2009-10-20Bugfix #19663: Renaming named data doesn't fix F-CurvesJoshua Leung
2009-10-14RNA:Brecht Van Lommel
2009-10-08Key ConfigurationBrecht Van Lommel
2009-10-07own mistake in last commitCampbell Barton
2009-10-07- rna path lookup crashed if the string was null (reported by Cessen with an ...Campbell Barton
2009-09-28Durian Feature Request: Rotation Modes for ObjectsJoshua Leung
2009-09-172.5 - Animation Utility FunctionJoshua Leung
2009-09-16RNABrecht Van Lommel
2009-09-15- new property attribute - default_array, which returns a variable size array...Campbell Barton
2009-09-102.5: UV EditBrecht Van Lommel
2009-09-09RNA: multidimensional & dyanmic array changesBrecht Van Lommel
2009-09-06Python part of multidim. array support for RNA complete.Arystanbek Dyussenov
2009-08-25Implemented dynamic and multidimensional array support in RNA.Arystanbek Dyussenov
2009-08-182.5: RNA. Default values were not set when calling functions, thisBrecht Van Lommel
2009-08-182.5: RNA, defining enums, pointers and collections properties is nowBrecht Van Lommel
2009-08-16rna function return values in generated docs,Campbell Barton
2009-08-162.5/RNA:Nicholas Bishop
2009-08-11RNA: subtypes and unitsBrecht Van Lommel
2009-07-252.5 / RNAElia Sarti
2009-07-242.5: Various FixesBrecht Van Lommel
2009-07-19operator macro playback (run operator reports in the console)Campbell Barton
2009-07-17bpy rnaCampbell Barton
2009-07-162.5 - Silencing various compiler warnings (mingw)Joshua Leung
2009-07-13RNA & PyAPICampbell Barton
2009-07-112.5:Brecht Van Lommel
2009-07-10RNABrecht Van Lommel
2009-07-102.5:Brecht Van Lommel
2009-07-10PyRNA api wasnt using python subclasses most of the time.Campbell Barton