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-26A bunch of fixes and tweaks in RNA messages, found while translating them in ...Bastien Montagne
2011-11-26Fix for linking cycles group nodes in the sidebar menu (bug #29403). The temp...Lukas Toenne
2011-11-26pass args as vectors to opengl functions where possible.Campbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-26minor edit - weight_to_rgb() and ramp_blend() now take a float vector rather ...Campbell Barton
2011-11-26add null check, crashes py 3.3 which isn't released but adding the check is h...Campbell Barton
2011-11-25Do not use transparent rendering in 3d viewport for objects which are in edi...Sergey Sharybin
2011-11-25Image save as operator 'BW' option wasnt working on some formats, now only sh...Campbell Barton
2011-11-25use enum for draw wire setting to be easier to read, no functional change.Campbell Barton
2011-11-25Fix part of #29310: secondary point caches for cloth did not get stepsBrecht Van Lommel
2011-11-25Fix #29371: crash deleting objects in outliner. This was introduced in theBrecht Van Lommel
2011-11-24UI: small fix for forward compatibility, keep this style setting so openingBrecht Van Lommel
2011-11-24pep8 edits and avoid naming conflicts with python builtinsCampbell Barton
2011-11-242.6 Code removal:Thomas Dinges
2011-11-24Fix #29366: multires crash with meshes that had verts/edges not connected to ...Brecht Van Lommel
2011-11-24(See http://codereview.appspot.com/5431064/ for review of patch)Konrad Kleine
2011-11-24Fix #29369: bpy.data.curves.new(name= "test" , type = 'SURFACE') does not cre...Sergey Sharybin
2011-11-24Fix #29306: Alt+N, Enter In Image View Does closes the dialog without executing.Sergey Sharybin
2011-11-24Fix #29384: Mesh without polygons + Modifier crashes when switching to sculpt...Sergey Sharybin
2011-11-24Fix for wrong event clipping in open node groups (bug #29383). The internal n...Lukas Toenne
2011-11-24- saving as a jpeg image would set the image as not having an alpha channel e...Campbell Barton
2011-11-24image format arg parsing for creator.cCampbell Barton
2011-11-24rename mathutils constructors to match other parts of the bpy/api (no functio...Campbell Barton
2011-11-24patch: [#29382] Arbitrary Length Array Function Additions and ModificationsCampbell Barton
2011-11-232.6 UI code:Thomas Dinges
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-23Fix compilation error of blenderplayer caused by recent commit.Sergey Sharybin
2011-11-23Added method clear to most of collections which supports new/remove.Sergey Sharybin
2011-11-23Fix #29367: Vertex parent regressionSergey Sharybin
2011-11-23MSVC 2005 and higher supports variable length macroses, so RNA_warning can re...Sergey Sharybin
2011-11-23Fix #28934: missing GLSL/icon update when changing materials used in nodes.Brecht Van Lommel
2011-11-23Fixed some glitches with WeightVG modifiers:Bastien Montagne
2011-11-22looking at CustomData_add_* functions - best the return valye is checked.Campbell Barton
2011-11-22more minor edits to ocean sim codeCampbell Barton
2011-11-22Some Dynamic Paint ui message fixes.Miika Hamalainen
2011-11-22ocean simCampbell Barton
2011-11-22Fix for long-standing TODO item: Clicking on overlapping nodes would activate...Lukas Toenne
2011-11-222.6 Various code cleanup: Thomas Dinges
2011-11-22* UI Improvements for the uiTemplateImageSettings.Thomas Dinges
2011-11-22remove unnecessary switch() statement from ocean sim loop.Campbell Barton
2011-11-22Fix a crash switching from cycles to blender internal, wrong order of freeing.Brecht Van Lommel
2011-11-22fix [#29319] bus error with python with link_append and {}Campbell Barton
2011-11-22Attempted bugfix to improve behaviour of inverse calculations for ChildOfJoshua Leung
2011-11-22fix for [#29355] clone-brush in texture paintCampbell Barton
2011-11-22Fix #29358: Feature "trackness" property misnamedSergey Sharybin
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