July 8, 2012, 00:35 (GMT) |
- SCons: add WITH_BF_ASSIMP=False and WITH_BF_FBX=False to all configs. |
July 8, 2012, 00:00 (GMT) |
+ SCons build for bf_fbx, bf_assimp and ext_assimp (off by default, not in config yet) |
July 7, 2012, 01:05 (GMT) |
Revert previous commit and fix crash. Found the cause on MinGW since it won't excuse uninitialized variables. projectSVdata still does the wrong thing, better fix it than disable it though. |
July 7, 2012, 00:17 (GMT) |
An option to turn off the floating controls from the user preferences, or move them to different areas of the screen. |
July 6, 2012, 22:39 (GMT) |
disable data interpolation through projectSVdata. The function causes crashes with the new uv transform correction code, probably due to the already known shrinking effect. I could generalize the data interpolation function I have written for all custom data but it requires preprocessing to detect data space islands. I hope I can figure out a way to fix this properly, possibly using a combination of the two codes. |
July 6, 2012, 22:05 (GMT) |
UV transform correction ======================== * Big rewrite of the tool, now properly supporting seams and extensions outside mesh boundaries. * todo, coming ASAP is fixing of exceptional case where boundary edges are parallel (needs another way to map to data space) |
July 6, 2012, 01:39 (GMT) |
UV transform correction ======================== * minor speedup, calculate edge lengths only on startup. |
July 6, 2012, 01:39 (GMT) |
Utility function, project point along vector to plane. will be needed for uv transform correction. |
July 6, 2012, 00:33 (GMT) |
Support for columns to lay out items in the center or bottom. Currently it's only used for the 3d view so it uses the entire region height to calculate, this may not work in other cases. |
July 5, 2012, 19:19 (GMT) |
Armature animation improvements. |
July 5, 2012, 18:33 (GMT) |
Shift actually does not do anything here anymore. |
July 5, 2012, 16:41 (GMT) |
More fixes for brush overlay. |
July 5, 2012, 14:30 (GMT) |
merge with trunk 48648 |
July 5, 2012, 13:25 (GMT) |
Define static glew for sculpt and paint since I use a few extra GL calls that reference extensions. |
July 5, 2012, 04:25 (GMT) |
Switch the floating controls panel over to python drawing. |
July 5, 2012, 03:25 (GMT) |
Update this description to reflect its new behavior since the drag-select patch. |
July 4, 2012, 23:44 (GMT) |
Give the main 3d window a UI handler so it can process button events. |
July 4, 2012, 14:22 (GMT) |
leaf bone fix. the length of the leaf bones are set to the minimum length of non leaf bones. |
July 3, 2012, 23:59 (GMT) |
Created an invisible region that lays over top of the 3d view and can be used for placing floating controls. The controls can't be interacted with yet. |
July 3, 2012, 23:18 (GMT) |
Fix rake overlay for image editor |
|