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
2009-04-072.5 - Two Bugfixes:Joshua Leung
2009-04-07RNA: Commit of the API patch by vekoon. This adds Functions to RNA,Brecht Van Lommel
2009-04-062.5Ton Roosendaal
2009-04-062.5Ton Roosendaal
2009-04-06Graph Editor - Ctrl-LMB (Click Insert Keyframes) OperatorJoshua Leung
2009-04-06Add back bitmap draw mode, right now only internal font, tomorrowDiego Borghetti
2009-04-05Animato - RNA Wrapping:Joshua Leung
2009-04-042.5: Added basic insert/remove keyframes from UI buttons.Brecht Van Lommel
2009-04-032.5Ton Roosendaal
2009-04-03Automatic consistency check of generated vs commited .mo files.Guillermo S. Romero
2009-04-03MSVC9 project file update.Benoit Bolsee
2009-04-03Add clipping option to the internal font.Diego Borghetti
2009-04-022.5Ton Roosendaal
2009-04-022.5Ton Roosendaal
2009-04-022.5: weight paint mode fix for corrupted layer data, and addedBrecht Van Lommel
2009-04-02UI: various panels fixes.Brecht Van Lommel
2009-04-02forgot to add bpy_panel_wrap.cCampbell Barton
2009-04-012.5: Temporary compile fix. Campbell, bpy_panel_wrap.c seems to be missing.Brecht Van Lommel
2009-04-012.5: added generic WM_operator_redo for use as invoke callback, similarBrecht Van Lommel
2009-04-01Python Panels WIPCampbell Barton
2009-04-01Animato - Support for 'BuiltIn' and 'Relative' Keying Sets Joshua Leung
2009-04-01Small cleanup, all this options are now in the User Preferences, RNA.Diego Borghetti
2009-03-30Add back the others font: helvb 8/10/12 and scr 12/14/15.Diego Borghetti
2009-03-30Make cmake work out of the box for win64 systems (disabling openal and fixing...Daniel Genrich
2009-03-302.5:Brecht Van Lommel
2009-03-30(no commit message)Daniel Genrich
2009-03-30UI:Brecht Van Lommel
2009-03-30Add back helv 12 font, the old BMF_MINIMAL is now BLF_INTERNAL_MINIMAL, butDiego Borghetti
2009-03-30MSVC 2008 compile fixesDaniel Genrich
2009-03-30Adding missing files to vcproj:Daniel Genrich
2009-03-302.5: fix for crash in EM_EndEditMesh when using 3d view header.Brecht Van Lommel
2009-03-30 2.5Michael Fox
2009-03-30editmesh accessor functions. most editmesh access now goes through:Joseph Eagar
2009-03-30Add blender internal font.Diego Borghetti
2009-03-30Added back old code for transform seq overlap in an '#if 0',Campbell Barton
2009-03-29Add snapping parameters to transform operators (only Translation, Resize and ...Martin Poirier
2009-03-29UI:Brecht Van Lommel
2009-03-29UI:Brecht Van Lommel
2009-03-292.5 MSVC 9 projectfilesAndrea Weikert
2009-03-29missed PyLong_FromSize_t -> PyLong_FromSsize_t in bpy_ui.cCampbell Barton
2009-03-29- renamed CURVE_OT_select_inverse -> CURVE_OT_select_invertCampbell Barton
2009-03-29- python api was returning incorrect int values from rna because it was using...Campbell Barton
2009-03-29- use clear, set, add, enable, disable and toggle as a prefix in operator namesCampbell Barton
2009-03-29Shuffle only selected sequence blocks.Martin Poirier
2009-03-28Correctly cancel operator is there's no transform data.Martin Poirier
2009-03-28Remove exception for sequencer in after_trans by rewriting the update code. P...Martin Poirier
2009-03-28Sequencer crashed when trying to draw waveform because of commented out fails...Martin Poirier
2009-03-28- made epydoc generator write a list of words used in descriptionsCampbell Barton
2009-03-28- Added the Nurb struct as well as collections for BPoints and BezTriplesCampbell Barton
2009-03-27* sequencer transform needs t->data not to be freed by postTrans so special_a...Campbell Barton