2010-02-27 |
Campbell Barton | was using wrong global flag for python script disabling... |
blob | commitdiff | raw |
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 |
2009-11-04 |
Brecht Van Lommel | Sculpt: svn merge https://svn.blender.org/svnroot/bf... |
blob | commitdiff | raw | diff to current |
2009-11-04 |
Campbell Barton | new operator directory, move some scripts from io |
blob | commitdiff | raw | diff to current |
2009-11-03 |
Campbell Barton | renamed bpy.sys to bpy.utils, since it used to be a... |
blob | commitdiff | raw | diff to current |
2009-11-02 |
Arystanbek Dyussenov | Merge from trunk -r 23968:24181. |
blob | commitdiff | raw | diff to current |
2009-10-29 |
Brecht Van Lommel | Sculpt: svn merge https://svn.blender.org/svnroot/bf... |
blob | commitdiff | raw | diff to current |
2009-10-29 |
Campbell Barton | Modified python rna property types (BPy_PropertyRNA... |
blob | commitdiff | raw | diff to current |
2009-10-29 |
Campbell Barton | Python can now run operators with their own context... |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Campbell Barton | ob.getChilren() often requested for 2.4x api, notice... |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Arystanbek Dyussenov | Merge from trunk -r 23000:23968. |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Joshua Leung | Bugfixes: |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Arystanbek Dyussenov | Merge from trunk -r 22040:23000. |
blob | commitdiff | raw | diff to current |
2009-10-12 |
Campbell Barton | added rna api MVert,MFace & MEdge index properties |
blob | commitdiff | raw | diff to current |
2009-09-29 |
Campbell Barton | Copying scripts from 2.4x without 2.5x changes |
blob | commitdiff | raw | diff to current |
2009-09-28 |
Andre Susano Pinto | svn merge -r 23207:23528 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2009-09-28 |
Campbell Barton | remove warnings, print errors if bpy_ops.py or bpy_sys... |
blob | commitdiff | raw | diff to current |
2009-09-28 |
Campbell Barton | Added "scripts/modules" as permanent module search... |
blob | commitdiff | raw | diff to current |
2009-09-28 |
Campbell Barton | - removed 2.4x release/scripts |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Benoit Bolsee | Merge ... itasc branch. Project files, scons and cmake... |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Arystanbek Dyussenov | Manual merge of soc-2009-kazanbas branch: |
blob | commitdiff | raw | diff to current |
2009-09-21 |
Campbell Barton | bugfix [#19392] Typing help() in the console window... |
blob | commitdiff | raw | diff to current |
2009-09-21 |
Campbell Barton | Better unix filesystem integration as documented here |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Arystanbek Dyussenov | Undo revision 23130 which was a merge with 2.5, a messy... |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Andre Susano Pinto | svn merge -r 22571:22800 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2009-09-13 |
Campbell Barton | use Py_SetPythonHome rather then setting environment... |
blob | commitdiff | raw | diff to current |
2009-09-12 |
Martin Poirier | copying 2.5 over to trunk |
blob | commitdiff | raw | diff to current |
2009-09-11 |
Arystanbek Dyussenov | Merge with -r 22620:23107. |
blob | commitdiff | raw | diff to current |
2009-09-11 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-09-08 |
Dalai Felinto | manual merge trunk -r 23037 |
blob | commitdiff | raw | diff to current |
2009-09-07 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-09-07 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Nathan Letwory | * cleaning up warnings (mostly windows). A collection... |
blob | commitdiff | raw | diff to current |
2009-09-03 |
Daniel Genrich | Missing header include for non-linux OS "BLI_exist()" |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-08-29 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-08-29 |
Martin Poirier | bugfix: on windows, it wouldn't correctly recognize... |
blob | commitdiff | raw | diff to current |
2009-08-26 |
Campbell Barton | - Mathutils.Vector assignment wasnt working in the... |
blob | commitdiff | raw | diff to current |
2009-08-24 |
Nathan Letwory | * merge r22734 from trunk |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-08-22 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-08-22 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Matt Ebb | svn merge -r 22450:22627 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Arystanbek Dyussenov | Merge with 2.5 -r 22173:22620. |
blob | commitdiff | raw | diff to current |
2009-08-17 |
Andre Susano Pinto | svn merge -r 22371:22571 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2009-08-15 |
Campbell Barton | changes to help refcounts in rna be more predictable... |
blob | commitdiff | raw | diff to current |
2009-08-15 |
Joshua Leung | Commenting out code from commit 22457 by Genscher for... |
blob | commitdiff | raw | diff to current |
2009-08-14 |
Campbell Barton | some fixes for netbsd with cmake |
blob | commitdiff | raw | diff to current |
2009-08-14 |
Campbell Barton | - registering new python classes runs the free function... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Matt Ebb | * First commit merging 2.4-based sim_physics in to... |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Campbell Barton | user interface units, off by default. |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Andre Susano Pinto | svn merge -r 22138:22364 https://svn.blender.org/svnro... |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Campbell Barton | missing include for fluid |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Campbell Barton | adding back button evaluation so you can do 1/60, 90... |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Campbell Barton | remove python2.x support |
blob | commitdiff | raw | diff to current |
2009-08-09 |
Campbell Barton | - fix error in last commit |
blob | commitdiff | raw | diff to current |
2009-08-07 |
Campbell Barton | bpy_context_set and bpy_context_clear to replace a... |
blob | commitdiff | raw | diff to current |
next |