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-11-23use zero initializers instead of memset(), also change PointerRNA_NULL from a...Campbell Barton
2010-11-17Keyframing Operators: Improved Error MessagesJoshua Leung
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-09-25Fix #23847: keyframe insert on button not working in popup menus, e.g.Brecht Van Lommel
2010-09-24Fix #22947: sample color tool not working in user preferences, was assuming theBrecht Van Lommel
2010-08-08remove unused includesCampbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-14Bugfix #22792: Blender crashes after inserting keyframe pressing "I" keyJoshua Leung
2010-06-18Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT data notifiers Matt Ebb
2010-06-17rather then naming new actions "Action", use the id name with an action prefix.Campbell Barton
2010-06-06Removed non working operator options from the 'redo' user interface. William Reynish
2010-05-07Warning cleanupMatt Ebb
2010-04-05Bugfix #21856: Empty F-Curves created when keyframing with 'auto keyframing m...Joshua Leung
2010-04-02Bugfix #21853: Border zoom in the 2D-Views zooms outJoshua Leung
2010-04-02Keyframe Defaults and Cleanups: Joshua Leung
2010-04-01Assorted animsys fixes/tweaks:Joshua Leung
2010-03-25More assorted Keying Sets changes for Cessen (mainly api stuff):Joshua Leung
2010-03-23more lint includesCampbell Barton
2010-03-16== Massive Keying Sets Recode ==Joshua Leung
2010-03-01Delete keyframe API method now takes array_index = -1 to delete keyframes fro...Joshua Leung
2010-02-18constraints unique name length was set too long (could overrun the buffer), u...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-12Bugfix #21094: Joshua Leung
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-09Bugfix: Inserting keyframes from the buttons now ensures that the Graph Edito...Joshua Leung
2010-01-29Inserting Keyframes Bugfix:Joshua Leung
2010-01-26Fix compilation problem (I'm guessing this is the intention in this line)Matt Ebb
2010-01-26Radians vs Degrees: The Second AttemptJoshua Leung
2010-01-25Restored missing PoseMode Operators:Joshua Leung
2010-01-25Radians -> Degrees (in UI)Matt Ebb
2010-01-22Cleaned up some printfs in editors/ - converted some to reports, hid others ...Matt Ebb
2009-12-16fix for crash when inserting keyframes in a meshCampbell Barton
2009-12-14Keyframing Bugfixes and Feature Requests:Joshua Leung
2009-12-10Durian Request: Default F-Curve Auto-Colour ModesJoshua Leung
2009-12-04Bugfixes: Deleting Keyframes + F-CurvesJoshua Leung
2009-11-28operator renaming for more consistent word ordering (_add/_remmove shold be l...Campbell Barton
2009-11-25add access to bone add/remove from rna. eg.Campbell Barton
2009-11-24Fix for last commit, forgot to update collada.Brecht Van Lommel
2009-11-24Depsgraph/DriversBrecht Van Lommel
2009-11-24Keyframing Operator Tweaks for Durian:Joshua Leung
2009-11-18rename pose_channels to bonesCampbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-11-05Armature Editing Bugfixes:Joshua Leung
2009-11-04change to insert_keyframe() so an array index of -1 keys all arrays indicesCampbell Barton
2009-10-29use objects rather then bases where possible, use context rather then OBACT m...Campbell Barton
2009-10-17Assorted tweaks for animation editors:Joshua Leung
2009-10-08Bugfix #19576: Auto keyframing does not record rotations on object level anim...Joshua Leung