This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
e2ece45fec69c5ddefaba9ded8bdb358f9a84b8d
test
/
source
/
blender
/
editors
/
transform
History
Campbell Barton
e69fdfab30
adjust createSpaceNormalTangent so it can take values from a matrix without having to negate the plane first.
...
also add ED_armature_ebone_to_mat3/4 since there were quite a few places that did this inline.
2013-07-25 12:07:55 +00:00
..
CMakeLists.txt
move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)
2013-05-28 19:35:26 +00:00
SConscript
remove redundant includes from cmake and scons.
2013-05-30 02:16:22 +00:00
transform_constraints.c
style cleanup: switch statements, include break statements within braces & indent.
2013-07-19 15:23:42 +00:00
transform_conversions.c
adjust createSpaceNormalTangent so it can take values from a matrix without having to negate the plane first.
2013-07-25 12:07:55 +00:00
transform_generics.c
code cleanup: add break statements in switch ()'s, (even at the last case).
2013-07-21 08:16:37 +00:00
transform_input.c
fix for crash changing transform modes rotate/edge-slide/grab. setCustomPoints() assumed allocated member was big enough which wasnt the case when switching from rotate.
2013-04-24 15:06:42 +00:00
transform_manipulator.c
code cleanup: add break statements in switch ()'s, (even at the last case).
2013-07-21 08:16:37 +00:00
transform_ops.c
Fix
#35767
: transforming nodes in the node editor changed the wireframe color
2013-06-24 22:41:37 +00:00
transform_orientations.c
adjust createSpaceNormalTangent so it can take values from a matrix without having to negate the plane first.
2013-07-25 12:07:55 +00:00
transform_snap.c
editmesh draw optimizations: use customdata offsets rather then per-element lookups.
2013-06-20 11:18:19 +00:00
transform.c
- add individual origin support for curves and improve the orientation calculations for curve handles,
2013-07-24 13:56:36 +00:00
transform.h
- add individual origin support for curves and improve the orientation calculations for curve handles,
2013-07-24 13:56:36 +00:00