- Jun 27, 2011
-
-
Mitchell Stokes authored
* Now __pycache__ folders are ignored instead of *.pyc files (the only pyc files are in the __pycachce__ folders) * Now 2.58/python/lib is copied over instead of just lib. This allows the runtime to take advantage of Blender's "bundled Python" features. Having the 2.58 folder also allows for other potential files that BGE users might eventually want (e.g., components).
-
- Jun 23, 2011
-
-
Nathan Vegdahl authored
-
Nathan Vegdahl authored
This is the last piece that should allow some pretty extensive custom rigging in the metarig, if advanced users choose to do so.
-
Campbell Barton authored
-
- Jun 22, 2011
-
-
Campbell Barton authored
-
Nathan Vegdahl authored
This allows advanced users to do certain limited custom rigging work in the metarig, and have it transfer to the generated rig. Custom properties are also copied when using the copy_bone function in utils. TODO: transfer drivers from the metarig as well.
-
- Jun 21, 2011
-
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
-
Nathan Vegdahl authored
-
- Jun 20, 2011
-
-
John Phan authored
-
John Phan authored
added some features to able to delete first index action set and remove all mesh vertex weight selected mesh.
-
Martin Poirier authored
Reported by Ramon Nieto Added a better error message when the current file is not saved.
-
Martin Poirier authored
Add rna callback to server address property so that it correctly checks if the server exists when the value changes.
-
Martin Poirier authored
Report by Wintch Analyzer Refill the rna blacklist list every refresh (safer that way).
-
Kalle-Samuli Riihikoski authored
-
Martin Poirier authored
-
Campbell Barton authored
-
- Jun 19, 2011
-
-
Nathan Vegdahl authored
-
- Jun 18, 2011
-
-
Nathan Vegdahl authored
The layer names are then used in creating the custom rig layer UI. This is useful for users that do not want to--or do not have the knowledge to--edit the generated python script by hand. It is also handy even for more advanced users when regerating the rig over and over (which over-writes the script and any hand-made edits). Also misc bug fixes in some of the rig types.
-
Nathan Vegdahl authored
This allows IK arms and legs to still function properly even when they start with an entirely straight chain.
-
- Jun 15, 2011
-
-
Nathan Vegdahl authored
This rig replaces the old spine rig, and has a super-set of the old spine's features. The main new features are: 1. A separate over-all control for translation. Due to the pivot slide feature of the spine, it didn't really make sense to have one of the spine bones be the control for translation, so I broke that out into a separate control. This control also acts as a root of the spine in general, including for scaling and rotation. If you want to grab the entire spine as one unit, this is how to do it. 2. The spine can now have more than two control bones. The rigger can specify an arbitrary number of the spine bones to be turned into controls upon rig generation. Controls that are not at the end points of the spine are optionally (via an animatable switch) auto-rotated by the the end point controls, so animators can ignore them when they do not require that level of control.
-
- Jun 10, 2011
-
-
Campbell Barton authored
- h3d: replace unfinvviewmat with gl_ModelViewMatrixInverse
-
Campbell Barton authored
-
- Jun 09, 2011
-
-
Kalle-Samuli Riihikoski authored
-
Campbell Barton authored
-
Kalle-Samuli Riihikoski authored
-Fixed Blender_export issue. Thanks to Perfection Cat providing the fix.
-
Martin Buerbaum authored
* Modified the "Add X,Y,Z Function Surface" part: * Changed how wrapping is done to avoid generating unnecessary vertices and make the result more intuitive. * Added helper functions the results of which can be used in x(u,v), y(u,v), z(u,v). * The script can now close the ends of an U-wrapped surface. * It's now possible to create multiple objects with one set of formulae.
-
Kalle-Samuli Riihikoski authored
-
Campbell Barton authored
-
Kalle-Samuli Riihikoski authored
-fixed the bug when two or more objects dosen't have materials.
-
- Jun 08, 2011
-
-
Kalle-Samuli Riihikoski authored
-
Campbell Barton authored
-
Campbell Barton authored
-
Kalle-Samuli Riihikoski authored
-
Kalle-Samuli Riihikoski authored
-
Kalle-Samuli Riihikoski authored
-
- Jun 07, 2011
-
-
Kalle-Samuli Riihikoski authored
-
Kalle-Samuli Riihikoski authored
-