tornavis/source/blender/editors
Campbell Barton d2d1025e4a add mathutils.geometry.box_fit_2d() to wrap BLI_convexhull_aabb_fit_points_2d() 2013-09-11 06:56:51 +00:00
..
animation Fix metaball f-curves not showing up in graph editor. 2013-09-05 16:15:01 +00:00
armature Fix #36663, Bone properties sometimes vanish when mousing into properties window. 2013-09-09 06:31:30 +00:00
curve edits to curve operator 2013-08-29 03:14:36 +00:00
datafiles Remove (comment out) auto-generating png form svg (r59382) in CMake, handy but gives nasty "false changes" in svn. Let's try not to forget to update PNGs when needed, then! 2013-08-26 12:16:23 +00:00
gpencil rename cursor setting functions to make modal set/restore more clearly related functions. 2013-09-06 22:34:29 +00:00
include interface, replace '|' with define UI_SEP_CHAR 2013-09-11 05:06:27 +00:00
interface interface, replace '|' with define UI_SEP_CHAR 2013-09-11 05:06:27 +00:00
io Fix 36505: Collada exporter crashes Blender when exporting to locked file 2013-08-24 09:51:05 +00:00
mask Mask primitives 2013-08-26 20:23:26 +00:00
mesh fix [#36697] Topology mirror causes vertices to jump? 2013-09-11 02:36:37 +00:00
metaball ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it takes a key as an arg and isnt popping any element from the hash as you might expect). 2013-08-26 23:37:08 +00:00
object Enable vertex snapping to bundle positions 2013-09-09 11:37:37 +00:00
physics rename cursor setting functions to make modal set/restore more clearly related functions. 2013-09-06 22:34:29 +00:00
render rename cursor setting functions to make modal set/restore more clearly related functions. 2013-09-06 22:34:29 +00:00
screen rename cursor setting functions to make modal set/restore more clearly related functions. 2013-09-06 22:34:29 +00:00
sculpt_paint Fix #36577: sculpt area plane texture mapping + random angle did not work. 2013-09-10 13:25:33 +00:00
sound Followup to svn rev57551 2013-06-19 08:40:18 +00:00
space_action code cleanup: add break statements in switch ()'s, (even at the last case). 2013-07-21 08:16:37 +00:00
space_api Include DNA_scene_types before ED_object instead of forward enum declaration 2013-06-25 09:27:31 +00:00
space_buttons Fix [#36530] Texture tab refreshing problem 2013-08-21 21:35:45 +00:00
space_clip Enable view3d-like shortcuts for pivot point in clip editor 2013-09-10 12:46:27 +00:00
space_console Fix unnecessary 3D viewport redraws in various cases, in particular when editing 2013-06-24 22:41:33 +00:00
space_file micro-optimization, avoid checking is_power_of_2_i once in power_of_2_max_i 2013-08-28 23:49:22 +00:00
space_graph code cleanup: 2013-09-05 19:56:49 +00:00
space_image rename cursor setting functions to make modal set/restore more clearly related functions. 2013-09-06 22:34:29 +00:00
space_info take the decender into account when drawing console text. 2013-09-11 04:14:27 +00:00
space_logic BGE: Removing the touch sensor and converting all touch sensors to collision sensors. 2013-09-04 22:14:14 +00:00
space_nla code cleanup: some structs were declaring data when only typedef's were intended, make local vars and functions static. 2013-08-07 03:44:05 +00:00
space_node missing NULL check in recent commit, also skip some calculations in mean_value_half_tan functions for degenerate cases. 2013-09-07 06:56:27 +00:00
space_outliner code cleanup: use bool for imbuf allocation functions. 2013-09-10 01:00:03 +00:00
space_script fix for crash when setting the cursor in background mode. 2013-06-28 16:37:39 +00:00
space_sequencer Code cleanup: use boolean instead of int for colormanagement 2013-09-05 17:13:43 +00:00
space_text correct own recent edits, area for text line numbers drawing was too small. 2013-09-10 21:45:54 +00:00
space_time use 'greater/less then or equal to' operators rather then adding 1. 2013-08-11 05:40:35 +00:00
space_userpref Fix unnecessary 3D viewport redraws in various cases, in particular when editing 2013-06-24 22:41:33 +00:00
space_view3d Fix #36356: faces not drawn with constructive modifier + dynamic paint, where it 2013-09-09 20:46:43 +00:00
transform Tweaks to plane track 2013-09-10 12:46:18 +00:00
util Made modifiers_getVirtualModifierList safe for threading 2013-08-19 09:05:34 +00:00
uvedit add mathutils.geometry.box_fit_2d() to wrap BLI_convexhull_aabb_fit_points_2d() 2013-09-11 06:56:51 +00:00
CMakeLists.txt Collada: Moved interface definitions from wm_operators.c to blender/editors/io 2012-06-17 23:13:39 +00:00
SConscript Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00