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-01-16Merged changes in the trunk up to revision 43404.Tamito Kajiyama
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-08Merged changes in the trunk up to revision 43219.Tamito Kajiyama
2012-01-02replace:Campbell Barton
2012-01-01Merged changes in the trunk up to revision 43038.Tamito Kajiyama
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-11Merged changes in the trunk up to revision 42556.Tamito Kajiyama
2011-12-07Fix #29523: RenderEngine.update_progress() doesn't redraw UI.Brecht Van Lommel
2011-12-05Merged changes in the trunk up to revision 42425.Tamito Kajiyama
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-26Merged changes in the trunk up to revision 42116.Tamito Kajiyama
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-25Fix for functionality inconsistency in the creation of a new line style.Tamito Kajiyama
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-21Replaced the changes in revision 41810 with a better implementationTamito Kajiyama
2011-11-21Merged changes in the trunk up to revision 42021.Tamito Kajiyama
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-14Added a new operator in the Parameter Editor mode to make a copyTamito Kajiyama
2011-11-08Merged changes in the trunk up to revision 41638.Tamito Kajiyama
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-30Fix for warnings about period at the end of description strings forTamito Kajiyama
2011-10-30Merged changes in the trunk up to revision 41368.Tamito Kajiyama
2011-10-29Merged changes in the trunk up to revision 41225.Tamito Kajiyama
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