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-01-15remove/comment unused defines.Campbell Barton
2010-12-30revert part of Tons commit r33884.Campbell Barton
2010-12-07pass along the context to extension functions, this was already being done in...Campbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-11-23partial fix for [#23532]Campbell Barton
2010-08-31rna support for passing dynamic sized arrays to rna functionsCampbell Barton
2010-08-19- Properties from base classes are now registered too, this allows class mix-...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-06-05get rid of some warnings,Campbell Barton
2010-05-15patch from Dan EicherCampbell Barton
2010-05-15patch from Dan EicherCampbell Barton
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-03-23fix for parsing python args to rna functions, was using allocated size as arg...Brecht Van Lommel
2010-03-23py/rna functions for adding and removing curve data.Brecht Van Lommel
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-02PROP_ANIMATEABLE -> PROP_ANIMATABLE (more common spelling)Campbell Barton
2010-02-02subtype support for properties in bpy.props.Campbell Barton
2010-01-28PROP_ENUM_NO_CONTEXT flag for rna properties, forcing enum item functions to ...Martin Poirier
2010-01-24RNA functionsElia Sarti
2010-01-22RNA: added option to pass self ID to RNA functions.Brecht Van Lommel
2010-01-17bugfix [#20639] BF25_SVN_25888 and below - OBJ and 3DS import failsCampbell Barton
2010-01-12rna/py apiCampbell Barton
2010-01-11rna/py apiCampbell Barton
2010-01-10Change how 'Main' collection type definitons work so that 'self' can be used ...Campbell Barton
2010-01-05patch from Benoit Bolsee (ben2610) for 4 bugs in report [#20527] Several bugs...Campbell Barton
2009-12-29flag to make rna props 'thick wrapped', so returning a property wont try main...Campbell Barton
2009-12-22- make ToolSettings.mesh_selection_mode into an array of 3 bools rather then ...Campbell Barton
2009-12-10values that had units set would not be coerced into Mathutils types by the py...Campbell Barton
2009-12-08RNA:Brecht Van Lommel
2009-12-07rna flag PROP_ENUM_FLAG which makes rna props a tuple of enums when converted...Campbell Barton
2009-12-02Changes to Color ManagementMatt Ebb
2009-11-25Fix for [#20008] In the Graph Editor, clicking on the eye doesn't update the GUIMatt Ebb
2009-10-19Fix #19638: crash when assiging self in boolean modifier.Brecht Van Lommel
2009-10-14set scene, currently UI is in the render buttons, should be moved to a scene ...Campbell Barton
2009-10-08Key ConfigurationBrecht Van Lommel
2009-10-02Fix #19311: adding/opening datablocks did not always make the rightBrecht Van Lommel
2009-09-28Durian Feature Request: Rotation Modes for ObjectsJoshua Leung
2009-09-22RNA: added a "factor" subtype next to "percentage", and only displayBrecht Van Lommel
2009-09-16RNABrecht Van Lommel
2009-09-122.5 filebrowserAndrea Weikert
2009-09-092.5: Layer ButtonsBrecht Van Lommel
2009-08-30Workarounds for 2 rna bugs.Campbell Barton
2009-08-25Implemented dynamic and multidimensional array support in RNA.Arystanbek Dyussenov
2009-08-182.5: RNA, defining enums, pointers and collections properties is nowBrecht Van Lommel
2009-08-12added time units, currently only used when metric or imperial are enabled.Campbell Barton
2009-08-11fix for using subtype units that are not defined as a part of types. eg.Campbell Barton
2009-08-11RNA: subtypes and unitsBrecht Van Lommel
2009-07-242.5: Various FixesBrecht Van Lommel