2011-02-25 |
Campbell Barton | pep8 cleanup |
blob | commitdiff | raw |
2011-02-21 |
Campbell Barton | move addon utilities into their own module, these were... |
blob | commitdiff | raw | diff to current |
2011-02-17 |
Campbell Barton | pep8 cleanup and remove unused vars/imports |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Campbell Barton | py rna api: turn class.is_register into a class propert... |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Guillermo S. Romero | SVN maintenance. |
blob | commitdiff | raw | diff to current |
2011-02-11 |
Campbell Barton | bpy.utils.register_module() generator could go into... |
blob | commitdiff | raw | diff to current |
2011-02-11 |
Campbell Barton | UI functions added to existing UI classes (operators... |
blob | commitdiff | raw | diff to current |
2011-02-11 |
Campbell Barton | use weak references for the internal metaclass typemap, |
blob | commitdiff | raw | diff to current |
2011-02-11 |
Campbell Barton | minor python register changes. |
blob | commitdiff | raw | diff to current |
2011-02-10 |
Campbell Barton | patch [#25809] Auto-Registration as utility function. |
blob | commitdiff | raw | diff to current |
2011-01-15 |
Campbell Barton | misc edits, no functional changes |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Campbell Barton | pep8 cleanup |
blob | commitdiff | raw | diff to current |
2010-12-22 |
Campbell Barton | remove reload() from builtins since python3 no longer... |
blob | commitdiff | raw | diff to current |
2010-12-19 |
Campbell Barton | bugfix [#25290] Align on text gives a traceback |
blob | commitdiff | raw | diff to current |
2010-12-18 |
Campbell Barton | fix [#25262] Keyboard shortcut presets can't be made... |
blob | commitdiff | raw | diff to current |
2010-11-20 |
Campbell Barton | reloading addons wasn't working. |
blob | commitdiff | raw | diff to current |
2010-11-20 |
Campbell Barton | - use relative imports for packages |
blob | commitdiff | raw | diff to current |
2010-10-24 |
Luca Bonavita | == addons == |
blob | commitdiff | raw | diff to current |
2010-10-03 |
Campbell Barton | bugfix [#24087] Blender can not install add-ons unless... |
blob | commitdiff | raw | diff to current |
2010-10-03 |
Campbell Barton | bugfix [#24116] UV layout exporting doesnt work |
blob | commitdiff | raw | diff to current |
2010-09-25 |
Campbell Barton | bugfix [#23978] Error installing addon |
blob | commitdiff | raw | diff to current |
2010-09-16 |
Brecht Van Lommel | Fix #23865: F8 reload scripts doesn't work with an... |
blob | commitdiff | raw | diff to current |
2010-09-15 |
Campbell Barton | bugfix [#23833] Console Errors (Keymaps) |
blob | commitdiff | raw | diff to current |
2010-09-14 |
Campbell Barton | keyconfig updates/changes |
blob | commitdiff | raw | diff to current |
2010-09-14 |
Campbell Barton | button to remove presets. |
blob | commitdiff | raw | diff to current |
2010-09-13 |
Campbell Barton | bugfix [#23001] Addons do not unregister properly in... |
blob | commitdiff | raw | diff to current |
2010-09-08 |
Campbell Barton | addon improvements/fixes |
blob | commitdiff | raw | diff to current |
2010-09-08 |
Campbell Barton | new bpy function bpy.path.module_names(path, recursive... |
blob | commitdiff | raw | diff to current |
2010-09-07 |
Campbell Barton | ran through pep8 checker |
blob | commitdiff | raw | diff to current |
2010-08-17 |
Campbell Barton | apply UserPrefs and Theme rna naming changes. |
blob | commitdiff | raw | diff to current |
2010-08-13 |
Joerg Mueller | svn merge -r 31211:31313 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-08-11 |
Campbell Barton | python declarative UI |
blob | commitdiff | raw | diff to current |
2010-08-10 |
Joerg Mueller | svn merge -r 31145:31210 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-08-07 |
Campbell Barton | Experemental XML UI, define panels/menus/headers which... |
blob | commitdiff | raw | diff to current |
2010-08-07 |
Joerg Mueller | svn merge -r 31060:31144 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Campbell Barton | bugfix [#23194] export UVs miss the extension file |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Joerg Mueller | svn merge -r 30954:31059 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-08-03 |
Campbell Barton | py/rna update, reload works again. |
blob | commitdiff | raw | diff to current |
2010-08-02 |
Campbell Barton | minor changes to registration before committing addons... |
blob | commitdiff | raw | diff to current |
2010-08-02 |
Campbell Barton | minor changes to Martni's commit 30961 |
blob | commitdiff | raw | diff to current |
2010-08-02 |
Martin Poirier | RNA Types metaclass registration |
blob | commitdiff | raw | diff to current |
2010-07-30 |
Joerg Mueller | svn merge -r 30718:30912 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-07-28 |
Campbell Barton | fix for un-initialized memory use with thumb's & minor... |
blob | commitdiff | raw | diff to current |
2010-07-26 |
Campbell Barton | in debug mode report the time to load addon modules. |
blob | commitdiff | raw | diff to current |
2010-07-19 |
Joerg Mueller | svn merge -r 30418:30512 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-07-17 |
Campbell Barton | spelling correction: alredy --> already |
blob | commitdiff | raw | diff to current |
2010-07-16 |
Joerg Mueller | svn merge -r 30323:30417 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-07-15 |
Andrea Weikert | == installation paths == |
blob | commitdiff | raw | diff to current |
2010-06-19 |
Joerg Mueller | Recreating my GSoC branch. |
blob | commitdiff | raw | diff to current |
2010-06-19 |
Joerg Mueller | Deleting my GSoC branch to recreate it. |
blob | commitdiff | raw |
2010-06-09 |
Campbell Barton | pep8, whitespace edits |
blob | commitdiff | raw | diff to current |
2010-06-02 |
Campbell Barton | rename some rna properties filename --> filepath |
blob | commitdiff | raw | diff to current |
2010-06-01 |
Campbell Barton | script reload (f8), is closer to working. |
blob | commitdiff | raw | diff to current |
2010-05-25 |
Joerg Mueller | Merge with trunk, revision 28528 - 28976. |
blob | commitdiff | raw | diff to current |
2010-05-16 |
Campbell Barton | clear some pep8 warnings |
blob | commitdiff | raw | diff to current |
2010-05-11 |
Campbell Barton | bpy.utils.blend_paths(absolute=False) (was Blender... |
blob | commitdiff | raw | diff to current |
2010-05-10 |
Campbell Barton | utility functions |
blob | commitdiff | raw | diff to current |
2010-04-21 |
Campbell Barton | py api. bpy.utils.relpath() function. |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Campbell Barton | add the modules directory from the user scripts path... |
blob | commitdiff | raw | diff to current |
2010-03-16 |
Joshua Leung | == Massive Keying Sets Recode == |
blob | commitdiff | raw | diff to current |
2010-02-26 |
Campbell Barton | rename extension to addon after discussion with meta... |
blob | commitdiff | raw | diff to current |
2010-02-22 |
Campbell Barton | pep8 cleanup + correction for external player operator... |
blob | commitdiff | raw | diff to current |
2010-02-20 |
Martin Poirier | Better code to prevent loading scripts from .blender... |
blob | commitdiff | raw | diff to current |
2010-02-20 |
Campbell Barton | temp workaround for blender loading 2.4x scripts in... |
blob | commitdiff | raw | diff to current |
2010-02-17 |
Campbell Barton | topology based mirror, (from apricot branch) |
blob | commitdiff | raw | diff to current |
2010-02-16 |
Campbell Barton | update for missing docs & dont include operator classes... |
blob | commitdiff | raw | diff to current |
2010-02-16 |
Campbell Barton | ignore scripts that are loaded twice rather then raisin... |
blob | commitdiff | raw | diff to current |
2010-02-15 |
Campbell Barton | make it so an error registering/unregestering wont... |
blob | commitdiff | raw | diff to current |
2010-02-15 |
Campbell Barton | [#21141] boring segfault on F8/"reload scripts", 26878... |
blob | commitdiff | raw | diff to current |
2010-02-14 |
Campbell Barton | initial support for extensions in the user preferences |
blob | commitdiff | raw | diff to current |
2010-02-14 |
Campbell Barton | change python scripts so modules which register with... |
blob | commitdiff | raw | diff to current |
2010-02-12 |
Martin Poirier | Remove debug print |
blob | commitdiff | raw | diff to current |
2010-02-12 |
Campbell Barton | correct fsf address |
blob | commitdiff | raw | diff to current |
2010-02-11 |
Campbell Barton | bpy.utils.home_paths, use this to get script paths... |
blob | commitdiff | raw | diff to current |
2010-02-01 |
Martin Poirier | Fix loading python modules (like netrender) |
blob | commitdiff | raw | diff to current |
2010-01-31 |
Campbell Barton | pep8 changes |
blob | commitdiff | raw | diff to current |
2010-01-30 |
Arystanbek Dyussenov | Merge -c 26209,26214,26443 from COLLADA branch into... |
blob | commitdiff | raw | diff to current |
2010-01-30 |
Campbell Barton | bugfix [#20638] not loading script in user script direc... |
blob | commitdiff | raw | diff to current |
2010-01-30 |
Arystanbek Dyussenov | COLLADA branch: merge from trunk -r 25745:26429. |
blob | commitdiff | raw | diff to current |
2010-01-28 |
Martin Poirier | Add cfg folder for keyconfigs (and possibly others... |
blob | commitdiff | raw | diff to current |
2010-01-28 |
Campbell Barton | missed some files last commit. |
blob | commitdiff | raw | diff to current |
2010-01-28 |
Campbell Barton | move bpy.load_scripts --> bpy.utils.load_scripts |
blob | commitdiff | raw | diff to current |
2010-01-24 |
Campbell Barton | copy of docs from 2.4x for python modules that have... |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Campbell Barton | - panel python template |
blob | commitdiff | raw | diff to current |
2010-01-22 |
Campbell Barton | initial sphinx doc generation support for python and... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Arystanbek Dyussenov | Merge from trunk -r 25003:25745. |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Arystanbek Dyussenov | Merge -c 25001,25310,25311,25638,25746 from COLLADA... |
blob | commitdiff | raw | diff to current |
2009-12-13 |
Campbell Barton | script for automating pep8 checks. |
blob | commitdiff | raw | diff to current |
2009-12-11 |
Brecht Van Lommel | Sculpt Branch: sculpt25 |
blob | commitdiff | raw | diff to current |
2009-12-11 |
Campbell Barton | * added an armature submenu where python defined armatu... |
blob | commitdiff | raw | diff to current |
2009-12-07 |
Brecht Van Lommel | Sculpt Branch: |
blob | commitdiff | raw | diff to current |
2009-12-05 |
Campbell Barton | pep8 edits and fix some warnings |
blob | commitdiff | raw | diff to current |
2009-12-02 |
Campbell Barton | multiple script paths broke text template menu |
blob | commitdiff | raw | diff to current |
2009-11-30 |
Campbell Barton | User Script support added back. |
blob | commitdiff | raw | diff to current |
2009-11-29 |
Arystanbek Dyussenov | Merge from trunk -r 24758:25003. |
blob | commitdiff | raw | diff to current |
2009-11-28 |
Campbell Barton | simple fixes |
blob | commitdiff | raw | diff to current |
2009-11-25 |
Brecht Van Lommel | Sculpt: |
blob | commitdiff | raw | diff to current |
2009-11-22 |
Arystanbek Dyussenov | COLLADA branch: merge from trunk -r 24522:24758. |
blob | commitdiff | raw | diff to current |
2009-11-22 |
Campbell Barton | - hide members of bpy from dir() and autocomp. |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Campbell Barton | python api for ID property access by Joseph Eager,... |
blob | commitdiff | raw | diff to current |
next |