2011-02-18 |
Campbell Barton | py api was raising SystemError exception incorrectly... |
blob | commitdiff | raw |
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 |
2009-12-08 |
Damien Plisson | OSX: print warning if Blender application is located... |
blob | commitdiff | raw | diff to current |
2009-12-08 |
Campbell Barton | compile python driver expressions for faster re-evaluation. |
blob | commitdiff | raw | diff to current |
2009-12-07 |
Brecht Van Lommel | Sculpt Branch: |
blob | commitdiff | raw | diff to current |
2009-12-07 |
Campbell Barton | [#20021] Non-ASCII characters on blender 2.5 alpha 0 |
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-20 |
Campbell Barton | - dont define properties in the global script namespace |
blob | commitdiff | raw | diff to current |
2009-11-20 |
Campbell Barton | option to have scripts run on startup for per blendfile... |
blob | commitdiff | raw | diff to current |
2009-11-19 |
Campbell Barton | operator properties were not the correct type |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Campbell Barton | missing include |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Campbell Barton | ID property access from python for pose channels, bones... |
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 |
2009-11-13 |
Campbell Barton | changes python initialization |
blob | commitdiff | raw | diff to current |
2009-11-12 |
Arystanbek Dyussenov | COLLADA: merge from trunk -r 24390:24522. |
blob | commitdiff | raw | diff to current |
2009-11-11 |
Brecht Van Lommel | Fix #19313: running python scripts with PyRun_File... |
blob | commitdiff | raw | diff to current |
2009-11-11 |
Brecht Van Lommel | Sculpt: svn merge https://svn.blender.org/svnroot/bf... |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Martin Poirier | Running with -d, python context also prints members... |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Martin Poirier | Function declaration for BPY_context_get |
blob | commitdiff | raw | diff to current |
2009-11-08 |
Campbell Barton | bpy/rna api class feature |
blob | commitdiff | raw | diff to current |
2009-11-07 |
Arystanbek Dyussenov | Merge from trunk -r 24247:24313, -r 24313:24390. |
blob | commitdiff | raw | diff to current |
2009-11-05 |
Campbell Barton | - added bpy.context to the python module |
blob | commitdiff | raw | diff to current |
next |