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-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-31Merge with trunk r41411Miika Hamalainen
2011-10-29bug from revision 2!, error noticed kjym3 on IRC, buffer overrun on lbarray, ...Campbell Barton
2011-10-28Merge with trunk r41342Miika Hamalainen
2011-10-28Dynamic Paint:Miika Hamalainen
2011-10-28replace VECCOPY and QUATCOPY with inline funcs.Campbell Barton
2011-10-26Fix #29030: render operator only used scene property if layers was used, now itBrecht Van Lommel
2011-10-26Fix [#28772] Filepaths are not remmaped after making a library item localAlex Fraser
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-22Merge with trunk r41197Miika Hamalainen
2011-10-22Dynamic Paint:Miika Hamalainen
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-21misc cleanupCampbell Barton
2011-10-21- add convenience functions BLI_split_dir_part / BLI_split_file_part, which j...Campbell Barton
2011-10-20BLI_ghash.h was including BLI_blenlib.h, remove from ghash header and include...Campbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-19== Sequencer ==Peter Schlaile
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-16Particle dupliobject rotation changes:Janne Karhu