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
2011-11-21Merged changes in the trunk up to revision 42021.Tamito Kajiyama
2011-11-20Muting node patch: second part. Also fix [#27636] Muting shading nodes is ign...Bastien Montagne
2011-11-20Tag unused variable in recent nodes commit.Sergey Sharybin
2011-11-20Fix compilation error with oceansim disabledSergey Sharybin
2011-11-20Muting node patch: first partBastien Montagne
2011-11-20share code for fluidsim, ocean & dynamic paint file paths.Campbell Barton
2011-11-20Dynamic Paint:Miika Hamalainen
2011-11-20- pyapi mathutils.geometry.intersect_plane_planeCampbell Barton
2011-11-20UI:Brecht Van Lommel
2011-11-19Camera: some more refactoring, mostly in the function that computes the cameraBrecht Van Lommel
2011-11-19add poll function for VIEW3D_OT_camera_to_view_selected & remove some unused ...Campbell Barton
2011-11-19replace fabs with fabsf where both input and output are floats.Campbell Barton
2011-11-19Camera Sensor:Brecht Van Lommel
2011-11-19Camera: more code refactoring, adding a function to create CameraParams fromBrecht Van Lommel
2011-11-18Camera: some code refactoring, use an intermediate CameraParams struct insteadBrecht Van Lommel
2011-11-18Camera tracking: multiply all camera matrices by inverted first reconstructed...Sergey Sharybin
2011-11-18edits to 41957, main changes to render layer removal.Campbell Barton
2011-11-18Added methods new and remove to scene.render.layers, so now render layersSergey Sharybin
2011-11-17pydrivers: 'frame' is now in the driver namespace,Campbell Barton
2011-11-17Fix [#29190] VSE bugs.Bastien Montagne
2011-11-16merge mempool changes from bmesh (adds mempool iterator).Campbell Barton
2011-11-16Dynamic Paint:Miika Hamalainen
2011-11-16minor cleanupCampbell Barton
2011-11-15patch [#28993] wm_window_match_do(): Fix crash on null pointer dereferenceCampbell Barton
2011-11-15add support for python __doc__ comments in menu classes showing in the toolti...Campbell Barton
2011-11-15fix [#29272] Dynamic Paint crashes on duplicating a particle systemCampbell Barton
2011-11-15Camera tracking: made some options more easy to understandSergey Sharybin
2011-11-15py/rna api was calling RNA_property_type more often then needed (no functiona...Campbell Barton
2011-11-15Formatting cleanup. No functional changesJoshua Leung
2011-11-15add IDP_EqualsProperties support for comparing non-null terminated byte strings.Campbell Barton
2011-11-15Fixed compilation error in writeffmpg.c (caused by recent IDProp changes).Bastien Montagne
2011-11-15pass a pointer to IDP_New's IDPropertyTemplate rather then a copy.Campbell Barton
2011-11-15support for non-null terminated byte strings in id properties (as a subtype o...Campbell Barton
2011-11-15fix for crash in blenderplayer when the engine isnt fount.Campbell Barton
2011-11-14Text Editor: implement space-as-tab navigationDalai Felinto
2011-11-14Fix: Last triangle wasn't always drawn when VBO enabled.Miika Hamalainen
2011-11-14minor cleanup Campbell Barton
2011-11-14* Recommit of "a" BLENDER_VERSION_CHAR.Thomas Dinges
2011-11-14fix [#29242] menus have no keyboard shortcutsCampbell Barton
2011-11-14fix for shiftx/y for recently added VIEW3D_OT_camera_to_view_selected operator.Campbell Barton
2011-11-14Fix for [#29247] Incorrect black color with dynamic paintMiika Hamalainen
2011-11-14DPAINT_OT_output_toggle operator was using an index option for what was reall...Campbell Barton
2011-11-14Camera tracking: interface cleanup and small buttons renamingSergey Sharybin
2011-11-14Camera tracking: code cleanupSergey Sharybin
2011-11-14Assorted camera tracker improvementsSergey Sharybin
2011-11-14Ocean baking was using uninitialized memory, but further investigation it was...Campbell Barton
2011-11-14VIEW3D_OT_camera_to_view_selected operator to move the camera to frameCampbell Barton
2011-11-14Implemented a button to make a single-user copy of a line style.Tamito Kajiyama
2011-11-13Moving all node angle-type values to radians. This also fixes [#29151] rotate...Bastien Montagne
2011-11-13Camera solving: fixed incorrect warnings about failure of solving some framesSergey Sharybin