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-08-18More "relpath" try/except protection...Bastien Montagne
2013-08-15fix [#36455] importing obj data after saving doesn't workCampbell Barton
2013-08-12image_load() utility function's 'recursive' option wasn't functional since 2.4xCampbell Barton
2013-08-12bpy.path.reduce_dirs() - new utility function to de-duplicate and remove nest...Campbell Barton
2013-08-06Usual edits/fixes to new UI messages...Bastien Montagne
2013-07-16Style cleanup of UI messages.Bastien Montagne
2013-07-09move keymap ui into modules, its not loaded on startup anymore.Campbell Barton
2013-07-05fix [#35977] Bake Action doesn't work properlyCampbell Barton
2013-07-03reduce imports on startupCampbell Barton
2013-06-27pep8 cleanupCampbell Barton
2013-06-19report exceptions when enabling and disabling modules in blenders interface.Campbell Barton
2013-06-17Add back nl_NL to enabled tranlations, as we now have a (very limited) start ...Bastien Montagne
2013-06-17Usual UI messages style edits...Bastien Montagne
2013-06-16rename world_to_camera -> world_to_camera_viewCampbell Barton
2013-06-13minor edits to world_to_camera() utility function, include Z so you can tell ...Campbell Barton
2013-06-13handy function for getting the 2d camera coords for a worldspace location.Campbell Barton
2013-06-11fix [#35574] Export Key Map issueCampbell Barton
2013-06-05Fix #35633, Cannot Add Group Node In Blender 2.67a. The menu entry for the "m...Lukas Toenne
2013-06-01add popup menu to allow python scripts to show popups without having to defin...Campbell Barton
2013-05-29fix [#34851] "UnitSettings.scale_length" not beeing calculated the same way f...Campbell Barton
2013-05-28Fix for node menu: Show the group input/output nodes in the Input/Output cate...Lukas Toenne
2013-05-27now an addons preference are available when it start,Campbell Barton
2013-05-24disable auto indent when pasting text into the python console.Campbell Barton
2013-05-09use standard name for operator properties - 'props'.Campbell Barton
2013-05-09Upgrade for the add_search node operator. This now uses the same basic system...Lukas Toenne
2013-05-09fix rna_info, python method to C function wasn't being tested for. (broke cha...Campbell Barton
2013-05-08A bit more pythonic way of using the items callback in node categories. The c...Lukas Toenne
2013-05-08Removed the unused socket template system from the bpy_types Node base class ...Lukas Toenne
2013-05-08Workaround for C nodes: In order to make registerable RNA methods of the stan...Lukas Toenne
2013-05-08auto indent for multi-line python statements.Campbell Barton
2013-05-03One-liner fix for part of regression of nodes UI translation (since new pynod...Bastien Montagne
2013-05-01fix for exception in console auto-completing an object with __getitem__ but n...Campbell Barton
2013-04-29Do not report formatting mismatch between org and translation when message is...Bastien Montagne
2013-04-29move modal view3d keymaps out of main list of keymaps into the view3d section.Campbell Barton
2013-04-29Usual UI messages fixes...Bastien Montagne
2013-04-23fix/workaround [#34983] bpy.ops.mesh.primitive_torus_add() ignores rotation-p...Campbell Barton
2013-04-22Nicer registration mechanism for node categories. The lists of node categorie...Lukas Toenne
2013-04-19Restore usage of difflib's quick_ratio()... Don't actually know what happens ...Bastien Montagne
2013-04-18Some i18n tools fixes (I'm ashamed...), and merge func for I18nMessages objects.Bastien Montagne
2013-04-18More i18n tools tweaks:Bastien Montagne
2013-04-17Added back the basic Search operator to the node Add menu. This operator shou...Lukas Toenne
2013-04-14Node Toolbar:Thomas Dinges
2013-04-13Node Toolbar:Thomas Dinges
2013-04-13Replacing the node Add menu and making the toolbar usefulLukas Toenne
2013-04-12More fixes for addon i18n messages management.Bastien Montagne
2013-04-11py api: minor change to operator attribute access, do identity comparison wit...Campbell Barton
2013-04-11fix [#34805] Bake action ignores parent motionCampbell Barton
2013-04-10py api: path_reference_copy() use try/except when copying images, can fail fo...Campbell Barton
2013-04-10py api: simple function to get an image from an objects for simple formats th...Campbell Barton
2013-04-09Various edits preparing addons' translations tools (not everything yet functi...Bastien Montagne