Blender Git Commits

Blender Git "master" branch commits.

Page: 4208 / 5574

October 25, 2010, 06:59 (GMT)
first part of bugfix [#24376] Fly mode disturbs the rotation or scale of the camera object
object_apply_mat4 was incorrectly negating the matrix values,

This worked in most cases but even when it worked would end up with negative scales too often.
now when no negative scale is used they will all stay positive and from my tests it works in all cases now.
October 25, 2010, 02:58 (GMT)
Closing #24367 (Incorrect behaviour for Optimal Display option) and reopening #22634 (sculpting/multires and wireframe display mode glitches)

* Reverting my earlier changes to subsurf edge drawing; seems to be causing more bugs than the minor bug it fixed.

October 25, 2010, 02:30 (GMT)
move fly mode operator into its own file.
October 24, 2010, 16:10 (GMT)
* Another attempt to fix the bug partly addressed in revision 31419.

* Fix for the missing function declaration of strcpy. This caused
a linker error in the Debug build with x64 VC 2008 and CMake.
October 24, 2010, 16:01 (GMT)
== addons ==

- new (and temporary) directory addons_extern/ to store external projects addons

October 24, 2010, 13:05 (GMT)
Merged changes in the trunk up to revision 32684.
October 24, 2010, 12:54 (GMT)
Remove the unsigned, since totbits is signed too.
October 24, 2010, 12:45 (GMT)
Make sure separation between modifier keys is communicated from GHOST upwards too (BGE at least uses this).
October 24, 2010, 08:06 (GMT)
rna rename: use_inherit_rotate -> use_inherit_rotation, noticed _rotate is not used like this much elsewhere in rna.
October 24, 2010, 07:55 (GMT)
Collada : header files order dependency was making osx compile fail
October 24, 2010, 07:02 (GMT)
bugfix [#24357] Font folder can be specified but is not opened
- open operator was incorrectly checking if the font path was set.
- rna ID editable check was also incorrect, checking the ID name rather then the filename.
- use define FO_BUILTIN_NAME rather then "<builtin>".
October 24, 2010, 06:16 (GMT)
bugfix [#21097] Rotating multiple bones with non-local location behaves incorrectly.
- rotation and bone scaling with Durian feature 'Local Location' would fail to correctly translate the bone
because a different matrix is needed for translation and rotation.
October 24, 2010, 03:57 (GMT)
Added CMake macro REMOVE_STRICT_FLAGS(), this means developers can build with -Werror in their CMAKE_C_FLAGS_DEBUG (so all warnings give errors).
but external libs which we don't maintain & generated code will have -Werror removed.

This is GCC only, MSVC can be added easily.
October 24, 2010, 02:02 (GMT)
Fixed bug #24364, "subsurf modifier causes wire-only meshes to disappear in object mode."

* Re-added code to draw loose edge

Revision 1de1d65 by gsr b3d
October 24, 2010, 00:09 (GMT)
Fully disable AUD's FFTW3 usage.
October 23, 2010, 20:42 (GMT)
Added support for dashed line in the Parameter Editor mode.
October 23, 2010, 16:03 (GMT)
warning fixes.
October 23, 2010, 15:40 (GMT)
CMake options to disable Decimate and Boolean Modifiers: WITH_MOD_BOOLEAN, WITH_MOD_DECIMATE, renamed WITH_FLUID to WITH_MOD_FLUID
October 23, 2010, 15:14 (GMT)
Remove msvc build files which are not needed anymore.
October 23, 2010, 12:09 (GMT)
fix for implicit declaration
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021