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-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-26minor edit - weight_to_rgb() and ramp_blend() now take a float vector rather ...Campbell Barton
2011-11-25Image save as operator 'BW' option wasnt working on some formats, now only sh...Campbell Barton
2011-11-25Fix part of #29310: secondary point caches for cloth did not get stepsBrecht Van Lommel
2011-11-24Fix #29366: multires crash with meshes that had verts/edges not connected to ...Brecht Van Lommel
2011-11-24Fix #29369: bpy.data.curves.new(name= "test" , type = 'SURFACE') does not cre...Sergey Sharybin
2011-11-24- saving as a jpeg image would set the image as not having an alpha channel e...Campbell Barton
2011-11-24image format arg parsing for creator.cCampbell Barton
2011-11-24patch: [#29382] Arbitrary Length Array Function Additions and ModificationsCampbell Barton
2011-11-23Patch #29336: renaming UV (Texture) Layer to UV Map in the user interface,Brecht Van Lommel
2011-11-23Fix #29367: Vertex parent regressionSergey Sharybin
2011-11-22ocean simCampbell Barton
2011-11-222.6 Various code cleanup: Thomas Dinges
2011-11-22- use cache_ as a prefix for new modifiers.Campbell Barton
2011-11-22rename image type defines to be less ambiguous, also set BMP as not supportin...Campbell Barton
2011-11-22display quality for avijpeg, name BKE_imtype functions more sensibly Campbell Barton
2011-11-22image save operator now shares settings and UI with render & image out node.Campbell Barton
2011-11-22replace ImBuf.depth with ImBuf.planes to match ImageFormatData.planes & to av...Campbell Barton
2011-11-22Camera tracking: code cleanupSergey Sharybin
2011-11-22Just another typo in recent commit.Sergey Sharybin
2011-11-22move image settings into their own structure so the interface can be shared w...Campbell Barton
2011-11-22Oops, forgot to remove this unused variableSergey Sharybin
2011-11-21Fixed threading issue when tracking several tracksSergey Sharybin
2011-11-21Fix #29348: subsurf modifier causing mesh to draw slower than with modifierBrecht Van Lommel
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