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
2011-01-06use ED_markers_get_first_selected() where possible, simplify ed_marker_rename...Campbell Barton
2011-01-06Markers Todo: Adding back "Rename Marker" operator (Ctrl M).Joshua Leung
2011-01-06== Long-Standing 2.5 Todo - Markers fully working again in allJoshua Leung
2011-01-05Marker Bugfixes ("Make Links to Scene" operator):Joshua Leung
2011-01-05Bugfix #25494: Lattice keyframes can't be selected in dopesheetJoshua Leung
2011-01-05Animation data for lattices is now shown in the Animaton EditorsJoshua Leung
2011-01-04- use BKE_keyingset_free_path where paths were being freed inline.Campbell Barton
2011-01-04no need to define betz in editcurve.c, replace ob_get_key with inline check f...Campbell Barton
2011-01-03Keyframing Operator Code Cleanup:Joshua Leung
2010-12-30revert part of Tons commit r33884.Campbell Barton
2010-12-29DopeSheet Drawing Tweak:Joshua Leung
2010-12-28Assorted commenting, formatting, and compiler warning fixes forJoshua Leung
2010-12-28Drivers Code Cleanups and UI Tweaks:Joshua Leung
2010-12-24Bugfix #25366Ton Roosendaal
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-21rename addlisttolist() to BLI_movelisttolist()Campbell Barton
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-17no functional change: only check against OB_RECALC_ALL but don't use for assi...Campbell Barton
2010-12-15ensure pasted graph keys are always selected.Campbell Barton
2010-12-15missing check for keyframe paste, was crashing when no keyframes to paste into.Campbell Barton
2010-12-14Bugfix #21724Ton Roosendaal
2010-12-14graph editor & action keyframe paste options.Campbell Barton
2010-12-09Problem with FCurve pasting reported by Rob Garlington.Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-12-02Adding some descriptions for animation-related operators that were missing them.Joshua Leung
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-23use zero initializers instead of memset(), also change PointerRNA_NULL from a...Campbell Barton
2010-11-18fix [#24786] Setting Rotation Units to Radians doesn't affect the UI [33146]Campbell Barton
2010-11-17Keyframing Operators: Improved Error MessagesJoshua Leung
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-12rename anim.channels_revive_fcurves --> anim.channels_fcurves_enableCampbell Barton
2010-11-11Animation Editors: Experimental indicators + "fixup" operator for "Disabled F...Joshua Leung
2010-11-08Second fix for [#24476] The driver is not displayed in GraphEditor.Janne Karhu
2010-11-08Bugfix: NLA Channel Borderselect works againJoshua Leung
2010-11-08compiler warning fixesCampbell Barton
2010-11-07Partial fix for NLA Channel-List Border Select. This part of the fix gets the...Joshua Leung
2010-11-07Animation Editors: Channel ReorderingJoshua Leung
2010-11-07Fix for [#24476] The driver is not displayed in GraphEditor.Janne Karhu
2010-11-04bugfix [#24009] Crash when switching area types and performing opsCampbell Barton
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton