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
path: root/source
AgeCommit message (Expand)Author
2009-12-28remove operators WM_OT_open_recentfile and WM_OT_open_recentfile_splashCampbell Barton
2009-12-28new python module constantsCampbell Barton
2009-12-28Fix for [#19519] Dope sheet scrollbar goes out of boundsMatt Ebb
2009-12-28Got rid of some dead codeMatt Ebb
2009-12-28Added location and rotation operator properties for adding objects. The Align...Matt Ebb
2009-12-28Assorted Animation/RNA fixes:Joshua Leung
2009-12-28Fix for [#20032] outliner cuts off long names after pasing themMatt Ebb
2009-12-28Change to the way brush/tool selection works, as discussed a while agoMatt Ebb
2009-12-28Mesh Animation + Depsgraph Tweaks:Joshua Leung
2009-12-28Try to get soft body to curve workingJens Ole Wund
2009-12-28Curve/Nurbs/Font Animation Bugfixes:Joshua Leung
2009-12-28- loading missing files didnt give any warningCampbell Barton
2009-12-27WIP console text selection, modal selection operator and selection drawing.Campbell Barton
2009-12-27Partial fix for [#20166] Snap to grid issuesMartin Poirier
2009-12-27Wrong description in WM_OT_call_menuMartin Poirier
2009-12-27Transfer Shape KeyCampbell Barton
2009-12-27DopeSheet + Graph Editor hotkey tweak:Joshua Leung
2009-12-27barycentric transform utility geometry function.Campbell Barton
2009-12-27Bugfix 20469: Graph Editor Keyframes jumping around with NLA stripsJoshua Leung
2009-12-26fixes for errors/warnings found with cppcheckCampbell Barton
2009-12-26classmethods were excluded from docs, hide self & cls arguments for functions...Campbell Barton
2009-12-26* sphinx docgen *Campbell Barton
2009-12-26Particles bug fix: Particle birth location between frames weren't calculated ...Janne Karhu
2009-12-26the user interface could access invalid RNA on deleting objects since checkin...Campbell Barton
2009-12-26Fix for [#20294] Switching to particle mode after changing number of hair par...Janne Karhu
2009-12-26- closing the user prefs accessed the temp screen after removing it.Campbell Barton
2009-12-26invalid memory access fixCampbell Barton
2009-12-26Fix for [#20458] Segmentation fault when trying to enable Hair dynamicsJanne Karhu
2009-12-26fix for accessing invalid memory when loading a new file.Campbell Barton
2009-12-26Particles bug fix: using virtual parents for child particles crashed in some ...Janne Karhu
2009-12-26replace dynamic_menu.py with Menu classmethods much less complicated.Campbell Barton
2009-12-25fix for [#20244] importing .obj without "Object" option checked crashes blenderCampbell Barton
2009-12-25bad rna limit referred to in [#20483] Inputs are cappedCampbell Barton
2009-12-25sphinx rna api documentation generator to replace epydocsCampbell Barton
2009-12-25update rna_info and rna_rna for better introspectionCampbell Barton
2009-12-25fix for segfault getting RNA Enum default values, minor updates to introspect...Campbell Barton
2009-12-25operator draw function working again. needed to add layout to the operator to...Campbell Barton
2009-12-24* register operators like other classesCampbell Barton
2009-12-24support for registering operators using the same internal rna api as panels, ...Campbell Barton
2009-12-24Reverted the addition of the f-curve sound modifier (was added in revision 24...Joerg Mueller
2009-12-24minor pyapi changesCampbell Barton
2009-12-24Removed a few operators that were just used to generate popup menus and repla...Matt Ebb
2009-12-24pedantic naming: wmKeyMapItem wasnt called 'kmi' in some cases.Campbell Barton
2009-12-24Key map related things:Matt Ebb
2009-12-23crash fix for sculpt when loading some filesCampbell Barton
2009-12-23fix for a crash when running blender in debug mode (-d arg), was registering ...Campbell Barton
2009-12-23key shortcits for sculpt backCampbell Barton
2009-12-23Fix compilation of carbon quicktime & complete use of report mechanism instea...Damien Plisson
2009-12-23Bugfix #20463: In graph editor bone channels cannot be selected with 'A' or '...Joshua Leung
2009-12-23BGE: fix more transpose bug when MathUtils is not used.Benoit Bolsee