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-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
2009-12-23BGE: fix more matrix transpose bugs in assignement to game object matrices.Benoit Bolsee
2009-12-22Missing angle_v3v3 definition (it was declared)Martin Poirier
2009-12-22BGE: update for new soft body helpers API.Benoit Bolsee
2009-12-22select nth (face/edge/vertex) - depending on which was last selected, useful ...Campbell Barton
2009-12-22BGE: fix bug with rigid body joint constraint target name: skip OB letter.Benoit Bolsee
2009-12-22select linked and select linked pick working again (wth shift for extend)Campbell Barton
2009-12-22- make ToolSettings.mesh_selection_mode into an array of 3 bools rather then ...Campbell Barton
2009-12-22Attempt to fix compilation of quicktime after reporting changesBrecht Van Lommel
2009-12-22Reports: writing movies now uses the reports mechanism to throw errors.Brecht Van Lommel
2009-12-22Fix #20433: make single user doesn't work from menu. Popup menus forBrecht Van Lommel
2009-12-22clone and stencil layer access added, renamed mask to stencil layer internallyCampbell Barton
2009-12-22Assorted F-Curve/Keyframe API stuff (for use with some Sequencer editing):Joshua Leung
2009-12-22quite a few python panels (10 or so) had names longer then the PanelType allo...Campbell Barton