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
2010-04-08Replaced PyObject_HEAD_INIT(NULL) with PyVarObject_HEAD_INIT(NULL, 0)Tamito Kajiyama
2010-04-08Got rid of a number of compiler warnings with regard to redefinitionsTamito Kajiyama
2010-04-06Added an entry for the documentation of the Freestyle Python API.Tamito Kajiyama
2010-04-04Merged changes in the trunk up to revision 27992.Tamito Kajiyama
2010-04-04make keying set path functions members of the paths collectionCampbell Barton
2010-04-04added negative bounds checks so drawing text into a buffer wont crash.Campbell Barton
2010-04-04no functional changes. use sizeof() and MAXFRAMECampbell Barton
2010-04-04[#21867] Add rotate option to blf moduleCampbell Barton
2010-04-04Fluid physics for particles by Raul Fernandez Hernandez (Farsthary) and Steph...Janne Karhu
2010-04-042.5 Preview Render:Thomas Dinges
2010-04-04Use DerivedMesh->getNumFaces function in drawSolidSelect() if curveSergey Sharybin
2010-04-04Fix #21850: Modifier applied to surface doesnt work when only a curve.Sergey Sharybin
2010-04-04Fix crash entering edit mode on linked duplicate meshes withBrecht Van Lommel
2010-04-04Histogram and line sample can now be resized verticallyMatt Ebb
2010-04-04'Active spline' theme setting was not getting initialised on old filesJoshua Leung
2010-04-04Added a new 'straight line' gesture type that can be used in any operator.Matt Ebb
2010-04-04keymap.add_item, add_modal_items --> keymap.items.add()/add_modal()Campbell Barton
2010-04-03More work on Drag Immediate:Martin Poirier
2010-04-03Bugfix #21896: Adding an modifier to a NLA strip adds it to all NLA stripsJoshua Leung
2010-04-02[#21840] When clicking to move a Node it sticks to the mouseMartin Poirier
2010-04-02RNA Property debug in Main, mapped to G.f's G_DEBUGMartin Poirier
2010-04-02[#21865] Blender V Alpha 2 X-mirror Extruding errorMartin Poirier
2010-04-02Set Scenes and PhysicsCampbell Barton
2010-04-02bugfix [#21230] set-scene animation updates not workingCampbell Barton
2010-04-02commenting hamx format, should evertually be removed along with amiga format.Campbell Barton
2010-04-02Batch renaming some keyframe editing internals in preparation for more generi...Joshua Leung
2010-04-02"Fix" #20225: mesh deform surface modifier problems. This mode was anBrecht Van Lommel
2010-04-02pointcache in set scenes wasnt updatingCampbell Barton
2010-04-02Fix [#21694] text input box last character not editableMatt Ebb
2010-04-02text drawing with zbuffer checks was way too slow, commenting for now.Campbell Barton
2010-04-02Simple crasher fix: TAB to change mode crashed after moving all the scene's o...Joshua Leung
2010-04-02World RNA:Thomas Dinges
2010-04-02avoid error message when stopping animation playback.Campbell Barton
2010-04-02Fix [#21868] Header flickering when mouse moves over region borders Matt Ebb
2010-04-02Fix [#21852] Empty Objects slow down performanceMatt Ebb
2010-04-02Bugfix #21853: Border zoom in the 2D-Views zooms outJoshua Leung
2010-04-02Fix [#21874] Sun/ Sky breaks when sun is in the night rotationMatt Ebb
2010-04-02Bump subversion number so that new defaults initialisations from prev commit ...Joshua Leung
2010-04-02Keyframe Defaults and Cleanups: Joshua Leung
2010-04-02Tiny fix [#21871] Mesh tools, merge, use of "vertices" where only a single ve...Matt Ebb
2010-04-02rna naming, *_frame --> frame_*Campbell Barton
2010-04-01Added visible_bases and visible_objects to screen Context.Elia Sarti
2010-04-01Smoke:Daniel Genrich
2010-04-01Fix #21771: crash in render baking with image that can't be loaded.Brecht Van Lommel
2010-04-01move operator reports into a global list so they display in the console.Campbell Barton
2010-04-01Attempted fixes for render crashes on windows, still can't redo them hereBrecht Van Lommel
2010-04-01scene.timeline_markers.add/remove() support.Campbell Barton
2010-04-01Bugfix #21763: extremly zooming into graph editor via ctrl+mmb locks up blenderJoshua Leung
2010-04-01commit 27896 : merge render branch into trunk reverted changes in rna_curve.cCampbell Barton
2010-04-01allow action groups with "" name, (just uses "Group" instead)Campbell Barton