projects
/
blender.git
/ history
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Reserved modifier enum for Dynamic Paint to not break save files again.
[blender.git]
/
source
/
blender
/
blenkernel
/
2011-09-20
Sergey Sharybin
Another set of fixes for MSVC
tree
|
commitdiff
2011-09-20
Campbell Barton
- translation scripts now run with py3.x
tree
|
commitdiff
2011-09-20
Sergey Sharybin
Fix for recent commit:
tree
|
commitdiff
2011-09-20
Sergey Sharybin
Get rid of c++ in blenkernel and modifiers
tree
|
commitdiff
2011-09-20
Thomas Dinges
We are now in Bcon 3 - Beta.
tree
|
commitdiff
2011-09-20
Sergey Sharybin
Merging r40366 through r40392 from trunk into soc-2011...
soc-2011-garlic
tree
|
commitdiff
2011-09-20
Campbell Barton
tag & comment unused vars with /* UNUSED */
tree
|
commitdiff
2011-09-20
Sergey Sharybin
i18n: code clean-up
tree
|
commitdiff
2011-09-20
Campbell Barton
changes for materials to treat them as shorts not int...
tree
|
commitdiff
2011-09-20
Dalai Felinto
texface - quick speedup
tree
|
commitdiff
2011-09-20
Campbell Barton
fix for bug in do_version_tface(), was assigning 'tf...
tree
|
commitdiff
2011-09-20
Campbell Barton
tidy up
tree
|
commitdiff
2011-09-20
Campbell Barton
modify the python gettext function to pass through...
tree
|
commitdiff
2011-09-20
Campbell Barton
fix for warnings after texface commit, also comment...
tree
|
commitdiff
2011-09-19
Dalai Felinto
TexFace to Material Settings big patch
tree
|
commitdiff
2011-09-19
Guillermo S. Romero
SVN maintenance.
tree
|
commitdiff
2011-09-19
Jason Hays
Merging radish branch into trunk.
tree
|
commitdiff
2011-09-19
Sergey Sharybin
Merging r40345 through r40365 from trunk into soc-2011...
tree
|
commitdiff
2011-09-19
Jason Hays
Merged 40338-40364
soc-2011-radish
tree
|
commitdiff
2011-09-19
Sergey Sharybin
i18n: code cleanup and fixing unneeded translation...
tree
|
commitdiff
2011-09-19
Sergey Sharybin
svn merge -r40222:40344 ^/trunk/blender
tree
|
commitdiff
2011-09-19
Campbell Barton
cleanup endian handling
tree
|
commitdiff
2011-09-19
Campbell Barton
svn merge ^/trunk/blender -r40311:40338
tree
|
commitdiff
2011-09-19
Campbell Barton
refactor wpaint_stroke_update_step not to call expensiv...
tree
|
commitdiff
2011-09-19
Campbell Barton
edits to radish before merge with trunk
tree
|
commitdiff
2011-09-18
Jason Hays
Split do_weight_paint_vertex() to isolate the simple...
tree
|
commitdiff
2011-09-18
Campbell Barton
add old style nan GPL2+ header to sound.c since this...
tree
|
commitdiff
2011-09-18
Jason Hays
Changed the branch code markers to say "Radish" in...
tree
|
commitdiff
2011-09-18
Campbell Barton
svn merge -r40197:40311 ^/trunk/blender
tree
|
commitdiff
2011-09-18
Jason Hays
I made multitude of fixes based on the comments provide...
tree
|
commitdiff
2011-09-17
Sergey Sharybin
i18n: replace gnu unifont with droid sans font
tree
|
commitdiff
2011-09-17
Campbell Barton
use macros RAD2DEG & DEG2RAD rather then multiplying...
tree
|
commitdiff
2011-09-17
Campbell Barton
more mini optimizations - don't call UI_ThemeColor...
tree
|
commitdiff
2011-09-16
Sergey Sharybin
Fix #28663: All "unit" properties show a value of 0...
tree
|
commitdiff
2011-09-16
Campbell Barton
use replace 0 with NULL for pointers, set some function...
tree
|
commitdiff
2011-09-16
Campbell Barton
replace macros with math lib functions
tree
|
commitdiff
2011-09-16
Campbell Barton
- remove deprecated pose channel members
tree
|
commitdiff
2011-09-15
Sergey Sharybin
Use static context trick for all platforms.
tree
|
commitdiff
2011-09-15
Sergey Sharybin
Fixing issues with i18n stuff:
tree
|
commitdiff
2011-09-15
Sergey Sharybin
svn merge -r39834:40222 https://svn.blender.org/svnroot...
tree
|
commitdiff
2011-09-15
Campbell Barton
replace BLI_strncpy with BLI_strncpy_utf8 where input...
tree
|
commitdiff
2011-09-14
Campbell Barton
remove count_selected_defgroups() function and make...
tree
|
commitdiff
2011-09-14
Campbell Barton
initial cleanup for weight paint branch
tree
|
commitdiff
2011-09-14
Campbell Barton
svn merge -r40195:40197 https://svn.blender.org/svnroot...
tree
|
commitdiff
2011-09-14
Campbell Barton
move ED_object_pose_armature --> object_pose_armature_g...
tree
|
commitdiff
2011-09-14
Campbell Barton
svn merge -r40179:40195 https://svn.blender.org/svnroot...
tree
|
commitdiff
2011-09-14
Campbell Barton
resolve bad level calls from blenkenel/ into editors...
tree
|
commitdiff
2011-09-13
Antony Riakiotakis
fix compilation for MinGW by substituting qsort_r with...
tree
|
commitdiff
2011-09-13
Campbell Barton
svn merge -r40000:40179 https://svn.blender.org/svnroot...
tree
|
commitdiff
2011-09-13
Campbell Barton
svn merge -r39900:40000 https://svn.blender.org/svnroot...
tree
|
commitdiff
2011-09-13
Campbell Barton
svn merge -r39800:39900 https://svn.blender.org/svnroot...
tree
|
commitdiff
2011-09-13
Campbell Barton
svn merge -r39558:39800 https://svn.blender.org/svnroot...
tree
|
commitdiff
2011-09-12
Campbell Barton
use vector size and const args where possible (no funct...
tree
|
commitdiff
2011-09-12
Benoit Bolsee
Recast: attempt to fix compilation problem in Linux.
tree
|
commitdiff
2011-09-12
Campbell Barton
- fix for mesh_get_mapped_verts_nors copying short...
tree
|
commitdiff
2011-09-12
Campbell Barton
replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short...
tree
|
commitdiff
2011-09-11
Peter Schlaile
== Sequencer ==
tree
|
commitdiff
2011-09-11
Sergey Sharybin
Fixes for Win+SCons and disable recastnavigationif...
tree
|
commitdiff
2011-09-11
Benoit Bolsee
Recast: fix bad level calls, Recast compiled out if...
tree
|
commitdiff
2011-09-11
Campbell Barton
move maxseq define into DNA.
tree
|
commitdiff
2011-09-11
Campbell Barton
speedup for editmesh drawing.
tree
|
commitdiff
2011-09-11
Campbell Barton
minor edits / cleanup - no functional changes.
tree
|
commitdiff
2011-09-09
Benoit Bolsee
BGE: merge Recast & Detour branch (sock-2010-nicks).
tree
|
commitdiff
2011-09-09
Benoit Bolsee
svn merge -r 40061:40078 https://svn.blender.org/svnroo...
soc-2010-nicks
tree
|
commitdiff
2011-09-09
Benoit Bolsee
svn merge -r 39975:40061 https://svn.blender.org/svnroo...
tree
|
commitdiff
2011-09-07
Benoit Bolsee
svn merge -r 37306:39975 https://svn.blender.org/svnroo...
tree
|
commitdiff
2011-09-07
Lukas Toenne
Fix for crash when duplicating image or render layer...
tree
|
commitdiff
2011-09-07
Bastien Montagne
Merging r39948 through r39988 from trunk into vgroup_mo...
vgroup_modifiers
tree
|
commitdiff
2011-09-06
Sergey Sharybin
Fixed potential crash in NodeTagIDChanged. Discovered...
tree
|
commitdiff
2011-09-06
Brecht Van Lommel
Node merge: fix crash loading files with unknown nodes...
tree
|
commitdiff
2011-09-06
Brecht Van Lommel
Fix missing warning message when reading files that...
tree
|
commitdiff
2011-09-06
Lukas Toenne
Fix for multiple parallel group node executions.
tree
|
commitdiff
2011-09-06
Sergey Sharybin
Grease pencil: non-blocking sketch sessions
tree
|
commitdiff
2011-09-06
Campbell Barton
svn merge -r39930:39947 https://svn.blender.org/svnroot...
tree
|
commitdiff
2011-09-05
Campbell Barton
fix some complier warnings and add -Wundef to CMake...
tree
|
commitdiff
2011-09-05
Lukas Toenne
Merged the particles-2010 branch with node improvements...
tree
|
commitdiff
2011-09-05
Brecht Van Lommel
Code cleanup: remove context from RNA update functions...
tree
|
commitdiff
2011-09-05
Bastien Montagne
Merging r39847 through r39930 from trunk into vgroup_mo...
tree
|
commitdiff
2011-09-05
Xiao Xiangquan
add missing files after merging
tree
|
commitdiff
2011-09-03
Campbell Barton
warning fixes
tree
|
commitdiff
2011-09-03
Nicholas Bishop
== CustomData ==
tree
|
commitdiff
2011-09-02
Campbell Barton
fix for error in recent commit, when audaspace is enabled
tree
|
commitdiff
2011-09-02
Campbell Barton
minor warning fixes, also correct some float -> double...
tree
|
commitdiff
2011-09-01
Bastien Montagne
Merging r39652 through r39842 from trunk into vgroup_mo...
tree
|
commitdiff
2011-09-01
Xiao Xiangquan
merge with trunk r39834
tree
|
commitdiff
2011-09-01
Campbell Barton
fix for building without audaspace, since pepper merge
tree
|
commitdiff
2011-09-01
Campbell Barton
spaces -> tabs (configure you're editors right!)
tree
|
commitdiff
2011-08-31
Campbell Barton
typo fix: end of lines ;; --> ;
tree
|
commitdiff
2011-08-30
Joerg Mueller
Fix for [#25062] Sound Actuator - Positional Audio.
tree
|
commitdiff
2011-08-30
Brecht Van Lommel
Fixes for snprintf usage:
tree
|
commitdiff
2011-08-30
Joerg Mueller
Merging pepper to trunk at revision 39791.
tree
|
commitdiff
2011-08-30
Joerg Mueller
* Merge trunk up to r39790.
soc-2011-pepper
tree
|
commitdiff
2011-08-30
Joerg Mueller
Last bunch of minor fixes before merge.
tree
|
commitdiff
2011-08-29
Sergey Sharybin
Fix #28347: VBO's highlights wrong faces when Mirror...
tree
|
commitdiff
2011-08-29
Joerg Mueller
* Reverting Titlecard commit r37537
tree
|
commitdiff
2011-08-28
Peter Schlaile
== Sequencer ==
tree
|
commitdiff
2011-08-28
Joerg Mueller
* Removing mocap GSoC (is an addon already).
tree
|
commitdiff
2011-08-28
Joshua Leung
Assorted comment clarification in response to code...
tree
|
commitdiff
2011-08-28
Campbell Barton
- use static vars and functions where possible.
tree
|
commitdiff
2011-08-27
Campbell Barton
fix for building with msvc, ssize_t is more correct...
tree
|
commitdiff
next