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 (Collapse)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
disabled
2012-04-16fix [#30972] Editmesh split by materials not working.Campbell Barton
2012-04-16Fix #30968: Lightmap Pack - no new image limitSergey Sharybin
Disable operator register and redo flags because it might modify non-mesh data when in edit mode. This doesn't work properly with current undo stack design.
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', ↵Campbell Barton
also made it check if the player is found before running.
2012-04-16UI:Thomas Dinges
* Remove un-descriptive Tooltip from Cloth preset menu.
2012-04-16Fluid Simulation:Thomas Dinges
* Replaced the hard coded viscosity presets with Python ones. * Added version check, so older files load fine. Loading new files into 2.62 also works fine.
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 ↵Benoit Bolsee
option tells whether the sensor object is only affected by objects that have the Actor option on or any object. The option was missing from the UI.
2012-04-14don't constrain single edge extrude, annoying for retopoCampbell Barton
see: http://www.youtube.com/watch?v=5AzRpFfWR6k request from ZanQdo, VenomGFX & Jonathan Williams. For previous functionality Z, Shift+Z.
2012-04-13Do not hide (gray out) lens/lock to object/lock to cursor options in Quad ↵Bastien Montagne
views (View panel)...
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
Previously it used to use cursor location from time when panel was drawn, which in some cases lead to using previous cursor location instead of current.
2012-04-13bmesh todo: vertex dirtmap now working again.Campbell Barton
also renamed Polygon helper property from 'loops' to loop_indices
2012-04-13- startup.blend's temp dir was pointing to sergeys user dir, now point to /tmpCampbell Barton
- fix error in ctodata.py (was adding dummy bit) - make UV hide from last commit more readable.
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 ↵Sergey Sharybin
Keymap Issue was caused by operator presets.
2012-04-11code cleanup: mselect conversion when creating a bmesh from a bmesh was ↵Campbell Barton
overly verbose.
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
vertex/face icons were swapped.
2012-04-10Fix #30892: File > New is easy to hit accidentally, now it asks for ↵Brecht Van Lommel
confirmation.
2012-04-10Fix #30850: bevel tool only works on edges but tooltip indicated it worked onBrecht Van Lommel
vertices too, fixed tooltip. Also add bevel to edge menu since it works edge based.
2012-04-10mango request: option to draw background in front of all objects in the ↵Sergey Sharybin
viewport. Should be really handy for painting clean plates.
2012-04-10use space more efficiently for normal mesh panel buttons (icons for ↵Campbell Barton
face/vert normal)
2012-04-10update preview.blend so it doesn't need to convert from mfaces to mpolys ↵Campbell Barton
every load.
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
* Negate label in the Vertex Groups panel was misleading to the string buttons, rather then the check boxes. Fixed it by having 2 columns. Not ideal still, but better! :) Issue reported by Tobias Kummer. Thanks!
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
of set_plane
2012-04-07Fix [#30851] Mesh Editmode: Specials-menu lost "Subdivide smooth"Thomas Dinges
* Subdivide Smooth was missing in the edit mode specials menu since B-Mesh merge.
2012-04-07Added Vertex Slide: Slides a vertex along a selected and connected edge ↵Francisco De La Cruz
(Shift+Ctrl+V) - BMop: "vertslide vert=%e edge=%hfev distance_t=%f"
2012-04-07dont display any file as a preset in the menu (limit to *.py, *.xml)Campbell Barton
backup files like .py~ for eg had their own menu entries which got annoying. added optional filter_ext function callback argument to Menu.path_menu() to avoid displaying invalid types.
2012-04-06some pedantic load time speedup by not loading modules (math and subprocess ↵Campbell Barton
in this case)
2012-04-06remove unused theme colorCampbell Barton
2012-04-06code cleanup: header cleanup, remove commented workaround for mingw since ↵Campbell Barton
its no longer needed.
2012-04-05UI files:Thomas Dinges
* Naming convention fixes and one if / elif fix.
2012-04-05Readme and Release Log Links:Thomas Dinges
* Update to 2.63 * Update readme with proper links to 2.6 Manual, remove Solaris OS (no official builds from our side).
2012-04-05there was no way to reset timing for absolute shape keys, add an operator to ↵Campbell Barton
do so.
2012-04-05report [#30814] Absolute Shape Keys not working in 2.6Campbell Barton
This report points out thet absolute shape keys are unusable. The problem is there was no way to adjust the play time of a shape key (all absolte shape keys would start at frame zero with no way to change the speed). Added an 'eval_time' property to the key block that works like the curve path evaluation time, so the time in the keyblock can be controlled.
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
fix provided by Julien Enche (trap). also corrected some 2.4x theme colors (selected file, outliner and image background)
2012-04-04Update to i18n font: a few small cyrillic letters were missing...Bastien Montagne
Found by Chingis Jumaliev, which did a first edit, I completed it from current Debian’s droidsans version, now cyrillic should be complete.
2012-04-04replace relative imports with absolute imports so scritps can be executed ↵Campbell Barton
directly (live editing).