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-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-29Fixing a bug found while checking "[#31937] UV/Image Editor: Copy Mirrored UV...Bastien Montagne
2012-06-20style cleanupCampbell Barton
2012-06-19Fix part 1 of [#31840] Quick Explode Bugs related to it's fade option.Bastien Montagne
2012-06-03use fnmatch for reference globing rather then regex - regex overly complicate...Campbell Barton
2012-06-03quiet warningsCampbell Barton
2012-06-02experenental manual linking from the UI. realize this is an issue which is no...Campbell Barton
2012-05-29Fix #31633: select pattern operator did not mention [abc] wildcard, alsoBrecht Van Lommel
2012-05-26patch [#31578] Standard-conformal sets for .report() and operator return valuesCampbell Barton
2012-05-26initialize bake action vars from contextCampbell Barton
2012-05-22A number of new features for the node editor in general and the Frame node in...Lukas Toenne
2012-05-21change name length from 32 to 64, perhaps we should have some constant here b...Campbell Barton
2012-05-18Add "Install Theme" button in user preferences, patch #31505 by Julien Duroure.Brecht Van Lommel
2012-05-17workaround for python3.3 alpha with the console.Campbell Barton
2012-05-15style cleanup: pep8Campbell Barton
2012-05-14select camera operator now works with view3d unlocked cameras,Campbell Barton
2012-05-13* Typo fix: rna_recursiev_attr_expand -> rna_recursive_attr_expandThomas Dinges
2012-05-13fix [#31428] bpy.ops.wm.path_open only works onceCampbell Barton
2012-05-11fix [#30905] Operator preset save doesn't serialize PropertyGroupsCampbell Barton
2012-05-04fix [#31136] Save All Edited only works for Saved external image, not New or ...Campbell Barton
2012-04-30fix [#31181] Lightmap UV unwrap still brokenCampbell Barton
2012-04-23rename Mesh.uv_loop_layers --> uv_layersCampbell Barton
2012-04-20style cleanup: pep8, also quiet compiler warning.Campbell Barton
2012-04-16Partial revert of rev45691: allow lightmap undo and add comment why redo was ...Sergey Sharybin
2012-04-16Fix #30968: Lightmap Pack - no new image limitSergey Sharybin
2012-04-16rename wm.blenderplayer_start label from 'Start' to 'Start Game In Player', a...Campbell Barton
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-14don't constrain single edge extrude, annoying for retopoCampbell Barton
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-10fix [#30878] Lightmap Pack > New Image does not workCampbell Barton
2012-04-08code cleanup: remove unused imports/defines + other redundant code.Campbell Barton
2012-04-06some pedantic load time speedup by not loading modules (math and subprocess i...Campbell Barton
2012-04-03Fix [#30665] UV-Editor: UV -> Copy Mirrored UV coords: mesh.faces_mirror_uv o...Bastien Montagne
2012-04-03avoid confusion with image 'Edit Externally' operator, disallow editing of pa...Campbell Barton
2012-03-30fix [#30729]Campbell Barton
2012-03-27BMesh TODOs: use loops/polys instead of tessfaces.Bastien Montagne
2012-03-27Port Setup Tracking scene to bmesh apiSergey Sharybin
2012-03-27MakeDupliFaces was using mesh.faces which was renamed to mesh.tessfaces.Sergey Sharybin
2012-03-26Fix [#30684] Bmesh AddTorus.execute failure.Bastien Montagne
2012-03-26Setup tracking scene works again nowSergey Sharybin
2012-03-24style cleanup: pep8, indentationCampbell Barton
2012-03-23more face -> tessface editsCampbell Barton
2012-03-23last commit broke cycles, also add BMESH_TODO's for python scripts that need ...Campbell Barton
2012-03-22fix [#30623] user-defined render presets bugCampbell Barton
2012-03-17Minor UI messages fixes, and enabling i18n for all modifier_setError() error ...Bastien Montagne
2012-03-14Changes to python-defined add object operators:Sergey Sharybin
2012-03-08Fixing several issues with keyingsets:Bastien Montagne