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-05-19some stability stuff related to undo, and more extrude stuff worksJoseph Eagar
2009-05-18fixed a few of the memory leaksJoseph Eagar
2009-05-18add primitives works again. also switching selection modes almost works corr...Joseph Eagar
2009-05-18extrude works now, though vert extrude does not. still plenty of work needed...Joseph Eagar
2009-05-18small msvc project files update, though heh I don't compile with these, just ...Joseph Eagar
2009-05-18selection now works. next up, undo, and also need to track down an odd bug w...Joseph Eagar
2009-05-18renamed BMTessMesh to BMEditMesh, did some more monkeywork, cleaned up the mo...Joseph Eagar
2009-05-16NOTE: do not test. work-in-progress commit with editmesh ripped out and repl...Joseph Eagar
2009-03-30merge with 2.5 at r19462Joseph Eagar
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
2009-03-26remove ODE, build systems and BGE are ignoring it already.Campbell Barton
2009-03-262.5: Remove OOPS code from the outliner space, as discussedBrecht Van Lommel
2009-03-26RNA: particle wrapping is a bit more complete now.Brecht Van Lommel
2009-03-26F-Curve Modifiers: Experimental 'Additive' option for Generator ModifiersJoshua Leung
2009-03-25UI:Brecht Van Lommel
2009-03-25RNA:Brecht Van Lommel
2009-03-25RNA: fix for texture patch compile on MSVC, mixing declarations and code.Brecht Van Lommel
2009-03-252.5Ton Roosendaal
2009-03-252.5Ton Roosendaal
2009-03-25RNA: texture types Clouds/Wood/Marble/Magic/Stucci wrapped,Brecht Van Lommel
2009-03-25RNA: make svn props and file ending consistent.Brecht Van Lommel
2009-03-25UI:Brecht Van Lommel
2009-03-24Added makesrna for INC, fixing the 'make' buildingJoilnen Leite
2009-03-24Started wrapping nodes in RNA. Only shader nodes have all their options wrapped;Robin Allen
2009-03-24 2.5Michael Fox
2009-03-24BGE rna epydocs, add a list of all references to this struct from other prope...Campbell Barton
2009-03-23RNA: fix some warnings, return with void value in a void function.Brecht Van Lommel
2009-03-23Python:Brecht Van Lommel
2009-03-23PythonBrecht Van Lommel
2009-03-23RNA:Brecht Van Lommel
2009-03-23RNA: added CloudsTexture as an example.Brecht Van Lommel
2009-03-23RNA: Code for Texture inheritance, some cleanups.Brecht Van Lommel
2009-03-23 2.5Michael Fox