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-08-17fix for crash showing tooltip for NODE_OT_add_search()Campbell Barton
2012-08-14style cleanup: pep8 & unfinished comment from own commit.Campbell Barton
2012-08-14Python node operator for combined node collapsing and hiding unused sockets. ...Lukas Toenne
2012-08-10Extended the search operator for nodes to also support node groups. The basic...Lukas Toenne
2012-08-08code cleanup: lazy init enum for node searchCampbell Barton
2012-08-08Search option for adding nodes.Lukas Toenne
2012-08-06bring back the play option from 2.4xCampbell Barton
2012-08-04Camera tracking presetsSergey Sharybin
2012-07-24Fix #32165: context_set_value didn't make an undo push when changing scene se...Sergey Sharybin
2012-07-19poll function for edge loop delete.Campbell Barton
2012-07-07Minor UI message update.Bastien Montagne
2012-07-05Fix for [#32016] Tracking Settings Presets not workingThomas Dinges
2012-07-05style cleanupCampbell Barton
2012-07-04Last spell checking (for now).Bastien Montagne
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