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-03-29UI:Brecht Van Lommel
2009-03-29UI:Brecht Van Lommel
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-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
2009-03-23Finished porting etch-a-ton to 2.5Martin Poirier
2009-03-23 2.5Michael Fox
2009-03-23 2.5Michael Fox
2009-03-22RNA:Brecht Van Lommel
2009-03-22RNA: basic code for Node inheritance.Brecht Van Lommel
2009-03-22F-Curve Modifiers - Envelope: BugfixesJoshua Leung
2009-03-22First part of operatorizing etch-a-ton in 2.5Martin Poirier
2009-03-21get rid of warnings, fix for a refcount errorCampbell Barton
2009-03-21- lazy subtype initialization rna, was initializing every type in bpy.types a...Campbell Barton
2009-03-21F-Curve Modifiers: Envelope ModifierJoshua Leung
2009-03-21Compiling fix for etch-a-ton commit - I've moved BIF_freeRetarget() to be bef...Joshua Leung
2009-03-20merge more etch-a-ton code. nothing works, but it compiles. Will try to get i...Martin Poirier
2009-03-202.5: add rna_context.c, missed that in last commit.Brecht Van Lommel
2009-03-202.5Ton Roosendaal
2009-03-202.5 compiles again with scons. Commented out some lines referring to code in ...Joshua Leung