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-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-24Added rectifying sound effect (will be used for sound -> f-curve later).Joerg Mueller
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-23OSX / Scons : set MACOSX_DEPLOYMENT_TARGET env var to allow builds for older ...Damien Plisson
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-23This fixes the following coverity issues: 163 162 161Kent Mein
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-22Bullet: synchronize soft body helpers with current SVN.Benoit Bolsee
2009-12-22MSVC project filesBenoit 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
2009-12-22BGE bug #20446: revert to orignal code, the problems comes from misunderstand...Benoit Bolsee
2009-12-22zoom to mouse for 2D viewCampbell Barton
2009-12-22increasing camera lens limit to 172.85 (same as 2.49xx)Dalai Felinto
2009-12-22[#20446] mathutils: bugfix for matrix * matrix - patch by Paul Parchenko (par...Dalai Felinto
2009-12-22py error fix and minor changes to rna info classCampbell Barton
2009-12-21netrender: display dispatching rules under master header. (read only for now)Martin Poirier
2009-12-21Missing file in previous commit.Martin Poirier
2009-12-21netrender: visibility toggle for full list of fluid and cache files in the jo...Martin Poirier
2009-12-21Sequence Slide transformation (easier to do special sequence code there than ...Martin Poirier
2009-12-21removing sequence strip overlap didnt adjust the animation key timeCampbell Barton
2009-12-21removing unwanted svn:executable propertiesMartin Poirier
2009-12-21Multires: added back Reshape function, to copy vertex locationsBrecht Van Lommel
2009-12-21[#20441] 3D manipulator widget problemMartin Poirier
2009-12-21- camera switching didnt work for openGL renderCampbell Barton
2009-12-21* Rest length parameter for harmonic force springs. Implementation is a sligh...Janne Karhu
2009-12-21Fix #20432: object.layers did not do correct update, could miss depsgraph reb...Brecht Van Lommel
2009-12-21Fix #20442: opening .blend file with hanging temp screens could crash,Brecht Van Lommel
2009-12-21Makefiles: fix CFLAGS for OS XStefan Gartner
2009-12-21OS X: added support for building with Cocoa to MakefilesStefan Gartner