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-30use consistent naming for deform.c, also moved defvert_remove_index into defo...Campbell Barton
2011-11-30fix [#29450] Mirror Vertex Groups issueCampbell Barton
2011-11-30fix [#29462] libraries.load can't have link=False when relative=TrueCampbell Barton
2011-11-30Deduplicate code used for drawing text information at the top of space region.Sergey Sharybin
2011-11-30Rename Movie to Movie Clip source for background imageSergey Sharybin
2011-11-30fix [#29459] Crash making a linked object group localCampbell Barton
2011-11-30UI: another tweak to panel header drawing, to get the checkboxes positioned r...Brecht Van Lommel
2011-11-30Fix: defining properties would fail with argument update=None instead of notBrecht Van Lommel
2011-11-30Fix #27981: opengl render + render slots not working.Brecht Van Lommel
2011-11-30Fix #29393: operator preset compatibility issue due to renaming property toBrecht Van Lommel
2011-11-30fix [#29111] Wrong application of delta scaleCampbell Barton
2011-11-30option to disable/enable individual background imagesDalai Felinto
2011-11-30Added comments to the workaround made in r42266 (node line drawing bug on Int...Lukas Toenne
2011-11-30formatting edits (120 width max) and remove some redundant castsCampbell Barton
2011-11-30Blender 2.61 Release links and readme:Thomas Dinges
2011-11-29Fix for errors in node line drawing on some Intel hardware (bug #29427). This...Lukas Toenne
2011-11-29treat 4d vectors as 3d for vector.angle(other)Campbell Barton
2011-11-29Fix #29028: dupli objects missing speed vectors. Check for avoiding creation ofBrecht Van Lommel
2011-11-29Fix for memory leak in multires baker.Sergey Sharybin
2011-11-29Fix #27328: Undoing an operation while baking fluids freezes BlenderSergey Sharybin
2011-11-29Fixes and tweaks to RNA messages (found while translating in french).Bastien Montagne
2011-11-29Fix #29411: displacement texture not working anymore, seems part of deltaBrecht Van Lommel
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-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