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-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-17Fix #25649: Image editor paint icon missing until enter weight paintSergey Sharybin
2012-01-24Fix #29946: Recover Auto Save defaults to "Short List" View -- Cannot determi...Sergey Sharybin
2012-01-16more keymap editsCampbell Barton
2012-01-16opengl render save ignored alpha settings. also some FILE_MAX defines missed ...Campbell Barton
2012-01-14adjust view3d api function for getting user region to also return view3d sinc...Campbell Barton
2012-01-14- opengl render in quadview wasn't using camera.Campbell Barton
2012-01-13Fix #29878: running bpy.ops.render.opengl() from console not starting new lineBrecht Van Lommel
2012-01-13Fix #29824: Error writing frame if 3D scene starts after first frame of anima...Sergey Sharybin
2012-01-13give a more useful error when attempting to opengl render in background mode.Campbell Barton
2012-01-12use render osa setting for opengl render sample count and BLI_jitter for open...Campbell Barton
2012-01-12replace fixed sizes with sizeof when passing string length since size wasn't ...Campbell Barton
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2012-01-09dont draw object center dot for opengl renderCampbell Barton
2012-01-09fix an error rendering opengl weightpaint data wasn't working when python ini...Campbell Barton
2012-01-02replace:Campbell Barton
2011-12-30Color management: add "Color Unpremultiply" option for images and render sett...Brecht Van Lommel
2011-12-28Code refactoring: add unified image buffer functions for doing float => byte,Brecht Van Lommel
2011-12-07Fix #29523: RenderEngine.update_progress() doesn't redraw UI.Brecht Van Lommel
2011-11-30Fix #27981: opengl render + render slots not working.Brecht Van Lommel
2011-11-28Fix #29389: cycles viewport render not updating on frame changes. This sort ofBrecht Van Lommel
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-23Fix #28934: missing GLSL/icon update when changing materials used in nodes.Brecht Van Lommel
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-22move image settings into their own structure so the interface can be shared w...Campbell Barton
2011-11-20share code for fluidsim, ocean & dynamic paint file paths.Campbell Barton
2011-11-19Camera: more code refactoring, adding a function to create CameraParams fromBrecht Van Lommel
2011-11-18Added methods new and remove to scene.render.layers, so now render layersSergey Sharybin
2011-11-16Fix #29287: cycles and other external render engines did not print correct frameBrecht Van Lommel
2011-11-05Code refactoring: split lamp functions from object.c into new lamp.c.Brecht Van Lommel
2011-11-04utility function to find the biggest area: BKE_screen_find_big_area(...), was...Campbell Barton
2011-11-03Fix #28998: sequence rendering with wrong progress barSergey Sharybin
2011-11-02RenderEngine/Nodes: system to check for shading nodes compatibilityBrecht Van Lommel
2011-11-02Nodes: add support for shader nodes on world and lamps, in addition to materi...Brecht Van Lommel
2011-11-02RenderEngine api: support for viewport rendering, details here:Brecht Van Lommel
2011-11-01Fix #29109: bpy.ops.render.render() with scene parameter missed compositing,Brecht Van Lommel
2011-10-28Fix: OpenGL renders on graphics cards which do not support non-power-of-twoBrecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23BLI_make_file_string wasn't guaranteed to initialize the resulting path, some...Campbell Barton
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-19Adds an update flag to the bNode struct (similar to bNodeTree->update).Lukas Toenne
2011-10-12changes to relative path optionCampbell Barton
2011-10-03add macro OB_TYPE_SUPPORT_MATERIAL, type checks were being done inline, some ...Campbell Barton
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-14resolve bad level calls from blenkenel/ into editors/ & remove editors from t...Campbell Barton
2011-09-12Fixes #28599: Wrong re-assigning of layers in RenderLayer comp nodes when del...Bastien Montagne
2011-08-29patch [#28355] Better Environment Map scriptingCampbell Barton
2011-08-28- use static vars and functions where possible.Campbell Barton