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
2011-03-21move script directories for internal blender scripts.Campbell Barton
ui/ --> startup/bl_ui op/ --> startup/bl_operators scripts/startup/ is now the only auto-loading script dir which gives some speedup for blender loading too. ~/.blender/2.56/scripts/startup works for auto-loading scripts too.
2011-03-11when checking for windows check sys.platform starts with "win" rather then ↵Campbell Barton
'== "win32"' & avoid importing platform. also add some notes to CMake options.
2011-02-282.5 UI scripts:Thomas Dinges
* Removed some unused code.
2011-02-27Info > Help Menu:Thomas Dinges
Finally, the Blender icon can be used for the splash screen menu entry, on own todo for almost 1 year! Thanks to elubie for fixing this in the code. :)
2011-02-17pep8 cleanup and remove unused vars/importsCampbell Barton
2011-02-11patch [#25809] Auto-Registration as utility function.Campbell Barton
This removes auto-registration, committed by Martin r30961. Realize this is a contentious topic but Brecht and myself both would rather opt-in registration. TODO: - addons need updating. - class list will be modified to use weakrefs (should have been done for existing system too). - will move bpy.types.(un)register functions into bpy.utils.(un)register_class, currently including these functions in a type list is internally ugly, scripts which loop over types also need to check for these.
2011-02-01Bugfix #25891Ton Roosendaal
Info header: option to switch scenes or add new ones has to be hidden for "full screen" mode. Current full-screen code doesn't allow to browse screens or switch scenes nicely.
2011-01-01pep8 cleanupCampbell Barton
2010-12-30Porting URL fixes for Release Logs from Tag to Trunk. Thomas Dinges
2010-12-17script which dumps ui as xml in a fake blender envieonment.Campbell Barton
useful for testing for bad api use (make sure UI uses limited functions).
2010-12-14Change set handle types back to menu now menus have key access - V+A, V+V, ↵Campbell Barton
V+L, V+F for Graph & Edit Curve view. Editcurve can be Hkey for hide again.
2010-11-11move report/operator view out of the 'Console' into the 'Info' space (file ↵Campbell Barton
menu). Ton will work on moving the File menu out of the Info space before release. notes. - reply Operator isn't working anymore. - UI for reports is commented out so its not mixed with the file menu.
2010-11-09Add a "Save user settings" operator entry in the File menu, avoids having to ↵Elia Sarti
open User Preferences to save layout changes.
2010-10-19Add Toggle System Console entry to Help menu on Windows systems.Nathan Letwory
2010-10-16Add System Info function to the Help menu.Nathan Letwory
Users can use this to quickly get info about their system for bug reports.
2010-10-12[#24226] small inconsistency in user preferencesCampbell Barton
also made setting the temp dir more consistent, slash is always added on the end and if the user-pref dir is invalid its not used.
2010-10-11Fix #24215: Bad shorcut indication for Bezier curve handles.Sergey Sharybin
All existing handle type manipulation hotkeys replaced with unified V-menu where you could directoly set type you need.
2010-10-09 fix for operator cheat sheet, recent description order change broke it.Campbell Barton
2010-10-02* Script wasn't updated after "Load Factory Settings" Operator decoupling. Thomas Dinges
2010-10-013d text added with the view align option didnt work.Campbell Barton
2010-09-29Fix #24054: Shift+A add menu in Surface editmode shows curve items.Sergey Sharybin
2010-09-26* Fixing Link to Release Logs. Thomas Dinges
2010-09-07ran through pep8 checkerCampbell Barton
2010-09-03sphinx doc genCampbell Barton
- use 3 column lists for inherited props, funcs and for references to save on vertical space. - use the blender version string for the upload path and PDF name.
2010-09-02rna context renameCampbell Barton
* context.main & bpy.types.Main --> context.blend_data & bpy.types.BlendData * context.manager --> context.window_manager
2010-09-02Renaming of Cylindric objects after a good proposal by Conz:Thomas Dinges
http://www.vrchannel.de/blender/cylinder_rename.png Mesh Tube > Mesh Cylinder NURBS Tube > NURBS Cylinder Metaball Cylinder > Metaball Capsule I know that naming is something not everyone agrees on, but these terms look geometrically correct.
2010-09-02Internal Code Renaming:Thomas Dinges
Donut > Torus
2010-08-29added animation data update to the help menu as discussed in last meeting.Campbell Barton
2010-08-27speedup for pyrna boolean checking.Campbell Barton
if bpy.data.objects: ... Would get loop over the entire collection, instead see if this collection has a single item.
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
Added an operator "Update Animation Data", access from the search menu to update drivers and fcurves.
2010-08-18more rna renaming.Campbell Barton
2010-08-18rna renaming for Render* structsCampbell Barton
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
2010-08-10minor adjustments to python scripts to make them easier to run outside of ↵Campbell Barton
blender.
2010-08-02RNA Types metaclass registrationMartin Poirier
See mailing list posts for details [1][2][3] Addons still need to be fixed; Campbell said he'd do it today. See any of the py files (outside netrender) in this commit for how to do it (it's rather simple). [1] http://lists.blender.org/pipermail/bf-committers/2010-February/026328.html [2] http://lists.blender.org/pipermail/bf-committers/2010-August/028311.html [3] http://lists.blender.org/pipermail/bf-committers/2010-August/028321.html
2010-07-19Add a "Save Copy" entry in the File menu.Xavier Thomas
2010-07-122.5: rename "Operator Cheat Sheet (new textblock)" to "Operator Cheat Sheet",Brecht Van Lommel
this is already reported after running the operator.
2010-07-06pedantic pep8 warnings, mostly white space.Campbell Barton
2010-07-04Patch [#22339] File/installation paths changesAndrea Weikert
Patch Tracker: http://projects.blender.org/tracker/?func=detail&aid=22339&group_id=9&atid=127 This patch implements the proposal outlined here: http://wiki.blender.org/index.php/Dev:2.5/Source/Installation/Proposal Original patch by Matt Ebb. Contributions by Nathan Letwory, Damien Plisson and Andrea Weikert NOTE: This is a work in progress commit, some work still needs to be done on the SCons and CMake files for this to work properly, but at least should compile and the files should be created in the right directory. Commit discussed on IRC with Ton and Campbell.
2010-06-14naming changesCampbell Barton
path -> filepath (for rna and operators, as agreed on with elubie) path -> data_path (for windowmanager context functions, this was alredy used in many places)
2010-06-13Made Add Surface Operator more atomic, now each primitive has own operator, ↵Michael Fox
but calling the same function with different flags. So they can me used in macros, and addons can use the menu now, hope to see some very nice surface plugins
2010-06-09pep8, whitespace editsCampbell Barton
2010-06-03Reworked the non-blocking reports display in the info header:Matt Ebb
* Now it displays the last report from the global list, not just from operators * Rather than disappearing when a new operator is run, it stays until it times out or a new report is added * Fun animated transitions ;) http://mke3.net/blender/devel/2.5/reports_header.mov Now need to investigate report usage with popups. Ideally we can have most reports non-blocking, so they're less intrusive, only popping up for dire errors. Problem is many things in Blender right now are marked as RPT_ERROR when probably RPT_WARNING is more appropriate. Should probably keep RPT_ERROR for things that demand immediate attention.
2010-05-31Python Open Link operator.Thomas Dinges
* Unified some code for Opening an URL to use only one operator: WM_OT_url_open * Removed the HELP_OT_url operators.
2010-05-24- remove OBJECT_OT_curve_addCampbell Barton
- rename CURVE_OT_primitive_bezier_add --> CURVE_OT_primitive_bezier_curve_add # matches nurbs operator - rename CURVE_OT_primitive_curve_path_add --> CURVE_OT_primitive_nurbs_path_add - fix for warnings from 28923
2010-05-23(no commit message)Michael Fox
2010-05-21Fix typo in add group instance menuMatt Ebb
2010-05-03Updated icon set, thanks jendryzch!Matt Ebb
2010-04-06Fix #21383: appending a group would also instance it by default, whichBrecht Van Lommel
will give duplicate objects since the actual object are appended already, so only enable this option by default for linking now.
2010-04-05Fix [#21886] OBJ export crashes if attempted while in edit modeMatt Ebb
Didn't crash for me, but did export incorrectly since editmode changes weren't flushed. Fixed this by setting all exporters to go back to object mode before exporting. Also cleaned up some naming in exporter creator strings, it's "Blender" not "Blender3D".