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
2012-04-17move rip out into its own fileCampbell Barton
2012-04-17remove the poll function from import/export templatesCampbell Barton
2012-04-17add import operator python template.Campbell Barton
2012-04-16Partial revert of rev45691: allow lightmap undo and add comment why redo was ...Sergey Sharybin
2012-04-16fix [#30972] Editmesh split by materials not working.Campbell Barton
2012-04-16Fix #30968: Lightmap Pack - no new image limitSergey Sharybin
2012-04-16patch to our desktop file from debian, German translation.Campbell Barton
2012-04-16rename wm.blenderplayer_start label from 'Start' to 'Start Game In Player', a...Campbell Barton
2012-04-16UI:Thomas Dinges
2012-04-16Fluid Simulation:Thomas Dinges
2012-04-15code cleanup: minor edits, use function for getting console module.Campbell Barton
2012-04-15fix [#30956] Unwrapping, Lightmap Pack brokenCampbell Barton
2012-04-15BGE bug #30515: Sensor physics mode missing UI for use_actor option. This opt...Benoit Bolsee
2012-04-14don't constrain single edge extrude, annoying for retopoCampbell Barton
2012-04-13Do not hide (gray out) lens/lock to object/lock to cursor options in Quad vie...Bastien Montagne
2012-04-13Fix own typo in previous commit for dupligroup offsetSergey Sharybin
2012-04-13Move "From Cursor" operator which sets dupli group offset to own operatorSergey Sharybin
2012-04-13bmesh todo: vertex dirtmap now working again.Campbell Barton
2012-04-13- startup.blend's temp dir was pointing to sergeys user dir, now point to /tmpCampbell Barton
2012-04-13set executable option and some minor changes to ctodata/datatocCampbell Barton
2012-04-12Fix #30919: Selection of multiple objects after EDIT MODE with MAYA PRESETS K...Sergey Sharybin
2012-04-11code cleanup: mselect conversion when creating a bmesh from a bmesh was overl...Campbell Barton
2012-04-11update for changes in the py apiCampbell Barton
2012-04-10Fix for recent commit that changed normal display buttons to use icons, theBrecht Van Lommel
2012-04-10Fix #30892: File > New is easy to hit accidentally, now it asks for confirmat...Brecht Van Lommel
2012-04-10Fix #30850: bevel tool only works on edges but tooltip indicated it worked onBrecht Van Lommel
2012-04-10mango request: option to draw background in front of all objects in the viewp...Sergey Sharybin
2012-04-10use space more efficiently for normal mesh panel buttons (icons for face/vert...Campbell Barton
2012-04-10update preview.blend so it doesn't need to convert from mfaces to mpolys ever...Campbell Barton
2012-04-10expose double limit used by auto-merge, addresses bug [#30884]Campbell Barton
2012-04-10fix [#30878] Lightmap Pack > New Image does not workCampbell Barton
2012-04-09Particle System UI:Thomas Dinges
2012-04-08code cleanup: remove unused imports/defines + other redundant code.Campbell Barton
2012-04-08style cleanup: pep8 some C/styleCampbell Barton
2012-04-07* Replace some more Blender 2.5x with Blender 2.6x and some code cleanup. Thomas Dinges
2012-04-07Fix for reconstruction menu which still was using set_floor operator instead ...Sergey Sharybin
2012-04-07Fix [#30851] Mesh Editmode: Specials-menu lost "Subdivide smooth"Thomas Dinges
2012-04-07Added Vertex Slide: Slides a vertex along a selected and connected edge (Shif...Francisco De La Cruz
2012-04-07dont display any file as a preset in the menu (limit to *.py, *.xml)Campbell Barton
2012-04-06some pedantic load time speedup by not loading modules (math and subprocess i...Campbell Barton
2012-04-06remove unused theme colorCampbell Barton
2012-04-06code cleanup: header cleanup, remove commented workaround for mingw since its...Campbell Barton
2012-04-05UI files:Thomas Dinges
2012-04-05Readme and Release Log Links:Thomas Dinges
2012-04-05there was no way to reset timing for absolute shape keys, add an operator to ...Campbell Barton
2012-04-05report [#30814] Absolute Shape Keys not working in 2.6Campbell Barton
2012-04-05fix [#30817] Toolshelf delete vs X menu don't match? Bug/Inconsistancy?Campbell Barton
2012-04-05partial fix [#30813] Small UI glitch with high DPI value in menusCampbell Barton
2012-04-04Update to i18n font: a few small cyrillic letters were missing...Bastien Montagne
2012-04-04replace relative imports with absolute imports so scritps can be executed dir...Campbell Barton