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-10-17Disabling menu entry for adding "Python" F-Modifier.Joshua Leung
2010-10-16Bugfix #23979: FCurve.keyframe_points.add(..., replace=True)Joshua Leung
2010-09-07Graph Editor tweaks:Joshua Leung
2010-08-24py/rna remove functions now all work in a similar way.Campbell Barton
2010-08-19rna renaming FModifier & GameObjectSettingsCampbell Barton
2010-08-18rna naming mainly for Scene/IK/KeyingSet'sCampbell Barton
2010-08-18more rna renaming.Campbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
2010-08-03rna pointer poll function, not used yet.Campbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-06-18Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT data notifiers Matt Ebb
2010-05-27rename curve 'point' to 'co', the property name used verts, bezier points and...Campbell Barton
2010-05-20some rna numbers were signed when they shouldnt be (simplify could have its s...Campbell Barton
2010-05-20FCurve.evaluate() and bounds() patch from Dan EicherCampbell Barton
2010-04-28pin and driver id pointers were adding user references from rna but not on fi...Campbell Barton
2010-04-06Bugfix #21916: Baking NLA strips doesn't group transformsJoshua Leung
2010-04-06Object API changes so these functions now require a scene as first argument:Brecht Van Lommel
2010-04-02rna naming, *_frame --> frame_*Campbell Barton
2010-04-01allow action groups with "" name, (just uses "Group" instead)Campbell Barton
2010-04-01Assorted animsys fixes/tweaks:Joshua Leung
2010-04-01svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r2789...Campbell Barton
2010-03-24remove unused rna includesCampbell Barton
2010-03-19More F-Modifier Tweaks:Joshua Leung
2010-03-18F-Modifier Goodies (as requested by @ndy):Joshua Leung
2010-02-12correct fsf addressCampbell Barton
2010-02-11Operation Dot-Kill finishedDaniel Salazar
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-03Animation Data Types - RNA Fixes:Joshua Leung
2010-01-26Use #include "BLI_math.h" instead of _USE_MATH_DEFINES to get M_PI defined.Brecht Van Lommel
2010-01-26Radians vs Degrees: The Second AttemptJoshua Leung
2010-01-25* Added #define _USE_MATH_DEFINES Thomas Dinges
2010-01-25Radians -> Degrees (in UI)Matt Ebb
2010-01-24Bugfix #20776: Segfault Driving a Shapekey in Graph Editor > Drivers > Select...Joshua Leung
2010-01-20Drivers UI: Debug InfoJoshua Leung
2010-01-07fix for own but in recent driver optimization [#20580] Driver Crasher rev [25...Campbell Barton
2010-01-05Quick fix for previous commit - changing order of items in the variable type ...Joshua Leung
2010-01-05More Driver Fixes:Joshua Leung
2010-01-05Durian Request: Drivers RecodeJoshua Leung
2009-12-24Reverted the addition of the f-curve sound modifier (was added in revision 24...Joerg Mueller
2009-12-18RNA wrapping of Action Groups:Joshua Leung
2009-12-11* rename 'rna_path' --> 'data_path', rna and dna are for internal use and are...Campbell Barton
2009-12-08RNA:Brecht Van Lommel
2009-12-08compile python driver expressions for faster re-evaluation.Campbell Barton
2009-12-07driver type 'Sum'Campbell Barton
2009-11-30* Grease Pencil drawing now works with Repeat Last operator. Stroke info is n...Joshua Leung
2009-11-29- access to a nurbs points was broken - sizeof(BPoint) vs sizeof(BPoint *) Campbell Barton
2009-11-26* Spline IK 'Joint Bindings' array now available from RNA. This can be used t...Joshua Leung
2009-11-25add access to bone add/remove from rna. eg.Campbell Barton