Revision 1f6ae5e by Bastien Montagne March 17, 2012, 14:27 (GMT)  | 
Minor UI messages fixes, and enabling i18n for all modifier_setError() error messages.  | 
Revision e4cc4b3 by jens verwiebe March 17, 2012, 12:32 (GMT)  | 
compile fix for 44939  | 
Revision 788b47b by Bastien Montagne March 17, 2012, 12:07 (GMT)  | 
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!). Also fixed in main CMakeList file, when no addon dir found, we want to disable WITH_PYTHON (I guess, certainly not WITH_INTERNATIONAL ;) ).  | 
Revision 02f707e by Campbell Barton March 17, 2012, 10:46 (GMT)  | 
minor mathutils code cleanup - use mathutils callbacks as unsigned chars everywhere.  | 
Revision 1fc345c by Bastien Montagne March 17, 2012, 10:23 (GMT)  | 
Make grumpy gcc happy again! :p  | 
Revision 29831ca by Campbell Barton March 17, 2012, 06:40 (GMT)  | 
bmesh py api: added per loop UV layer access  | 
Revision 8634d0e by Arystanbek Dyussenov March 17, 2012, 06:37 (GMT)  | 
#collada instance_node import, partially fixes #27629 Patch applied in r37663 caused loss of <instance_node>s. All parts of the smaller test file attached in the report now import.  | 
Revision 757c0af by Campbell Barton March 17, 2012, 04:43 (GMT)  | 
bmesh py api: split up BMElemSeq into BMVertSeq, BMEdgeSeq, BMFaceSeq and BMLoopSeq Was becoming cumbersome since each needed their own new() function, and other methods only worked for some of these types. Added BMesh.loops - since you cant iterate over loops this is for customdata access only.  | 
Revision 3d87c23 by Nicholas Bishop March 17, 2012, 04:41 (GMT)  | 
Reduce poly map memory usage (used by sculpt smooth brush.) Changed the create_vert_poly_map function to return a more compact structure. Memory saved will vary depending on the mesh, but typically it should be about one third of the old size.  | 
Revision 681e023 by Campbell Barton March 16, 2012, 23:44 (GMT)  | 
minor improvement to image info color sample drawing, draw a grey outline.  | 
Revision 5241886 by Nicholas Bishop March 16, 2012, 23:21 (GMT)  | 
Fix for size of VBO index type when drawing multires in sculpt mode. The VBO index type can be either ushort or uint depending on the grid size. The comparison was checking how many quads are in the array, but this was incorrect; the size of the index elements should depend on the maximum value they reference, i.e. the maximum coord/normal element.  | 
Revision fa17b0a by Campbell Barton March 16, 2012, 23:01 (GMT)  | 
add select invert for lattice  | 
Revision 875b69f by Campbell Barton March 16, 2012, 22:24 (GMT)  | 
fix for own silly mistake with face creation (wasnt checking more then 1 vert was selected)  | 
Revision 70d3d1a by Campbell Barton March 16, 2012, 21:39 (GMT)  | 
style cleanup: py/capi  | 
Revision 56da174 by Antonis Ryakiotakis March 16, 2012, 21:26 (GMT)  | 
bugfix. Brush zoom could fail if uv sculpting was on  | 
Revision fd2ea6b by Nicholas Bishop March 16, 2012, 20:42 (GMT)  | 
Follow up to fix in r44919: use standard stats in paint modes. Removed the special case for header statistics in sculpt/paint modes. The information provided was less useful, and less accurate even because it didn't reflect multires.  | 
Revision ed44ddd by Alexander Kuznetsov March 16, 2012, 17:37 (GMT)  | 
Patch by Psy-Fi + my minor changes Adds conformation on exit for windows. Needs to be enabled in user perf. Tried to edit blender.exe.manifest for more modern dialog look, but didn't work out.  | 
Revision 2caa507 by Bastien Montagne March 16, 2012, 15:39 (GMT)  | 
i18n stuff: adds translation_context to RNA structs (used for there ui name), and a first default "Operator" one for all operators' label. The fact is, operators' label are nearly always verbs, while properties labels are nearly always nouns. So this should already solve many translations' problems regarding noun/verb confusion. This commit also simplifies a bit i18n usage: *Now IFACE_ and TIP_ macros (or there context versions, CTX_IFACE_/TIP_) are used nearly everywhere (with one exception, where code is a bit complex and needs to manually test whether ui/tip translations is allowed, so no need to redo it later through those macros). *Also, those macros are now defined to NOP in case WITH_INTERNATIONAL is false, which avoid testing that define everywhere in code!  | 
Revision 4e6669c by Luca Bonavita March 16, 2012, 14:49 (GMT)  | 
== Python API docs == Small fixes (thanks Terry Wallwork for reporting) - adding logger filehandler in main () so that ARGS.output_dir exists, otherwise we get an IOError - the zip was not including files in a container directory  | 
Revision d110ae7 by Sergey Sharybin March 16, 2012, 14:06 (GMT)  | 
Allow merging two tracks in cases when they've got overlapping tracked/keyframed frame ranges using average position of both tracks as position/  | 
| 
 | 
|


 Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021