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
2010-04-18Merged changes in the trunk up to revision 28247.Tamito Kajiyama
2010-04-15disable an assert, use a guess assignment instead.Joseph Eagar
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-14Small fix: scene name in render stats string.Ton Roosendaal
2010-04-07Fix [#21257] Renders blank images when audio clip is present.Matt Ebb
2010-04-06Fix #21545: geometry node front/back incorrectly depended on camera angle, canBrecht Van Lommel
2010-04-05Fix [#21861] hemi light and shadow only maerialMatt Ebb
2010-04-04Merged changes in the trunk up to revision 27992.Tamito Kajiyama
2010-04-02Fix [#21874] Sun/ Sky breaks when sun is in the night rotationMatt Ebb
2010-04-01Fix #21771: crash in render baking with image that can't be loaded.Brecht Van Lommel
2010-04-01Attempted fixes for render crashes on windows, still can't redo them hereBrecht Van Lommel
2010-04-01Fixed a compiler error in AppCanvas.h (thanks paulhart2). Also fixedTamito Kajiyama
2010-03-30* Multiply for panorama camerasBrecht Van Lommel
2010-03-30* Assign weight from bones in weight paint mode now respects paint faceBrecht Van Lommel
2010-03-29Merged changes in the trunk up to revision 27817.Tamito Kajiyama
2010-03-28Fixed the full sample anti-aliasing support in Freestyle.Tamito Kajiyama
2010-03-28External render engines now have option bl_postprocess to determineBrecht Van Lommel
2010-03-28External render engines can now render previews as well, disabled byBrecht Van Lommel
2010-03-27Second attempt at committing the different render slot implementation. ThisBrecht Van Lommel
2010-03-26Merged changes in the trunk up to revision 27779.Tamito Kajiyama
2010-03-26fix rendering another scene from the compositor not working.Brecht Van Lommel
2010-03-26Fix for ben dansie, incorrect gamma with render baking.Matt Ebb
2010-03-26Merged changes in the trunk up to revision 27752.Tamito Kajiyama
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Merged changes in the trunk up to revision 27647.Tamito Kajiyama
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-16the string 'Environment' is too long for a pass name, was causing crashes in ...Brecht Van Lommel
2010-03-16implify skipping quad->tri was being done even when the main simplify option ...Brecht Van Lommel
2010-03-16Fixes for thread related render / compositing crashes:Brecht Van Lommel
2010-03-14Rendering from 3d view in local view or with unlocked layer was notBrecht Van Lommel
2010-03-14Remove SAT texture filter. It's not working, thought it was but that'sBrecht Van Lommel
2010-03-14Fix #21171: ztransp render aliasing problem.Brecht Van Lommel
2010-03-12Fix for warning introduced in passes commit, also removed some moreBrecht Van Lommel
2010-03-12Fix #21211: new indirect/environment/emit passes weren't showing upBrecht Van Lommel
2010-03-12Added ability to save and load planar environment maps, rather than only cube.Matt Ebb
2010-03-11Merged changes in the trunk up to revision 27420.Tamito Kajiyama
2010-03-11Restored Environment mapsMatt Ebb
2010-03-09rename some functions to use easier to understand names.Campbell Barton
2010-03-09Fix render baking crashing on windows/mac. Problem was increasedBrecht Van Lommel
2010-03-09remove for bad-level-call & some minor changes to make camera switching neater.Campbell Barton
2010-03-08- Fixed trouble with rendering curves with disabled modifiers, which areSergey Sharybin
2010-03-07fix for using an un-initialized pointer & quiet compiler wanring on raytrace ...Campbell Barton
2010-03-05Constructive modifiers for curves and surfacesSergey Sharybin
2010-03-05utility function object_camera_matrix, moved code from RE_SetCamera into this.Campbell Barton
2010-03-05remove viewfac from Render struct, its only used locallyCampbell Barton
2010-03-03Merged changes in the trunk up to revision 27226 (Blender 2.5 alpha 2 release...Tamito Kajiyama
2010-03-02Made an attempt for fixing an instability issue regarding animationTamito Kajiyama
2010-03-01Fix #21227, #21346 and #21336: image texture wasn't centered correctlyBrecht Van Lommel
2010-02-28Merged changes in the trunk up to revision 27178.Tamito Kajiyama
2010-02-26use negate_v3 rather then multiplying a vector by -1.0 (no functional changes)Campbell Barton