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-13minor changes to rna/python.Campbell Barton
2010-08-03pointer poll functions for object's, mainly for modifiers, constraints.Campbell Barton
2010-07-26* Factored out some duplicated code from rna_brush into paint.c, added a new ...Nicholas Bishop
2010-07-05Bugfix #22685: Screen update slow, animation player ALT-A, files created with...Joshua Leung
2010-06-14- option for redraw timer to playback the animationCampbell Barton
2010-06-12modify my last commit to fix [#22486] add_actuator crashes when name is bigge...Campbell Barton
2010-06-12bugfix [#22486] add_actuator crashes when name is bigger than 32 charsCampbell Barton
2010-05-10Give Sensors/Controllers/Actuators more sensible names when they're createdMatt Ebb
2010-05-07ghash alloc string from render branchCampbell Barton
2010-03-24remove unused rna includesCampbell Barton
2010-03-23fix for parsing python args to rna functions, was using allocated size as arg...Brecht Van Lommel
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-03-10Python/RNA: added collection.move(from, to) for python definedBrecht Van Lommel
2010-03-02bugfix for displaying ID propertiesCampbell Barton
2010-02-25select parent/child in object mode with [] keys, like pose mode.Campbell Barton
2010-02-23- finally a way to force removal of images (Shift+Click on the X)Campbell Barton
2010-02-23allow python api to set values of library liked data (still checks editable f...Campbell Barton
2010-02-22exclude self references from the ID search list when PROP_ID_SELF_CHECK is se...Campbell Barton
2010-02-21python rna api now clamps values, (was fun to see the spot_size go backwards)Campbell Barton
2010-02-19faster function lookups, quick test through python cuts a quater the time off.Campbell Barton
2010-02-13Fix #20378: object modifier property drivers not updating.Brecht Van Lommel
2010-02-12correct fsf addressCampbell 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-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