- Jul 10, 2011
-
-
Campbell Barton authored
- remove unused imports - remove/comment unused vars - fix for some bugs with unused vars being used
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
removing this module, it wasnt used anywhere and bpy_extras.view3d_utils has view functions like region3d_get_2d_coordinates
-
- Jul 08, 2011
-
-
Campbell Barton authored
fix issue #1 from bug [#27896] B258.0 > X3D export > 3 bugs: "MA_Black".001, lib groups, Rotation 0 0 0 0
-
- Jul 06, 2011
-
-
Campbell Barton authored
replace intersection paint with simplified angle comparison.
-
Campbell Barton authored
-
Campbell Barton authored
remove tricky and not especially good method of finding the point on the path to use to calculate the handles, using the 1/3 and 2/3 works better.
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
-
- Jul 05, 2011
-
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
-
Thomas Larsson authored
-
Mitchell Stokes authored
Save as Runtime: We don't need to copy Python for OS X since on OS X the blenderplayer is built with Python already bundled in the .app folder.
-
- Jul 04, 2011
-
-
Thomas Larsson authored
-
Campbell Barton authored
-
- Jul 03, 2011
-
-
Campbell Barton authored
-
Campbell Barton authored
-
Chris Foster authored
- Fix for relative texture paths that contain folders in them.
-
Daniel Salazar authored
-
Brendon Murphy authored
-
- Jul 02, 2011
-
-
Chris Foster authored
-
- Jul 01, 2011
-
-
Martin Poirier authored
fix problem on web interface with blacklisted slaves no longer in slave list
-
- Jun 29, 2011
-
-
Martin Poirier authored
better stream handling when uploading files Might solve the problem with OS X masters
-
Campbell Barton authored
- for windows use case insensitive checks for DLL and EXE extensions. - copying python libs now works if python is installed onto the system. - renamed 'Save As Runtime' --> 'Save As Game Engine Runtime', since 'Runtime' is too much a generic term.
-
Campbell Barton authored
add tooltip to address [#27798] .OBJ Import with 'Split' option enabled, skips verts with no face/edge users.
-
Nathan Vegdahl authored
-
- Jun 28, 2011
-
-
Doug Hammond authored
extensions_framework: add ability to set UILayout alert state based on a logical test of PropertyGroup members
-
John Phan authored
update to able to export all action set that matches the bones that some were ignore or couldn't be added in.
-
Doug Hammond authored
-
- Jun 27, 2011
-
-
Campbell Barton authored
-
Campbell Barton authored
- replace line intersection function with mathutils one. - snap to edge intersection works with object transforms now. - clean whitespace
-
Campbell Barton authored
initialize the filepath in the invoke function rather then the menu.
-
Campbell Barton authored
-
Campbell Barton authored
-
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).
-