Revision c81fbce by Campbell Barton May 20, 2007, 12:29 (GMT) |
I added a duplicate script, not realizing "Python Reference" was refering to "Blender Python API" removign the other one anyway since it would make URL's including subversions and I dont think we want that. |
Revision bd534f8 by Campbell Barton May 20, 2007, 09:02 (GMT) |
own bad error. calling scene.timeline would crash blender. |
Revision 02893ff by Campbell Barton May 20, 2007, 07:41 (GMT) |
Blenders installs where the scripts dir was not writable could not load the console. This should fix it. |
Revision c0dcbac by JLuc Peuriere May 19, 2007, 22:57 (GMT) |
post release update of the scons build system for os x powerpc assume os x 10.4 as defaut |
Revision 4d47e53 by Ken Hughes May 19, 2007, 16:13 (GMT) |
Revision 6e9ac0f by Chris Want May 18, 2007, 15:57 (GMT) |
Disable copying plugins, et al, to the CMake bin directory -- the .svn directory would get copied and it has some files that are write protected, which means that the build would fail the second time you run make. Needs a better solution. |
Revision 42121b6 by Joshua Leung May 18, 2007, 11:50 (GMT) |
Fixed a few typos in the documentation for Draw module of Python API. |
Revision 34d7028 by Chris Want May 17, 2007, 21:28 (GMT) |
Plumifero's wishlist: * When duplicating bones that have constraints (edit mode), duplicate them too with TARGET field updated. This is code that I wrote a few years ago before the armature refactor. It is simple code that compiles and seems to work fine, but should be checked by Ton or somebody else with better knowledge of the current armature system. Usage description, (stolen from the first time this code was committed): "Duplicating bones in edit mode now also duplicates the constraints associated with that bone ... if the constraint subtarget bone is also duplicated the new constraint points to this new bone as it's subtarget." |
Revision 53b4349 by Brecht Van Lommel May 17, 2007, 17:15 (GMT) |
Added highlighting of non-existant names and autocomplete for specifying the uv layer name in a material. Also added generic autocomplete_begin/do_name/end functions, this code was copied five times. |
Revision 3346655 by Brecht Van Lommel May 17, 2007, 16:51 (GMT) |
Disable SSS better for preview rendering, so it does not slow down other preview renders at all. Also added a flag to enable/disable SSS per scene. There is no button for it yet, the Render panel has no space left .. will find a place for it later. The subversion number was also increased to enable the flag for older .blends. |
Revision 3c469b8 by Joshua Leung May 17, 2007, 06:45 (GMT) |
== Constraints Code == Relatively harmless removal of useless code. Also formatted things in a few places. |
May 17, 2007, 01:18 (GMT) |
Added Menu entries for Object Mode Show/Hide hotkeys |
Revision c3355b1 by Chris Burt May 17, 2007, 01:09 (GMT) |
This commit sets Python version to 2.5 for Windows/Cygwin/GCC builds. |
Revision d72d8ed by Joshua Leung May 17, 2007, 00:23 (GMT) |
== Action Editor == Hiding bones in the 3d-view with the (HKEY) now hides the corresponding Action Channels too. |
Revision c80b2ef by Chris Want May 16, 2007, 22:30 (GMT) |
'Copy Images' option for the .obj exporter would fail. Changing Material ==> Blender.Material fixed it. |
May 16, 2007, 17:20 (GMT) |
Fixed editmode post-modifier normal calculation for the case where there are only deform modifiers in the stack. This was an old bug: a typo caused quad face normals to be calculated using the same vertex twice, giving bad normals. |
May 16, 2007, 15:19 (GMT) |
Fixed the "Enable modifier during editmode" button for the case when there are only deform modifiers in the stack. The code that copied the cage mesh to the final mesh didn't check for vertex coordinates; I have added this check. |
Revision 05dcd05 by Campbell Barton May 16, 2007, 12:26 (GMT) |
Python bugfix reported by reD_Fox1 ob1.shareFrom(ob2) - didnt work with the new type/realtype method of making sure all new objects were emptys until they were linked to data and the realtype is used. |
Revision 26cc848 by Joshua Leung May 16, 2007, 05:03 (GMT) |
Test-commit/Bugfix #6698: Wrong hotkey given in for the Remove Doubles entry in the 3d-view toolbox->edit->vertices menu. |
Revision 70a72d4 by Chris Want May 15, 2007, 21:24 (GMT) |
Test commit: Changes to CMake for Python 2.5 under windows from Eugene. |
|
|
|


Master Commits
MiikaHweb | 2003-2021