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-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-22Screw Modifier (old patch was called Lathe)Campbell Barton
2010-03-18F-Modifier Goodies (as requested by @ndy):Joshua Leung
2010-03-16== Massive Keying Sets Recode ==Joshua Leung
2010-03-10Python/RNA: added collection.move(from, to) for python definedBrecht Van Lommel
2010-02-26rename extension to addon after discussion with meta-androcto & mindronesCampbell Barton
2010-02-25select parent/child in object mode with [] keys, like pose mode.Campbell Barton
2010-02-23scene.render_data -> scene.renderCampbell Barton
2010-02-23allow python api to set values of library liked data (still checks editable f...Campbell Barton
2010-02-21python rna api now clamps values, (was fun to see the spot_size go backwards)Campbell Barton
2010-02-15initial support for extensions in the user preferencesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-10rename Nurb to Spline in RNA since Nurb also stores bezier and poly lines.Campbell Barton
2010-02-08RNA - Added reset to defaults support for Strings tooJoshua Leung
2010-02-03patch [#20889] Support "unit"s for FloatPropertyCampbell Barton
2010-02-02subtype support for properties in bpy.props.Campbell Barton
2010-01-26Typo in function declaration causing warnings.Martin Poirier
2010-01-26Radians vs Degrees: The Second AttemptJoshua Leung
2010-01-24RNA functionsElia Sarti
2010-01-19Finished some work from the weekend to keep local tree clean..Matt Ebb
2010-01-17bugfix [#20639] BF25_SVN_25888 and below - OBJ and 3DS import failsCampbell Barton
2010-01-15Console:Thomas Dinges
2010-01-13Fix: wasn't able to rename node group nodetree name, or access the nodetree a...Matt Ebb
2010-01-08Animation Visualisation Cleanups - Part 2:Joshua Leung
2010-01-05Durian Request: Drivers RecodeJoshua Leung
2010-01-02support for multiple return values from rna functions & support for returning...Campbell Barton
2010-01-02Cessen Rigging Request: "Copy Transforms" ConstraintJoshua Leung
2009-12-31Macro registration using the normal rna registration methods (like operators).Martin Poirier
2009-12-29Python attribute lookup. Don't use RNA functions that don't have defined call...Martin Poirier
2009-12-24Reverted the addition of the f-curve sound modifier (was added in revision 24...Joerg Mueller
2009-12-24minor pyapi changesCampbell Barton
2009-12-21Solidify modifier for Durian (allow cloth sim on single layer and make solid ...Campbell Barton
2009-12-17Copy To SelectedBrecht Van Lommel
2009-12-17remove warnings. Sequencer selection for fcurve view didnt work in metastrips.Campbell Barton
2009-12-17RNA/UI - Reset Settings to Default ValuesJoshua Leung
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-05Support for the C Macro system in Python.Martin Poirier
2009-11-29- access to a nurbs points was broken - sizeof(BPoint) vs sizeof(BPoint *) Campbell Barton
2009-11-26Patch #20037: Use named components for Drivers instead of array_indexJoshua Leung
2009-11-25AnimSys - Transform Locks + RNA:Joshua Leung
2009-11-22Added a first version of the Sound F-Curve Modifier, not really usable yet, b...Joerg Mueller
2009-11-18bone & object properties editing was broken.Campbell Barton
2009-11-18rename pose_channels to bonesCampbell 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-11python api for collection add()/remove()Campbell Barton
2009-11-11- In the context, EditBones and Bases were set as 'RNA_UnknownType', replaced...Campbell Barton
2009-11-11Wrapped node input and output sockets in RNA.Matt Ebb
2009-11-03active property for collections for things like scene.objects.activeCampbell Barton