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-04-19patch [#26978] Minor Spelling Mistakes in Editor OperatorsCampbell Barton
2011-04-01fix [#26713] Video Sequencer: Audio mute after making meta strip copy/pasteCampbell Barton
2011-03-17Bugfix [#26505] zoom in selected keys on graph editorJoshua Leung
2011-03-05Bugfix #26317Ton Roosendaal
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-03-03Bugfix [#26269] Initiating a duplication with shift D and cancellingJoshua Leung
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27- use Py_CLEAR for python internally referencing other PyObjects (supposed to...Campbell Barton
2011-02-26Added operator which makes selected scene markers into local 'pose'Joshua Leung
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-11"New Action" Operator:Joshua Leung
2011-01-11Todo #22395: Restoring Grease Pencil Editing Mode in DopeSheet EditorJoshua Leung
2011-01-10action paste properties were assigned to copy operator instead.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06use ED_markers_get_first_selected() where possible, simplify ed_marker_rename...Campbell Barton
2010-12-14graph editor & action keyframe paste options.Campbell Barton
2010-12-09Problem with FCurve pasting reported by Rob Garlington.Campbell Barton
2010-11-17Keyframing Operators: Improved Error MessagesJoshua Leung
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-16Bugfix #24276: Unable to set extrapolation on a per curve basisJoshua Leung
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-06-27Partial cleanup of timing system, with some guidance from Joshua:Matt Ebb
2010-06-18Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT data notifiers Matt Ebb
2010-05-20Bugfix #22204: curve modifier onto lamp energy with more than one user of lam...Joshua Leung
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-04-02Batch renaming some keyframe editing internals in preparation for more generi...Joshua Leung
2010-03-23more lint includesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-08Operator Execution Contexts Bugfix:Joshua Leung
2010-02-03Bugfix #19970: auto-clamped / auto working strangly in f-curve editorJoshua Leung
2010-02-01Bugfix #19970: auto-clamped / auto working strangly in f-curve editorJoshua Leung
2010-01-26Radians vs Degrees: The Second AttemptJoshua Leung
2010-01-26Bugfix #20817: Graph Editor, Drivers: Driving a Shapekey by a bone rotation: ...Joshua Leung
2010-01-19Preview Range Tweak:Joshua Leung
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2010-01-15Reverting changes made in r25940 with the NLA unmapping. Joshua Leung
2010-01-13NLA: fix keyframes getting messed up when making strips longer. For drawingBrecht Van Lommel
2010-01-01DopeSheet/Action Editor: Fixed operator name that did not get correctly durin...Joshua Leung
2009-12-14Keyframing Bugfixes and Feature Requests:Joshua Leung
2009-12-10rename operators TFM_OT_* --> TRANSFORM_OT_*Campbell Barton
2009-12-06Assorted warning and comment fixesJoshua 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-10Math LibBrecht Van Lommel
2009-10-02Fix #19311: adding/opening datablocks did not always make the rightBrecht Van Lommel