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
2013-03-19svn merge ^/trunk/blender -r55357:55372Campbell Barton
2013-03-18Merged changes in the trunk up to revision 55357.Tamito Kajiyama
2013-03-17code cleanup: name mesh functions more consistently, also use bools for mesh ...Campbell Barton
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-03-17- ghost-sdl builds again.Campbell Barton
2013-03-16Bug fix, irc reported:Ton Roosendaal
2013-03-16don't create empty mesh object when separating if nothing is selected.Campbell Barton
2013-03-16patch [#34634] Select vertices without a groupCampbell Barton
2013-03-16own error in recent knife-project changes.Campbell Barton
2013-03-16fix for crash when using BM_face_calc_tessellation(), its not ensured that al...Campbell Barton
2013-03-16object converting curve/mball to a mesh would give invalid selection state (e...Campbell Barton
2013-03-16knife project improvementsCampbell Barton
2013-03-15Fix: multisample viewport drawing didn't work well with selection or particleBrecht Van Lommel
2013-03-15knife project: improve selection inside/outside checks.Campbell Barton
2013-03-15use bool for knife, also scons tab/space mix.Campbell Barton
2013-03-15add in ifdef for WITH_LIBMV, correct own error passing float[2] as float[3]Campbell Barton
2013-03-15knife project:Campbell Barton
2013-03-15fix for own bad mistake using alloca in a loop, also knife project wasnt sele...Campbell Barton
2013-03-15knife projection feature,Campbell Barton
2013-03-15Fix #34633: Merge First/Last crashes BlenderSergey Sharybin
2013-03-14use floats for knife tool internal mouse coord.Campbell Barton
2013-03-14minor knife refactor to prepare for running non interactively.Campbell Barton
2013-03-14code cleanup: de-duplicate view clipping function for paint and knife tool, m...Campbell Barton
2013-03-13fix for minor glitch in recent addition to create faces from partial selections.Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-13New implementation of Freestyle edge/face marksTamito Kajiyama
2013-03-12use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations wh...Campbell Barton
2013-03-10add STREQ macro (commonly used macro like CLAMP, MAX2, STRINGIFY). Use for so...Campbell Barton
2013-03-09code cleanup: make bmesh var names more consistentCampbell Barton
2013-03-09code cleanup:Campbell Barton
2013-03-09bmesh operator 'contextual_create' wasn't flagging single faces that were cre...Campbell Barton
2013-03-09bmesh: face creation from a single selected vertex/edge, now extends the sele...Campbell Barton
2013-03-09ruler3d: replace ED_view3d_cursor3d_position() with lower level function view...Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2013-03-04patch [#34103] use booleans for extensions testing.Campbell Barton
2013-03-03Merged changes in the trunk up to revision 54992.Tamito Kajiyama
2013-03-02now dragging an image onto an empty can be done without holding Ctrl.Campbell Barton
2013-03-01style cleanup: braces with multi-line statements, also add some comments.Campbell Barton
2013-02-28Fix #34366: mesh.select_mode operator could not be configure the use_extendBrecht Van Lommel
2013-02-28fix for bmesh regression similar to last revision r54920. only effected loadi...Campbell Barton
2013-02-28fix for regression since BMesh merge, selecting linked faces in face-mask mod...Campbell Barton
2013-02-27fix for own regression, edge path tagging worked but toggline bevel didnt.Campbell Barton
2013-02-27fix for own regression - joining meshes didn't merge customdata flags (could ...Campbell Barton
2013-02-24Merged changes in the trunk up to revision 54802.Tamito Kajiyama
2013-02-23Bugfix #34374Ton Roosendaal
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-21code cleanup: remove references to old bevel code (which has been removed for...Campbell Barton
2013-02-20Raise a bit Header string fixed length, else some translations (e.g. Japanese...Bastien Montagne
2013-02-20fix [#32294] Navmesh crashed if on creation navmesh is also selectedCampbell Barton