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
2012-05-04fix for last commit, (warning was without openmp only)Campbell Barton
2012-05-04Fix strand render + instancing render bug, gave tile artifacts.Brecht Van Lommel
2012-05-03style cleanup: formatting and some float/double promotionCampbell Barton
2012-05-03code cleanup: minor changes to get trunk compiling with strict warnings.Campbell Barton
2012-05-03Clip editor: sort order for dopesheet channelsSergey Sharybin
2012-05-03Camera tracking: pre-calculate tracked segments for dopesheet channelsSergey Sharybin
2012-05-03Camera tracking: clear clipboard path before copying tracks to it.Sergey Sharybin
2012-05-03Fix #31234: vertex normals not update after knife cut.Brecht Van Lommel
2012-05-03Fix #31275: mesh draw issues after adding hook to mesh in edit mode.Brecht Van Lommel
2012-05-03Fix #31259: particle grid distribution not working.Brecht Van Lommel
2012-05-03Fix #31272: Blender Crashes when press renderSergey Sharybin
2012-05-03Fix #31254: OpenGL-Rendering dark without Effect-StripSergey Sharybin
2012-05-03Fix #31178, the cause is hidden and selected faces would return NULL as UVEle...Antony Riakiotakis
2012-05-03Fix #31266: Track preview is shifted by half a pixelSergey Sharybin
2012-05-03Fix #31139: fractal mesh subdivide was only working along normal where previo...Brecht Van Lommel
2012-05-03Fix #31257: tiff reader not reading 16 bit grayscale images correctly.Brecht Van Lommel
2012-05-03Fix #31108: entering local view with glsl shows objects black. Now keeps lampsBrecht Van Lommel
2012-05-03Enum property items were missing a terminator item.Lukas Toenne
2012-05-03Grr! Fix for own error in r46193.Bastien Montagne
2012-05-03Patch [#30965] Cancel Sculpt Stroke w/ ESCAPEJason Wilkins
2012-05-03Patch [#30255] Center Last StrokeJason Wilkins
2012-05-03ED_object_exit_editmode needs ED_object.hJason Wilkins
2012-05-03Fix #31256: collada export while in edit mode does not export edit mode changes,Brecht Van Lommel
2012-05-03Fix #31250, #31248: wrong vertex normals after transform apply, collada import,Brecht Van Lommel
2012-05-03Fix #31253: collada export default file name now is no longer alwaysBrecht Van Lommel
2012-05-03Initialize an input in bmo_hull.Nicholas Bishop
2012-05-02Fix #31089: collada file crashing on importing file with unknown/unsupported ...Brecht Van Lommel
2012-05-02Style cleanup: spaces around operatorsSergey Sharybin
2012-05-02Clip editor: cleanup of View menu - do not show operators which doesn't make ...Sergey Sharybin
2012-05-02Cycles: add Ray Length output to Light Path node. This gives the distance tra...Brecht Van Lommel
2012-05-02Clip editor: remove Z-key shortcut for curve view. It doesn't make many sense...Sergey Sharybin
2012-05-02Clip editor: added drag-n-drop support so files can be opened in clip editorSergey Sharybin
2012-05-02Fix #31176: Collada model shows weird textures in editmodeJuha Mäki-Kanto
2012-05-02Fix #31190: mirror modifier caused non-planar quads to be split differently onBrecht Van Lommel
2012-05-02Fix wrong unified weight paint value version patch, was doing incorrect versi...Brecht Van Lommel
2012-05-02Fix #31236: linking a socket of a different type to an existing node group ou...Brecht Van Lommel
2012-05-02Small enhancement to Fast Gaussian compo blur node: do not compute when size ...Bastien Montagne
2012-05-02Fixes for recent cycles and python/context commits.Brecht Van Lommel
2012-05-02Python/context: tweak code further so that when you set screen/area/regionBrecht Van Lommel
2012-05-02Fix crash setting area.type from a context that not include the right window,Brecht Van Lommel
2012-05-02Python/context: allow overriding window/screen/area/region context for runnin...Brecht Van Lommel
2012-05-02bmesh: use fixed stack size for face flipping array.Campbell Barton
2012-05-02Fix #31199 & #31112: cycles not working well with vertex/weight paint selectionBrecht Van Lommel
2012-05-02Fix 31220: glsl sun lamp shadows did not apparently respect shadow flag whenBrecht Van Lommel
2012-05-02Fix #31102: changing scene.use_color_management from render_pre callback woul...Brecht Van Lommel
2012-05-02Fix #31230: Grid primitive changes size with changing resolutionSergey Sharybin
2012-05-02A number of changes to node RNA and the file output node, to simplify socket ...Lukas Toenne
2012-05-02Fixes opening video files on Windows. [#30752]Alexander Kuznetsov
2012-05-02Fix for r46170.Thomas Dinges
2012-05-02Logic brick connection highlighting on mouseover. Merged from candy branch. I...Matthew Smith