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-12-10Fix #29516: Twist brush giving crazy resultsSergey Sharybin
2011-12-05fix for dscale which was set to 0,0,0 from files saved between Nov 29 and Dec 4.Campbell Barton
2011-12-04remove mesh PartialVisibility, it wasnt being version patches or used anywher...Campbell Barton
2011-12-04remove unused SpaceTime.redraws.Campbell Barton
2011-12-04`#if 0` use of Object.nlastrips, there is no way to add or remove these from ...Campbell Barton
2011-12-04remove old renderer struct member, was only used for setting yafray but was s...Campbell Barton
2011-12-04add define for deprecated DNA struct members: DNA_DEPRECATED,Campbell Barton
2011-12-04add a new object member to store the dsize, since with my recent commit broke...Campbell Barton
2011-11-30Remove MTEX_BUMP_FLIPPED flag which was added temporary when white/black colorsSergey Sharybin
2011-11-30fix [#29111] Wrong application of delta scaleCampbell Barton
2011-11-28Reset V3D_RENDER_SHADOW flag on file loading.Sergey Sharybin
2011-11-28Camera tracking: moved camera solver into it's own jobSergey Sharybin
2011-11-28Camera tracking: merging tracking presets stuff from tomato branchSergey Sharybin
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-23Patch #29336: renaming UV (Texture) Layer to UV Map in the user interface,Brecht Van Lommel
2011-11-22rename image type defines to be less ambiguous, also set BMP as not supportin...Campbell Barton
2011-11-22move image settings into their own structure so the interface can be shared w...Campbell Barton
2011-11-20Fix #29322: 'Active Clip' not saving after appending.Sergey Sharybin
2011-11-18Added methods new and remove to scene.render.layers, so now render layersSergey Sharybin
2011-11-16Fix #29293: NLA Strip modifiers don't survive save/reload. One letterBrecht Van Lommel
2011-11-13Moving all node angle-type values to radians. This also fixes [#29151] rotate...Bastien Montagne
2011-11-13add missing break in ocean_texture switch statement & quiet some warnings.Campbell Barton
2011-11-13Ocean Sim modifier patchLukas Toenne
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton
2011-11-10Nodes: fix crash loading old files that have node sockets changed, the versionBrecht Van Lommel
2011-11-09Merge with trunk r41701soc-2011-carrotMiika Hamalainen
2011-11-08Cycles: fix crash loading existing files, forgot to merge over this line.Brecht Van Lommel
2011-11-07Textures/Shaders: extend TexMapping to include projection options, and add aBrecht Van Lommel
2011-11-07Merge with trunk r41625Miika Hamalainen
2011-11-07Bugfix [#29064] armature with curve contraint - crashJoshua Leung
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-06more macro --> BLI math lib, mainly replace VECCOPY in render and blenkernel.Campbell Barton
2011-11-06As discussed on the mailing list, removing the non-functional,Joshua Leung
2011-11-05remove po/ since the workflow for translations uses branches which isnt that ...Campbell Barton
2011-11-05Merge with trunk r41545Miika Hamalainen
2011-11-05more DNA object editsCampbell Barton
2011-11-05- view bounds (now split from collision bounds) was still being used for bge ...Campbell Barton
2011-11-04Fix #28865: Draw_bounds_type does not display Polyhedron or Capsule typesSergey Sharybin
2011-11-04Configurable sensor size:Sergey Sharybin
2011-11-04Do not run versioning code for new files. All stuff from current verisoningSergey Sharybin
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-02quiet some warnings.Campbell Barton
2011-11-01== Removal of SpaceSound ==Thomas Dinges
2011-11-01== Cleanup of SpaceImasel ==Andrea Weikert
2011-10-28Merge with trunk r41342Miika Hamalainen
2011-10-28Dynamic Paint:Miika Hamalainen
2011-10-28replace VECCOPY and QUATCOPY with inline funcs.Campbell Barton