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-06Quiet annoying warning:Campbell Barton
2011-12-05svn merge ^/trunk/blender -r42426:42439Campbell Barton
2011-12-05Fix #29507: cycles rendering of metaball animations not working.Brecht Van Lommel
2011-12-04svn merge ^/trunk/blender -r42372:42416Campbell Barton
2011-12-04A (hopefully last) bunch of fixes and tweaks to UI label and messages (found ...Bastien Montagne
2011-12-04Camera tracking: merge hybrid tracker from tomato branchSergey Sharybin
2011-12-04add a new object member to store the dsize, since with my recent commit broke...Campbell Barton
2011-12-02svn merge ^/trunk/blender -r42303:42329Campbell Barton
2011-12-02renaming BooleanProperty to BoolProperty (rna structs shouldnt affect scripters)Dalai Felinto
2011-11-30svn merge ^/trunk/blender -r42261:42290Campbell Barton
2011-11-30Rename Movie to Movie Clip source for background imageSergey Sharybin
2011-11-30Fix #29393: operator preset compatibility issue due to renaming property toBrecht Van Lommel
2011-11-30option to disable/enable individual background imagesDalai Felinto
2011-11-29svn merge ^/trunk/blender -r42245:42261Campbell Barton
2011-11-29Fixes and tweaks to RNA messages (found while translating in french).Bastien Montagne
2011-11-29fix for duplifaces with quads/ngons, bmesh was using triangulated faces so ea...Campbell Barton
2011-11-28svn merge ^/trunk/blender -r42197:42221Campbell Barton
2011-11-28Fixes and tweaks to RNA messages (found while translating in french).Bastien Montagne
2011-11-28Fix #29389: cycles viewport render not updating on frame changes. This sort ofBrecht Van Lommel
2011-11-28Camera tracking: merging tracking presets stuff from tomato branchSergey Sharybin
2011-11-28svn merge ^/trunk/blender -r42182:42194Campbell Barton
2011-11-27accessing rna 'default_flag' attribute of a non enum-flag could crash. eg.Campbell Barton
2011-11-26svn merge ^/trunk/blender -r42139:42172Campbell Barton
2011-11-26A bunch of fixes and tweaks in RNA messages, found while translating them in ...Bastien Montagne
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-25Enable building cycles in bmesh branchAndrew Wiggin
2011-11-25Image save as operator 'BW' option wasnt working on some formats, now only sh...Campbell Barton
2011-11-25Fix part of #29310: secondary point caches for cloth did not get stepsBrecht Van Lommel
2011-11-25svn merge ^/trunk/blender -r42116:42139Campbell Barton
2011-11-242.6 Code removal:Thomas Dinges
2011-11-24add some macros to cleanup lots of tedious code in rna_mesh.c defining custom...Andrew Wiggin
2011-11-24svn merge ^/trunk/blender -r42095:42116Campbell Barton
2011-11-24patch: [#29382] Arbitrary Length Array Function Additions and ModificationsCampbell Barton
2011-11-23Patch #29336: renaming UV (Texture) Layer to UV Map in the user interface,Brecht Van Lommel
2011-11-23minor changesCampbell Barton
2011-11-23svn merge ^/trunk/blender -r42080:42095Campbell Barton
2011-11-23Added method clear to most of collections which supports new/remove.Sergey Sharybin
2011-11-23Fixed some glitches with WeightVG modifiers:Bastien Montagne
2011-11-22svn merge ^/trunk/blender -r42077:42080Campbell Barton
2011-11-22Some Dynamic Paint ui message fixes.Miika Hamalainen
2011-11-22svn merge ^/trunk/blender -r42069:42076Campbell Barton
2011-11-222.6 Various code cleanup: Thomas Dinges
2011-11-22svn merge ^/trunk/blender -r42009:42053Campbell Barton
2011-11-22- use cache_ as a prefix for new modifiers.Campbell Barton
2011-11-22rename image type defines to be less ambiguous, also set BMP as not supportin...Campbell Barton
2011-11-22More UI messages fixes and tweaks (found while translating in french).Bastien Montagne
2011-11-22display quality for avijpeg, name BKE_imtype functions more sensibly Campbell Barton
2011-11-22i18n update:Bastien Montagne
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