2011-04-18 |
Campbell Barton | fix [#26951] blenderplayer and runtimes will not load |
blob | commitdiff | raw |
2011-04-17 |
Campbell Barton | change unit evaluation only to do try the units replace... |
blob | commitdiff | raw | diff to current |
2011-04-13 |
Campbell Barton | fix for mistake checking engines on load. |
blob | commitdiff | raw | diff to current |
2011-04-12 |
Campbell Barton | fix for crash when pressing 'Copy Startup Settings... |
blob | commitdiff | raw | diff to current |
2011-04-11 |
Campbell Barton | api changes needed for for copying old settings to... |
blob | commitdiff | raw | diff to current |
2011-03-30 |
Campbell Barton | modify error when python is not found so as not to... |
blob | commitdiff | raw | diff to current |
2011-03-30 |
Campbell Barton | print warning on windows/mac when bundled python is... |
blob | commitdiff | raw | diff to current |
2011-03-29 |
Campbell Barton | fix [#26667] Can't import scripts when using blenderplayer |
blob | commitdiff | raw | diff to current |
2011-03-25 |
Campbell Barton | fix for incorrect prints with RNA errors (own fault... |
blob | commitdiff | raw | diff to current |
2011-03-19 |
Campbell Barton | C, style changes (mostly white space edits), no functio... |
blob | commitdiff | raw | diff to current |
2011-03-09 |
Campbell Barton | update for blender as a py module & python 3.2 |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Campbell Barton | Drop support for python 3.1. |
blob | commitdiff | raw | diff to current |
2011-03-02 |
Campbell Barton | move anim functions out of bpy_rna.c, its getting too... |
blob | commitdiff | raw | diff to current |
2011-02-27 |
Nathan Letwory | doxygen: blender/python tagged. |
blob | commitdiff | raw | diff to current |
2011-02-26 |
Campbell Barton | fix for 'live edit', running python scripts as you... |
blob | commitdiff | raw | diff to current |
2011-02-23 |
Nathan Letwory | doxygen: prevent GPL license block from being parsed... |
blob | commitdiff | raw | diff to current |
2011-02-22 |
Campbell Barton | blender as module - workaround for not knowing __file__... |
blob | commitdiff | raw | diff to current |
2011-02-22 |
Campbell Barton | feature back from 2.4x where a python error moves the... |
blob | commitdiff | raw | diff to current |
2011-02-21 |
Campbell Barton | build python module without binreloc, add dummy argv... |
blob | commitdiff | raw | diff to current |
2011-02-20 |
Campbell Barton | Experimental option to build blender as a python module... |
blob | commitdiff | raw | diff to current |
2011-02-19 |
Campbell Barton | set main() argv functions to be const char * |
blob | commitdiff | raw | diff to current |
2011-02-18 |
Campbell Barton | py api was raising SystemError exception incorrectly... |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Campbell Barton | python api renaming and added headers for some files... |
blob | commitdiff | raw | diff to current |
2011-02-13 |
Campbell Barton | fix for warnings from Sparse static source code checker... |
blob | commitdiff | raw | diff to current |
2011-02-08 |
Campbell Barton | problem with blender and python 3.2 |
blob | commitdiff | raw | diff to current |
2011-02-01 |
Campbell Barton | correct fix for bug #23871, __main__ module was being... |
blob | commitdiff | raw | diff to current |
2011-02-01 |
Campbell Barton | own fix for bug #23871 (r33277), crashes when running... |
blob | commitdiff | raw | diff to current |
2011-01-19 |
Campbell Barton | new command line option '--factory-startup' to skip... |
blob | commitdiff | raw | diff to current |
2011-01-09 |
Campbell Barton | rename BKE_assert() --> BLI_assert(). |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Campbell Barton | remove references to BKE_utildefines where its not... |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Campbell Barton | split BKE_utildefines.h, now it only has blender specif... |
blob | commitdiff | raw | diff to current |
2011-01-05 |
Campbell Barton | edits for BPY_extern.h functions, no functional changes |
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-07 |
Campbell Barton | minor internal python api change - pass the context... |
blob | commitdiff | raw | diff to current |
2010-12-03 |
Campbell Barton | Enabled GCC -Wwrite-strings warning for CMake and repla... |
blob | commitdiff | raw | diff to current |
2010-11-24 |
Campbell Barton | bugfix [#24884] Loading any preset leads to crash |
blob | commitdiff | raw | diff to current |
2010-11-24 |
Campbell Barton | bugfix [#23871] OSX panel button bug (Python Namespace... |
blob | commitdiff | raw | diff to current |
2010-10-31 |
Campbell Barton | own recent commit broke this python import: |
blob | commitdiff | raw | diff to current |
2010-10-29 |
Campbell Barton | use PyImport_ExtendInittab for py module initialization... |
blob | commitdiff | raw | diff to current |
2010-10-27 |
Campbell Barton | workaround for python bug [#24400] If Script is execute... |
blob | commitdiff | raw | diff to current |
2010-10-13 |
Campbell Barton | UNUSED() macro so -Wunused-parameter can be used with... |
blob | commitdiff | raw | diff to current |
2010-10-04 |
Campbell Barton | - use own string conversion function over PyUnicode_Fro... |
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-09-18 |
Nathan Letwory | * Update BGE for change in r32001 |
blob | commitdiff | raw | diff to current |
2010-09-18 |
Campbell Barton | move namespace creation function into py_capi_utils... |
blob | commitdiff | raw | diff to current |
2010-09-15 |
Nathan Letwory | Don't do weird PYTHONPATH juggling anymore. Debug build... |
blob | commitdiff | raw | diff to current |
2010-09-04 |
Nathan Letwory | Silence warning about BLI_sprintfN |
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-05 |
Campbell Barton | bugfix [#23148] "ImportError: __import__ not found... |
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 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-08-01 |
Joerg Mueller | svn merge -r 30913:30953 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-08-01 |
Campbell Barton | set blender binary name for python |
blob | commitdiff | raw | diff to current |
2010-08-01 |
Campbell Barton | - new __main__ module wasnt de-referenced after adding... |
blob | commitdiff | raw | diff to current |
2010-08-01 |
Campbell Barton | bugfix [#23129] alt-p in the texteditor doesn't work... |
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 | minor changes to r30843 |
blob | commitdiff | raw | diff to current |
2010-07-28 |
Campbell Barton | bugfix [#23065] Pickle can not dump instances of user... |
blob | commitdiff | raw | diff to current |
2010-07-27 |
Campbell Barton | bugfix [#22027] Group disappears in render after adding... |
blob | commitdiff | raw | diff to current |
2010-07-26 |
Campbell Barton | bugfix [#23018] Can't run 2.53 build |
blob | commitdiff | raw | diff to current |
2010-07-08 |
Joerg Mueller | Merging revision 29560:30125 from trunk. |
blob | commitdiff | raw | diff to current |
2010-07-08 |
Campbell Barton | added imports to templates |
blob | commitdiff | raw | diff to current |
2010-07-08 |
Campbell Barton | - duplicating a scene now duplicates all strips (not... |
blob | commitdiff | raw | diff to current |
2010-07-04 |
Andrea Weikert | Patch [#22339] File/installation paths changes |
blob | commitdiff | raw | diff to current |
2010-07-02 |
Campbell Barton | - changes to the sequencer so new strips use the data... |
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-02 |
Campbell Barton | error in last commit |
blob | commitdiff | raw | diff to current |
2010-06-02 |
Campbell Barton | include the blendfile name when executing python script... |
blob | commitdiff | raw | diff to current |
2010-05-30 |
Campbell Barton | - Python console argument '--python-console', option... |
blob | commitdiff | raw | diff to current |
2010-03-21 |
Guillermo S. Romero | Fix syntax for ID keyword. |
blob | commitdiff | raw | diff to current |
2010-03-15 |
Andrea Weikert | Compile fix for MSVC |
blob | commitdiff | raw | diff to current |
2010-03-14 |
Campbell Barton | disallow 'nan' for button input and pydriver's |
blob | commitdiff | raw | diff to current |
2010-03-14 |
Campbell Barton | strip quites off buildinfo at startup (was doing this... |
blob | commitdiff | raw | diff to current |
2010-03-14 |
Campbell Barton | remove unused includes |
blob | commitdiff | raw | diff to current |
2010-02-27 |
Campbell Barton | bugfix [#21247] Controls holding numbers are not zeroed... |
blob | commitdiff | raw | diff to current |
2010-02-27 |
Campbell Barton | was using wrong global flag for python script disabling... |
blob | commitdiff | raw | diff to current |
2010-02-27 |
Campbell Barton | rename flag for auto script execution since scriptlinks... |
blob | commitdiff | raw | diff to current |
2010-02-27 |
Campbell Barton | option to set the blend file as from a 'Trusted Source... |
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-08 |
Brecht Van Lommel | Warning fixes, one actual bug found in sequencer sound... |
blob | commitdiff | raw | diff to current |
2010-01-31 |
Joshua Leung | Fixed a few lingering compiler warnings with the bpy_ap... |
blob | commitdiff | raw | diff to current |
2010-01-31 |
Campbell Barton | Mathutils doc improvements + other small things |
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 |
Arystanbek Dyussenov | COLLADA branch: merge from trunk -r 25745:26429. |
blob | commitdiff | raw | diff to current |
2010-01-30 |
Campbell Barton | utility functions is_negative_m3 & is_negative_m4,... |
blob | commitdiff | raw | diff to current |
2010-01-29 |
Brecht Van Lommel | Fix the underlying problem from the last commit, which... |
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-19 |
Campbell Barton | patch [#20724] Randomize Loc Rot Size py operator for... |
blob | commitdiff | raw | diff to current |
2010-01-11 |
Brecht Van Lommel | Fix for cmake + windows debug build crash on startup... |
blob | commitdiff | raw | diff to current |
2010-01-10 |
Campbell Barton | - fix for crash if drivers were used in the .B.blend |
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 |
2010-01-02 |
Campbell Barton | new python submodule. eg. |
blob | commitdiff | raw | diff to current |
2009-12-28 |
Campbell Barton | new python module constants |
blob | commitdiff | raw | diff to current |
2009-12-13 |
Andrea Weikert | MSVC 9 compile fixes and cleanups |
blob | commitdiff | raw | diff to current |
2009-12-09 |
Brecht Van Lommel | Sculpt Branch: |
blob | commitdiff | raw | diff to current |
2009-12-08 |
Campbell Barton | split out driver functions into its own file |
blob | commitdiff | raw | diff to current |
next |