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
db70bfc206538a9582e17a3eedcd1923e3f8d2c8
test
/
source
/
blender
/
editors
/
transform
History
Campbell Barton
db70bfc206
code cleanup: use functions to initialize selection user data structs, use radius-squared for circle select comparisons.
...
edge_fully_inside_rect() & edge_inside_rect() args were shorts when all callers were passing ints.
2012-10-05 15:44:11 +00:00
..
CMakeLists.txt
Fix for yesterday i18n own commit (r44924): we now need to define WITH_INTERNATIONAL everywhere TIP_/IFACE_ macros are used (else, we get non-international, dummy NOP macros instead!).
2012-03-17 12:07:58 +00:00
SConscript
Fix for yesterday i18n own commit (r44924): we now need to define WITH_INTERNATIONAL everywhere TIP_/IFACE_ macros are used (else, we get non-international, dummy NOP macros instead!).
2012-03-17 12:07:58 +00:00
transform_constraints.c
mask transforming when a mesh object was in editmode (but had no UV's), failed
2012-08-03 20:12:49 +00:00
transform_conversions.c
fix for own bug in bmesh api, setting a byte string customdata layer assumed the input data was 256 length, assigning smaller values would read past the buffer.
2012-10-01 15:39:29 +00:00
transform_generics.c
Fix
#32755
: Stripes in Metastrip can not be moved on other channel with mouse (grab tool)
2012-10-04 18:30:28 +00:00
transform_input.c
style cleanup
2012-06-10 22:13:17 +00:00
transform_manipulator.c
- fix for error in ndof patch.
2012-08-19 15:56:49 +00:00
transform_ops.c
[
#26630
] Several problems with API constraint_orientation
2012-06-13 23:04:32 +00:00
transform_orientations.c
Kind of cleanup of "menu strings": always have a space between the entry's label and value (these strings are a nightmare to handle in RTL languages like arabic or persian, but a bit less of a nightmare this way ;) ).
2012-10-04 13:59:14 +00:00
transform_snap.c
replace ED_view3d_project_float with ED_view3d_project_float_global
2012-10-05 03:20:14 +00:00
transform.c
code cleanup: use functions to initialize selection user data structs, use radius-squared for circle select comparisons.
2012-10-05 15:44:11 +00:00
transform.h
Warning indicators for animators when Auto Keying is enabled during transform
2012-10-05 13:22:09 +00:00