Revision dc7e103 by Campbell Barton October 19, 2010, 13:04 (GMT) |
[#24307] 3d Viewport Mini 3D Axis changes color when alter 3d grid theme color Drawing the view axis went to a lot of trouble to create a color which didnt look very good if the grid had a color other then grey set. Simplify the function and just use the same colors as the manipulator, also use 2px fixed line width. |
Revision d1fe2dd by Campbell Barton October 19, 2010, 12:21 (GMT) |
bugfix [#24309] Reloading file with incorrect path location. the cu->ctime was never set if the frame wasnt changed, so adding a curve and parenting could be done without a frame change leaving the cu->ctime value at zero. changing the frame or rendering after this would make the parent relationship jump. Set the curve->ctime in object_handle_update(), this way its set on file load and when linking in new curves. Another option is to do this when parenting but probably this would miss other cases where its needed. |
Revision 5f2764d by Janne Karhu October 19, 2010, 11:51 (GMT) |
Fix for [#24299] Changing Curves on rendered Pass scewes pass up seriously ;-) * The number of pass channels wasn't taken properly into account when applying curves. |
Revision 20c920e by Campbell Barton October 19, 2010, 11:39 (GMT) |
rename anim.c -> anim_movie.c since we have an anim.c in blenkernel too, it confused debuggers in some cases. |
Revision 03d4121 by Campbell Barton October 19, 2010, 11:15 (GMT) |
Cancelling rotation on axis/angle object rotation didnt restore the original rotation. also commented drotAxis/Angle since its not used yet. |
Revision 5738f3b by Campbell Barton October 19, 2010, 10:32 (GMT) |
bugfix [#24322] Rotating objects with Axis+Angle mode fails. |
Revision ff5cbab by Janne Karhu October 19, 2010, 10:26 (GMT) |
Fix for [#24313] Displacement modifier is not respecting animated texture channels. |
Revision bb92265 by Janne Karhu October 19, 2010, 10:17 (GMT) |
Fix for [#24319] Removing a cloth or softbody simulation in paticle mode problem |
Revision f979bca by Campbell Barton October 19, 2010, 09:50 (GMT) |
fix for exceptions in recent commit. |
Revision d7b4053 by Nathan Letwory October 19, 2010, 09:38 (GMT) |
Fix [#20277] Bug with Continuous Grab on Windows Reported by Alex Glawion When we have a maximized window we need to take into account that there are no borders. |
Revision a781157 by Janne Karhu October 19, 2010, 09:28 (GMT) |
Fix for bugs [#24316] Changing particles path step in particle mode makes lines invisible and [#24318] Particle lines disappear if view particles are enabled. |
Revision 53c1d1a by Campbell Barton October 19, 2010, 08:35 (GMT) |
patch [#24320] Fix for [#24311] Copy and Paste from Alexander Kuznetsov (alexk) This check was dubious to begin with, if it causes more problems it should be removed. |
Revision f3b0313 by Campbell Barton October 19, 2010, 07:23 (GMT) |
[#24270] RNA Properties with long Variable Names disallow registering RNA with names longer then 31 chars. |
Revision 6a842c1 by Sergey Sharybin October 19, 2010, 07:10 (GMT) |
Fix #24321: duplicate of multiresolution modifier error |
Revision f515b57 by Nathan Letwory October 19, 2010, 05:47 (GMT) |
Remove BLI_bfile.c from build process. It is unused, and currently throws error C4013 (ie. previous commit works sweetly ;) |
Revision db74070 by Nathan Letwory October 19, 2010, 05:42 (GMT) |
Make C4013 throw a warning -> 'function' undefined; assuming extern returning int |
Revision 0aa2eee by Campbell Barton October 19, 2010, 05:36 (GMT) |
bugfix with applying the object matrix with negative scales. --- fixes report by ronan ducluzeau Scale default cube on X axis to -1. Rotate it on X axis to 33°. Parent cube to lamp. Clear parent and keep offset. Cube's scaling value on X axis pass from -1 to 1 Cube's rotation value on Z axis pass from 0° to 180° |
Revision 62aacd1 by Nathan Letwory October 19, 2010, 05:21 (GMT) |
Set defaults for compile and link flags to lists. |
Revision 2a89fb8 by Nathan Letwory October 19, 2010, 05:00 (GMT) |
* Enable compile and link flags to build info also on Windows and in SCons. * Added build_system SCons or CMake * Write the new build info also to system-info.txt |
Revision 42d4e93 by Campbell Barton October 19, 2010, 04:29 (GMT) |
Using unsigned int from own commit r32425 broke tiling image textures in imagetexture.c. Most formats use unsigned int, but practically its unlikely to be a problem to use int. |
|
|
|


Master Commits
MiikaHweb | 2003-2021