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
path: root/source
AgeCommit message (Expand)Author
2011-11-29remove header text:Campbell Barton
2011-11-29missed removing these filesCampbell Barton
2011-11-29patch [#29421] Python Noise Module UpdatesCampbell Barton
2011-11-29Fix #29443: Outliner buttons hover on shrinkSergey Sharybin
2011-11-29remove unused vars & minor formatting.Campbell Barton
2011-11-29avoid allocating verts & faces for dupliface + editmode.Campbell Barton
2011-11-29The locking + multi-paint section of code needed correction and simplification:Jason Hays
2011-11-29fix for crash adding empty objectCampbell Barton
2011-11-29Camera tracking: SAD tracker now supports patterns with any sizeSergey Sharybin
2011-11-28Reset V3D_RENDER_SHADOW flag on file loading.Sergey Sharybin
2011-11-28view3d - replace magic numbers with an enum to be used with mesh_foreachScree...Campbell Barton
2011-11-28Fix #29434: Cone collision bounds is on the wrong axisSergey Sharybin
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: moved camera solver into it's own jobSergey Sharybin
2011-11-28Camera tracking: merging tracking presets stuff from tomato branchSergey Sharybin
2011-11-28remove duplicate extern_colamd from blenderplayer cmakeAntony Riakiotakis
2011-11-28Fix typo in track selection operator.Sergey Sharybin
2011-11-28fix for building as a python moduleCampbell Barton
2011-11-28Superficial changes for bmesh bevel to sync with bmesh branch, also noticed l...Campbell Barton
2011-11-28quiet some warnings and logical errors.Campbell Barton
2011-11-28BLI_mempool_findelem() only worked when no elements were freed, use the itera...Campbell Barton
2011-11-27Do not use search area of unselected tracks when searching for nearestSergey Sharybin
2011-11-27Camera tracking: refactor of tracks synchronization stuffSergey Sharybin
2011-11-27accessing rna 'default_flag' attribute of a non enum-flag could crash. eg.Campbell Barton
2011-11-27UI: tweak to panel header padding, made region expander a bit smaller andBrecht Van Lommel
2011-11-27mempool utility function to get the element at an index BLI_mempool_findelem(...Campbell Barton
2011-11-27Fix [#29410] Blender svn 2.60.5 r42177, compositor, glare node bug.Bastien Montagne
2011-11-26Fix #29406: show Sequence as render layer when rendering from sequencer, to makeBrecht Van Lommel
2011-11-26fix for own error with id props when adding byte stringsCampbell Barton
2011-11-26minor bpy api editsCampbell Barton
2011-11-26Add missing GLEW_STATIC definition, causing link errors.Antony Riakiotakis
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-25Merging Blenderplayer modifier fix (U.gameflags |= USER_DISABLE_VBO) from Cuc...Mitchell Stokes
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-24BGE patch: [#29285] Video Texture: Avoid slow rescale (non power of 2 support...Dalai Felinto
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