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-02-08RNA - Added reset to defaults support for Strings tooJoshua Leung
2010-02-03patch [#20889] Support "unit"s for FloatPropertyCampbell 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-27Bugfix #20752: Background Image Panel Properties Keyframing?Joshua Leung
2010-01-24RNA functionsElia Sarti
2010-01-17bugfix [#20639] BF25_SVN_25888 and below - OBJ and 3DS import failsCampbell Barton
2010-01-12RNA: warning fixes.Brecht Van Lommel
2010-01-12Proxy Protection FixesBrecht Van Lommel
2010-01-10linked scenes were not animating.Campbell Barton
2010-01-07Fix for memmove error in RNA collecton remove, could crash onBrecht Van Lommel
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-29Python attribute lookup. Don't use RNA functions that don't have defined call...Martin Poirier
2009-12-26invalid memory access fixCampbell Barton
2009-12-24minor pyapi changesCampbell Barton
2009-12-18RNA wrapping of Action Groups:Joshua Leung
2009-12-17Copy To SelectedBrecht Van Lommel
2009-12-17RNA/UI - Reset Settings to Default ValuesJoshua Leung
2009-12-13* rna: memory leak fix for RNA_property_enum_value()Campbell Barton
2009-12-09Fix #20245: datablock names allowed entering 22 characters but canBrecht Van Lommel
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-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